Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl26 void OnListPlayerAppValues(String addr, int attr_id); in OnListPlayerAppValues() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc236 void BluetoothAvrcpTargetBinderServer::OnListPlayerAppValues( in OnListPlayerAppValues() function in ipc::binder::BluetoothAvrcpTargetBinderServer
240 cb->OnListPlayerAppValues(String16(addr.data(), addr.size()), attr_id); in OnListPlayerAppValues()
H A Dbluetooth_avrcp_target_binder_server.h97 void OnListPlayerAppValues(const std::string& addr, int32_t attr_id) override;
/aosp12/system/bt/service/
H A Davrcp_target.h48 virtual void OnListPlayerAppValues(const std::string& addr,
H A Davrcp_target.cc271 delegate_->OnListPlayerAppValues(str_addr, static_cast<int32_t>(attr_id)); in ListPlayerAppValuesCallback()