Home
last modified time | relevance | path

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

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothAvrcpTargetCallback.aidl31 void OnGetElementAttrs(String addr, in int[] attrs); in OnGetElementAttrs() method
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_avrcp_target_binder_server.cc280 void BluetoothAvrcpTargetBinderServer::OnGetElementAttrs( in OnGetElementAttrs() function in ipc::binder::BluetoothAvrcpTargetBinderServer
284 cb->OnGetElementAttrs(String16(addr.data(), addr.size()), attrs); in OnGetElementAttrs()
H A Dbluetooth_avrcp_target_binder_server.h107 void OnGetElementAttrs(const std::string& addr,
/aosp12/system/bt/service/
H A Davrcp_target.h59 virtual void OnGetElementAttrs(const std::string& addr,
H A Davrcp_target.cc340 if (delegate_) delegate_->OnGetElementAttrs(str_addr, attr_vec); in GetElementAttrCallback()