Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Ddevice.cc47 send_message_cb_(send_msg_cb), in Device()
213 send_message_cb_.Run(label, false, std::move(response)); in HandleGetCapabilities()
345 send_message_cb_.Run(label, false, std::move(request)); in RegisterVolumeChanged()
407 send_message_cb_.Run(label, false, std::move(request)); in SetVolume()
446 send_message_cb_.Run(label, false, std::move(response)); in TrackChangedNotificationResponse()
479 send_message_cb_.Run(label, false, std::move(response)); in PlaybackStatusNotificationResponse()
507 send_message_cb_.Run(label, false, std::move(response)); in PlaybackPosNotificationResponse()
553 send_message_cb_.Run(label, false, std::move(response)); in AddressedPlayerNotificationResponse()
571 send_message_cb_.Run(label, false, std::move(response)); in RejectNotification()
1391 send_message_cb_.Run(avail_players_changed_.second, false, in HandleAvailablePlayerUpdate()
Ddevice.h283 send_message_cb_.Run(label, browse, std::move(message)); in send_message()
295 send_message_cb_; variable