Lines Matching refs:FakeBluetoothAvInterface
26 std::shared_ptr<FakeBluetoothAvInterface::TestA2dpSourceHandler>
28 std::shared_ptr<FakeBluetoothAvInterface::TestA2dpSinkHandler>
90 FakeBluetoothAvInterface::FakeBluetoothAvInterface( in FakeBluetoothAvInterface() function in bluetooth::hal::FakeBluetoothAvInterface
97 FakeBluetoothAvInterface::FakeBluetoothAvInterface( in FakeBluetoothAvInterface() function in bluetooth::hal::FakeBluetoothAvInterface
104 FakeBluetoothAvInterface::~FakeBluetoothAvInterface() { in ~FakeBluetoothAvInterface()
109 void FakeBluetoothAvInterface::NotifyConnectionState( in NotifyConnectionState()
118 void FakeBluetoothAvInterface::NotifyAudioState(const RawAddress& bda, in NotifyAudioState()
127 void FakeBluetoothAvInterface::NotifyAudioConfig( in NotifyAudioConfig()
138 bool FakeBluetoothAvInterface::QueryMandatoryCodecPreferred( in QueryMandatoryCodecPreferred()
149 void FakeBluetoothAvInterface::NotifyAudioConfig(const RawAddress& bda, in NotifyAudioConfig()
157 bool FakeBluetoothAvInterface::A2dpSourceEnable( in A2dpSourceEnable()
162 void FakeBluetoothAvInterface::A2dpSourceDisable() {} in A2dpSourceDisable()
164 bool FakeBluetoothAvInterface::A2dpSinkEnable() { return true; } in A2dpSinkEnable()
166 void FakeBluetoothAvInterface::A2dpSinkDisable() {} in A2dpSinkDisable()
168 void FakeBluetoothAvInterface::AddA2dpSourceObserver( in AddA2dpSourceObserver()
174 void FakeBluetoothAvInterface::RemoveA2dpSourceObserver( in RemoveA2dpSourceObserver()
180 void FakeBluetoothAvInterface::AddA2dpSinkObserver(A2dpSinkObserver* observer) { in AddA2dpSinkObserver()
185 void FakeBluetoothAvInterface::RemoveA2dpSinkObserver( in RemoveA2dpSinkObserver()
192 FakeBluetoothAvInterface::GetA2dpSourceHALInterface() { in GetA2dpSourceHALInterface()
197 FakeBluetoothAvInterface::GetA2dpSinkHALInterface() { in GetA2dpSinkHALInterface()