Home
last modified time | relevance | path

Searched refs:FakeBluetoothAvInterface (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_av_interface.cc90 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()
127 void FakeBluetoothAvInterface::NotifyAudioConfig( in NotifyAudioConfig()
157 bool FakeBluetoothAvInterface::A2dpSourceEnable( in A2dpSourceEnable()
162 void FakeBluetoothAvInterface::A2dpSourceDisable() {} in A2dpSourceDisable()
166 void FakeBluetoothAvInterface::A2dpSinkDisable() {} in A2dpSinkDisable()
168 void FakeBluetoothAvInterface::AddA2dpSourceObserver( in AddA2dpSourceObserver()
185 void FakeBluetoothAvInterface::RemoveA2dpSinkObserver( in RemoveA2dpSinkObserver()
[all …]
H A Dfake_bluetooth_av_interface.h28 class FakeBluetoothAvInterface : public BluetoothAvInterface {
54 FakeBluetoothAvInterface(
56 FakeBluetoothAvInterface(
58 ~FakeBluetoothAvInterface();
95 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothAvInterface);
/aosp12/system/bt/service/test/
H A Da2dp_source_unittest.cc30 : public hal::FakeBluetoothAvInterface::TestA2dpSourceHandler {
91 fake_hal_av_iface_ = new hal::FakeBluetoothAvInterface(mock_handler_); in SetUp()
102 hal::FakeBluetoothAvInterface* fake_hal_av_iface_;
H A Da2dp_sink_unittest.cc30 : public hal::FakeBluetoothAvInterface::TestA2dpSinkHandler {
94 fake_hal_av_iface_ = new hal::FakeBluetoothAvInterface(mock_handler_); in SetUp()
105 hal::FakeBluetoothAvInterface* fake_hal_av_iface_;