Home
last modified time | relevance | path

Searched refs:PlayItem (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc35 virtual void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::FakeMediaInterface
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h139 virtual void PlayItem(uint16_t player_id, bool now_playing,
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h50 MOCK_METHOD3(PlayItem, void(uint16_t, bool, std::string));
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc260 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/
Dbtav_shim.cc71 void PlayItem( in PlayItem() function in bluetooth::avrcp::AvrcpMediaInterfaceImpl
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp157 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in android::AvrcpMediaInterfaceImpl
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc965 media_interface_->PlayItem(curr_browsed_player_id_, in HandlePlayItem()