Searched refs:PlayItem (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 35 virtual void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::FakeMediaInterface
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp.h | 139 virtual void PlayItem(uint16_t player_id, bool now_playing,
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 50 MOCK_METHOD3(PlayItem, void(uint16_t, bool, std::string));
|
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 260 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::MediaInterfaceWrapper 262 do_in_jni_thread(base::Bind(&MediaInterface::PlayItem, in PlayItem()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 71 void PlayItem( in PlayItem() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 157 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in android::AvrcpMediaInterfaceImpl
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | device.cc | 965 media_interface_->PlayItem(curr_browsed_player_id_, in HandlePlayItem()
|