Searched refs:OnListPlayerAppValues (Results 1 – 5 of 5) sorted by relevance
26 void OnListPlayerAppValues(String addr, int attr_id); in OnListPlayerAppValues() method
236 void BluetoothAvrcpTargetBinderServer::OnListPlayerAppValues( in OnListPlayerAppValues() function in ipc::binder::BluetoothAvrcpTargetBinderServer240 cb->OnListPlayerAppValues(String16(addr.data(), addr.size()), attr_id); in OnListPlayerAppValues()
97 void OnListPlayerAppValues(const std::string& addr, int32_t attr_id) override;
48 virtual void OnListPlayerAppValues(const std::string& addr,
271 delegate_->OnListPlayerAppValues(str_addr, static_cast<int32_t>(attr_id)); in ListPlayerAppValuesCallback()