Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp31 ndk::ScopedAStatus ModuleBluetooth::getBluetoothA2dp( in getBluetoothA2dp()
35 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBluetoothA2dp()
43 ndk::ScopedAStatus ModuleBluetooth::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe()
46 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBluetoothLe()
54 Module::BtProfileHandles ModuleBluetooth::getBtProfileManagerHandles() { in getBtProfileManagerHandles()
59 ndk::ScopedAStatus ModuleBluetooth::getMicMute(bool* _aidl_return __unused) { in getMicMute()
64 ndk::ScopedAStatus ModuleBluetooth::setMicMute(bool in_mute __unused) { in setMicMute()
69 ndk::ScopedAStatus ModuleBluetooth::createInputStream( in createInputStream()
76 ndk::ScopedAStatus ModuleBluetooth::createOutputStream( in createOutputStream()
83 ndk::ScopedAStatus ModuleBluetooth::onMasterMuteChanged(bool) { in onMasterMuteChanged()
[all …]
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleBluetooth.h24 class ModuleBluetooth final : public Module {
26 ModuleBluetooth() : Module(Type::BLUETOOTH) {} in ModuleBluetooth() function
/hardware/interfaces/audio/aidl/default/
DAndroid.bp86 "bluetooth/ModuleBluetooth.cpp",
DModule.cpp122 return ndk::SharedRefBase::make<ModuleBluetooth>(); in createInstance()