Home
last modified time | relevance | path

Searched defs:setBrowsedPlayer (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java475 void setBrowsedPlayer( in setBrowsedPlayer() method in AvrcpTargetService
DAvrcpNativeInterface.java169 void setBrowsedPlayer(int playerId, String currentPath) { in setBrowsedPlayer() method in AvrcpNativeInterface
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/
DMediaPlayerList.java376 public void setBrowsedPlayer(int playerId, String currentPath, SetBrowsedPlayerCallback cb) { in setBrowsedPlayer() method in MediaPlayerList
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java112 void setBrowsedPlayer(byte[] address, int playerId) { in setBrowsedPlayer() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp694 static void setBrowsedPlayer(uint16_t player_id, std::string current_path, SetBrowsedPlayerCb cb) { in setBrowsedPlayer() function