Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dfake_bluetooth_av_interface.cc26 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()
[all …]
Dfake_bluetooth_av_interface.h28 class FakeBluetoothAvInterface : public BluetoothAvInterface {
54 FakeBluetoothAvInterface(
56 FakeBluetoothAvInterface(
58 ~FakeBluetoothAvInterface();
95 DISALLOW_COPY_AND_ASSIGN(FakeBluetoothAvInterface);
/system/bt/service/test/
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_;
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_;