Lines Matching refs:ModuleBluetooth
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()
88 ndk::ScopedAStatus ModuleBluetooth::onMasterVolumeChanged(float) { in onMasterVolumeChanged()