Home
last modified time | relevance | path

Searched refs:isA2dp (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DDevicePortProxy.h139 virtual bool isA2dp() const = 0;
185 bool isA2dp() const override;
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp222 if ((hasA2dpParam && mBtDeviceProxy->isA2dp() && !applyParam(mBtDeviceProxy, enableA2dp)) || in bluetoothParametersUpdated()
DDevicePortProxy.cpp560 bool BluetoothAudioPortAidl::isA2dp() const { in isA2dp() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl