Home
last modified time | relevance | path

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

/system/bt/include/hardware/avrcp/
Davrcp.h135 virtual void PlayItem(uint16_t player_id, bool now_playing,
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h45 MOCK_METHOD3(PlayItem, void(uint16_t, bool, std::string));
/system/bt/btif/avrcp/
Davrcp_service.cc222 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::MediaInterfaceWrapper
224 do_in_avrcp_jni(base::Bind(&MediaInterface::PlayItem, in PlayItem()
/system/bt/profile/avrcp/
Ddevice.cc716 media_interface_->PlayItem(curr_browsed_player_id_, in HandlePlayItem()