summaryrefslogtreecommitdiff
path: root/pandora
diff options
context:
space:
mode:
author Etienne Ruffieux <eruffieux@google.com> 2024-10-01 11:16:32 +0000
committer Étienne Ruffieux (xWF) <eruffieux@google.com> 2025-01-28 00:57:31 -0800
commit966d3a30d0effb571f7bb4e5541d71b6180d9311 (patch)
tree0c83f82258ef18570ae5281d47dff9073c8cb80c /pandora
parenta7a7d6f1df4374e6b0298ccc31445709c72beeea (diff)
Add VFS browsing Cover Art support
Cover art was implemented for browsing, but only when remote requested Now Playing browsing. This was due to memory usage required to store images for VFS browsing as the media players send an URI instead. We need to implement it, and gate it behind a System property to enable as wanted to pass certification tests. The implementation is already done in the native side. Also added PNG variant support. Bug: 364831930 Bug: 374271695 Test: atest BluetoothInstrumentationTests Flag: exempt, change is disabled by default Change-Id: Ib970e3add951bc7e9581e1e4b38b67d215828bb4
Diffstat (limited to 'pandora')
-rw-r--r--pandora/interfaces/pandora_experimental/mediaplayer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandora/interfaces/pandora_experimental/mediaplayer.proto b/pandora/interfaces/pandora_experimental/mediaplayer.proto
index 06519f4130..69ead553d8 100644
--- a/pandora/interfaces/pandora_experimental/mediaplayer.proto
+++ b/pandora/interfaces/pandora_experimental/mediaplayer.proto
@@ -18,6 +18,7 @@ service MediaPlayer {
rpc Backward(google.protobuf.Empty) returns (google.protobuf.Empty);
rpc SetLargeMetadata(google.protobuf.Empty) returns (google.protobuf.Empty);
rpc UpdateQueue(google.protobuf.Empty) returns (google.protobuf.Empty);
+ rpc ResetQueue(google.protobuf.Empty) returns (google.protobuf.Empty);
rpc GetShuffleMode(google.protobuf.Empty) returns (GetShuffleModeResponse);
rpc SetShuffleMode(SetShuffleModeRequest) returns (google.protobuf.Empty);
rpc StartTestPlayback(google.protobuf.Empty) returns (google.protobuf.Empty);