Lines Matching refs:bda
110 const RawAddress& bda, btav_connection_state_t state) { in NotifyConnectionState() argument
112 observer.ConnectionStateCallback(this, bda, state); in NotifyConnectionState()
115 observer.ConnectionStateCallback(this, bda, state); in NotifyConnectionState()
118 void FakeBluetoothAvInterface::NotifyAudioState(const RawAddress& bda, in NotifyAudioState() argument
121 observer.AudioStateCallback(this, bda, state); in NotifyAudioState()
124 observer.AudioStateCallback(this, bda, state); in NotifyAudioState()
128 const RawAddress& bda, const btav_a2dp_codec_config_t& codec_config, in NotifyAudioConfig() argument
133 observer.AudioConfigCallback(this, bda, codec_config, in NotifyAudioConfig()
139 const RawAddress& bda) { in QueryMandatoryCodecPreferred() argument
143 if (!observer.MandatoryCodecPreferredCallback(this, bda)) { in QueryMandatoryCodecPreferred()
149 void FakeBluetoothAvInterface::NotifyAudioConfig(const RawAddress& bda, in NotifyAudioConfig() argument
153 observer.AudioConfigCallback(this, bda, sample_rate, channel_count); in NotifyAudioConfig()