Searched refs:ModuleBluetooth (Results 1 – 4 of 4) sorted by relevance
31 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 …]
24 class ModuleBluetooth final : public Module {26 ModuleBluetooth() : Module(Type::BLUETOOTH) {} in ModuleBluetooth() function
86 "bluetooth/ModuleBluetooth.cpp",
122 return ndk::SharedRefBase::make<ModuleBluetooth>(); in createInstance()