Home
last modified time | relevance | path

Searched refs:OnGetPlayerAppAttrsText (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl28 void OnGetPlayerAppAttrsText(String addr, in int[] attrs); in OnGetPlayerAppAttrsText() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc250 void BluetoothAvrcpTargetBinderServer::OnGetPlayerAppAttrsText( in OnGetPlayerAppAttrsText() function in ipc::binder::BluetoothAvrcpTargetBinderServer
254 cb->OnGetPlayerAppAttrsText(String16(addr.data(), addr.size()), attrs); in OnGetPlayerAppAttrsText()
H A Dbluetooth_avrcp_target_binder_server.h100 void OnGetPlayerAppAttrsText(const std::string& addr,
/aosp12/system/bt/service/
H A Davrcp_target.h52 virtual void OnGetPlayerAppAttrsText(const std::string& addr,
H A Davrcp_target.cc299 if (delegate_) delegate_->OnGetPlayerAppAttrsText(str_addr, attr_vec); in GetPlayerAppAttrsTextCallback()