Home
last modified time | relevance | path

Searched refs:A2dpSourceEnable (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dbluetooth_av_interface.h75 virtual bool A2dpSourceEnable(
H A Dfake_bluetooth_av_interface.h79 bool A2dpSourceEnable(
H A Dfake_bluetooth_av_interface.cc157 bool FakeBluetoothAvInterface::A2dpSourceEnable( in A2dpSourceEnable() function in bluetooth::hal::FakeBluetoothAvInterface
H A Dbluetooth_av_interface.cc154 bool A2dpSourceEnable( in A2dpSourceEnable() function in bluetooth::hal::BluetoothAvInterfaceImpl
/aosp12/system/bt/service/
H A Da2dp_source.cc127 return hal::BluetoothAvInterface::Get()->A2dpSourceEnable( in Enable()