Searched refs:OnGetElementAttrs (Results 1 – 5 of 5) sorted by relevance
31 void OnGetElementAttrs(String addr, in int[] attrs); in OnGetElementAttrs() method
280 void BluetoothAvrcpTargetBinderServer::OnGetElementAttrs( in OnGetElementAttrs() function in ipc::binder::BluetoothAvrcpTargetBinderServer284 cb->OnGetElementAttrs(String16(addr.data(), addr.size()), attrs); in OnGetElementAttrs()
107 void OnGetElementAttrs(const std::string& addr,
59 virtual void OnGetElementAttrs(const std::string& addr,
340 if (delegate_) delegate_->OnGetElementAttrs(str_addr, attr_vec); in GetElementAttrCallback()