Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc88 void ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() function
93 observer.ListPlayerAppAttrCallback(bd_addr); in ListPlayerAppAttrCallback()
443 .list_player_app_attr_cb = ListPlayerAppAttrCallback,
648 void BluetoothAvrcpInterface::TargetObserver::ListPlayerAppAttrCallback( in ListPlayerAppAttrCallback() function in bluetooth::hal::BluetoothAvrcpInterface::TargetObserver
Dbluetooth_avrcp_interface.h39 virtual void ListPlayerAppAttrCallback(const RawAddress& bd_addr);
/system/bt/service/
Davrcp_target.h123 void ListPlayerAppAttrCallback(const RawAddress& bd_addr) override;
Davrcp_target.cc260 void AvrcpTarget::ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() function in bluetooth::AvrcpTarget