Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.cc116 BluetoothAudioPort::BluetoothAudioPort() in BluetoothAudioPort() function in android::bluetooth::audio::BluetoothAudioPort
121 bool BluetoothAudioPort::SetUp(audio_devices_t devices) { in SetUp()
206 void BluetoothAudioPort::TearDown() { in TearDown()
219 void BluetoothAudioPort::ControlResultHandler( in ControlResultHandler()
265 void BluetoothAudioPort::SessionChangedHandler() { in SessionChangedHandler()
283 bool BluetoothAudioPort::in_use() const { in in_use()
393 bool BluetoothAudioPort::Start() { in Start()
424 bool BluetoothAudioPort::Suspend() { in Suspend()
454 void BluetoothAudioPort::Stop() { in Stop()
509 void BluetoothAudioPort::UpdateMetadata( in UpdateMetadata()
[all …]
H A Ddevice_port_proxy.h38 class BluetoothAudioPort {
40 BluetoothAudioPort();
41 virtual ~BluetoothAudioPort() = default;
115 class BluetoothAudioPortOut : public BluetoothAudioPort {
124 class BluetoothAudioPortIn : public BluetoothAudioPort {
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp122 class BluetoothAudioPort : public ::testing::VtsHalHidlTargetCallbackBase< class in BluetoothAudioProvidersFactoryHidlTest
128 BluetoothAudioPort(BluetoothAudioProvidersFactoryHidlTest& parent) in BluetoothAudioPort() function in BluetoothAudioProvidersFactoryHidlTest::BluetoothAudioPort
130 virtual ~BluetoothAudioPort() = default;
232 audio_port_ = new BluetoothAudioPort(*this); in OpenProviderHelper()
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp125 class BluetoothAudioPort : public ::testing::VtsHalHidlTargetCallbackBase< class in BluetoothAudioProvidersFactoryHidlTest
131 BluetoothAudioPort(BluetoothAudioProvidersFactoryHidlTest& parent) in BluetoothAudioPort() function in BluetoothAudioProvidersFactoryHidlTest::BluetoothAudioPort
133 virtual ~BluetoothAudioPort() = default;
259 audio_port_ = new BluetoothAudioPort(*this); in OpenProviderHelper()
292 audio_port_ = new BluetoothAudioPort(*this); in OpenProviderHelper_2_1()