Home
last modified time | relevance | path

Searched refs:send_message_cb_ (Results 1 – 2 of 2) sorted by relevance

/system/bt/profile/avrcp/
Ddevice.cc46 send_message_cb_(send_msg_cb), in Device()
232 send_message_cb_.Run(label, false, std::move(response)); in HandleGetCapabilities()
364 send_message_cb_.Run(label, false, std::move(request)); in RegisterVolumeChanged()
426 send_message_cb_.Run(label, false, std::move(request)); in SetVolume()
465 send_message_cb_.Run(label, false, std::move(response)); in TrackChangedNotificationResponse()
498 send_message_cb_.Run(label, false, std::move(response)); in PlaybackStatusNotificationResponse()
526 send_message_cb_.Run(label, false, std::move(response)); in PlaybackPosNotificationResponse()
572 send_message_cb_.Run(label, false, std::move(response)); in AddressedPlayerNotificationResponse()
590 send_message_cb_.Run(label, false, std::move(response)); in RejectNotification()
1443 send_message_cb_.Run(avail_players_changed_.second, false, in HandleAvailablePlayerUpdate()
Ddevice.h293 send_message_cb_.Run(label, browse, std::move(message)); in send_message()
305 send_message_cb_; variable