Searched refs:OnGetPlayerAppAttrsText (Results 1 – 5 of 5) sorted by relevance
28 void OnGetPlayerAppAttrsText(String addr, in int[] attrs); in OnGetPlayerAppAttrsText() method
250 void BluetoothAvrcpTargetBinderServer::OnGetPlayerAppAttrsText( in OnGetPlayerAppAttrsText() function in ipc::binder::BluetoothAvrcpTargetBinderServer254 cb->OnGetPlayerAppAttrsText(String16(addr.data(), addr.size()), attrs); in OnGetPlayerAppAttrsText()
100 void OnGetPlayerAppAttrsText(const std::string& addr,
52 virtual void OnGetPlayerAppAttrsText(const std::string& addr,
299 if (delegate_) delegate_->OnGetPlayerAppAttrsText(str_addr, attr_vec); in GetPlayerAppAttrsTextCallback()