Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc61 send_message_cb_(send_msg_cb), in Device()
411 send_message_cb_.Run(label, false, std::move(response)); in HandleGetCapabilities()
562 send_message_cb_.Run(label, false, std::move(request)); in RegisterVolumeChanged()
630 send_message_cb_.Run(label, false, std::move(request)); in SetVolume()
663 send_message_cb_.Run(label, false, std::move(response)); in TrackChangedNotificationResponse()
686 send_message_cb_.Run(label, false, std::move(response)); in TrackChangedNotificationResponse()
714 send_message_cb_.Run(label, false, std::move(response)); in PlaybackStatusNotificationResponse()
741 send_message_cb_.Run(label, false, std::move(response)); in PlaybackPosNotificationResponse()
790 send_message_cb_.Run(label, false, std::move(response)); in AddressedPlayerNotificationResponse()
808 send_message_cb_.Run(label, false, std::move(response)); in RejectNotification()
[all …]
Ddevice.h328 send_message_cb_.Run(label, browse, std::move(message)); in send_message()
352 send_message_cb_; variable