Searched refs:PlayItem (Results 1 – 4 of 4) sorted by relevance
135 virtual void PlayItem(uint16_t player_id, bool now_playing,
45 MOCK_METHOD3(PlayItem, void(uint16_t, bool, std::string));
222 void PlayItem(uint16_t player_id, bool now_playing, in PlayItem() function in bluetooth::avrcp::MediaInterfaceWrapper224 do_in_avrcp_jni(base::Bind(&MediaInterface::PlayItem, in PlayItem()
716 media_interface_->PlayItem(curr_browsed_player_id_, in HandlePlayItem()