Home
last modified time | relevance | path

Searched refs:curr_player (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h215 uint8_t label, bool interim, uint16_t curr_player,
223 uint16_t curr_player, std::vector<MediaPlayerInfo> players);
235 uint8_t label, uint16_t curr_player, std::vector<MediaPlayerInfo> list);
272 uint16_t curr_player, std::vector<MediaPlayerInfo> players);
Ddevice.cc770 uint8_t label, bool interim, uint16_t curr_player, in AddressedPlayerNotificationResponse() argument
772 log::verbose("curr_player_id={}", (unsigned int)curr_player); in AddressedPlayerNotificationResponse()
785 if (curr_browsed_player_id_ == -1) curr_browsed_player_id_ = curr_player; in AddressedPlayerNotificationResponse()
789 interim, curr_player, 0x0000); in AddressedPlayerNotificationResponse()
974 uint16_t curr_player, std::vector<MediaPlayerInfo> players) { in HandleSetAddressedPlayer() argument
977 if (curr_player != pkt->GetPlayerId()) { in HandleSetAddressedPlayer()
1183 uint8_t label, uint16_t curr_player, std::vector<MediaPlayerInfo> list) { in GetTotalNumberOfItemsMediaPlayersResponse() argument
1424 uint16_t curr_player, std::vector<MediaPlayerInfo> players) { in GetMediaPlayerListResponse() argument
1440 if (it->id == curr_player) { in GetMediaPlayerListResponse()
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc26 base::Callback<void(uint16_t curr_player, std::vector<MediaPlayerInfo>)>;
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h127 base::Callback<void(uint16_t curr_player, std::vector<MediaPlayerInfo>)>;
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc219 auto cb_lambda = [](MediaListCallback cb, uint16_t curr_player, in GetMediaPlayerList()
222 FROM_HERE, base::BindOnce(cb, curr_player, std::move(player_list))); in GetMediaPlayerList()