Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl29 void OnGetPlayerAppValuesText(String addr, int attr_id, in int[] values); in OnGetPlayerAppValuesText() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc257 void BluetoothAvrcpTargetBinderServer::OnGetPlayerAppValuesText( in OnGetPlayerAppValuesText() function in ipc::binder::BluetoothAvrcpTargetBinderServer
262 cb->OnGetPlayerAppValuesText(String16(addr.data(), addr.size()), attr_id, in OnGetPlayerAppValuesText()
H A Dbluetooth_avrcp_target_binder_server.h102 void OnGetPlayerAppValuesText(const std::string& addr, int32_t attr_id,
/aosp12/system/bt/service/
H A Davrcp_target.h54 virtual void OnGetPlayerAppValuesText(
H A Davrcp_target.cc314 delegate_->OnGetPlayerAppValuesText(str_addr, attr_id, val_vec); in GetPlayerAppValuesTextCallback()