Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
H A DVtsHalBluetoothA2dpV1_0TargetTest.cpp51 audio_host = new BluetoothAudioHost(*this); in SetUp()
65 class BluetoothAudioHost class in BluetoothA2dpHidlTest
71 BluetoothAudioHost(BluetoothA2dpHidlTest& parent) : parent_(parent){}; in BluetoothAudioHost() function in BluetoothA2dpHidlTest::BluetoothAudioHost
72 virtual ~BluetoothAudioHost() = default;
/aosp12/system/bt/test/mock/
H A Dmock_android_hardware_audio.cc27 class BluetoothAudioHost : public IBluetoothAudioHost { class
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/
H A DIBluetoothAudioOffload.hal42 * the BluetoothAudioHost interface and the provide the current negotiated
82 * BluetoothAudioHost interface.
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_audio_interface.cc134 class BluetoothAudioHost : public IBluetoothAudioHost { class
303 android::sp<IBluetoothAudioHost> host_if = new BluetoothAudioHost(); in btif_a2dp_audio_interface_start_session()