Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_avrcp_interface.cc87 void ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() function
92 observer.ListPlayerAppAttrCallback(bd_addr); in ListPlayerAppAttrCallback()
442 .list_player_app_attr_cb = ListPlayerAppAttrCallback,
647 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.cc259 void AvrcpTarget::ListPlayerAppAttrCallback(const RawAddress& bd_addr) { in ListPlayerAppAttrCallback() function in bluetooth::AvrcpTarget