Home
last modified time | relevance | path

Searched refs:RegisterNotificationCallback (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc158 void RegisterNotificationCallback(btrc_event_id_t event_id, uint32_t param, in RegisterNotificationCallback() function
164 observer.RegisterNotificationCallback(event_id, param, bd_addr); in RegisterNotificationCallback()
449 .register_notification_cb = RegisterNotificationCallback,
683 void BluetoothAvrcpInterface::TargetObserver::RegisterNotificationCallback( in RegisterNotificationCallback() function in bluetooth::hal::BluetoothAvrcpInterface::TargetObserver
Dbluetooth_avrcp_interface.h57 virtual void RegisterNotificationCallback(btrc_event_id_t event_id,
/system/bt/service/
Davrcp_target.h138 void RegisterNotificationCallback(btrc_event_id_t event_id, uint32_t param,
Davrcp_target.cc342 void AvrcpTarget::RegisterNotificationCallback(btrc_event_id_t event_id, in RegisterNotificationCallback() function in bluetooth::AvrcpTarget