Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl30 void OnSetPlayerAppValue(String addr, in BluetoothAvrcpIntValue[] values); in OnSetPlayerAppValue() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc266 void BluetoothAvrcpTargetBinderServer::OnSetPlayerAppValue( in OnSetPlayerAppValue() function in ipc::binder::BluetoothAvrcpTargetBinderServer
277 cb->OnSetPlayerAppValue(String16(addr.data(), addr.size()), binder_values); in OnSetPlayerAppValue()
H A Dbluetooth_avrcp_target_binder_server.h104 void OnSetPlayerAppValue(
/aosp12/system/bt/service/
H A Davrcp_target.h57 virtual void OnSetPlayerAppValue(
H A Davrcp_target.cc327 if (delegate_) delegate_->OnSetPlayerAppValue(str_addr, values); in SetPlayerAppValueCallback()