Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl27 void OnGetPlayerAppValue(String addr, in int[] attrs); in OnGetPlayerAppValue() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc243 void BluetoothAvrcpTargetBinderServer::OnGetPlayerAppValue( in OnGetPlayerAppValue() function in ipc::binder::BluetoothAvrcpTargetBinderServer
247 cb->OnGetPlayerAppValue(String16(addr.data(), addr.size()), attrs); in OnGetPlayerAppValue()
H A Dbluetooth_avrcp_target_binder_server.h98 void OnGetPlayerAppValue(const std::string& addr,
/aosp12/system/bt/service/
H A Davrcp_target.h50 virtual void OnGetPlayerAppValue(const std::string& addr,
H A Davrcp_target.cc285 if (delegate_) delegate_->OnGetPlayerAppValue(str_addr, attr_vec); in GetPlayerAppValueCallback()