Searched refs:PlayItem (Results 1 – 5 of 5) sorted by relevance
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
D | avrcp_device_fuzz.cc | 31 virtual void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::FakeMediaInterface
|
/system/bt/include/hardware/avrcp/ |
D | avrcp.h | 136 virtual void PlayItem(uint16_t player_id, bool now_playing,
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 45 MOCK_METHOD3(PlayItem, void(uint16_t, bool, std::string));
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 221 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::MediaInterfaceWrapper 223 do_in_avrcp_jni(base::Bind(&MediaInterface::PlayItem, in PlayItem()
|
/system/bt/profile/avrcp/ |
D | device.cc | 741 media_interface_->PlayItem(curr_browsed_player_id_, in HandlePlayItem()
|