Home
last modified time | relevance | path

Searched refs:bluetoothParametersUpdated (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp240 if (auto status = mStream->bluetoothParametersUpdated(); !status.isOk()) { in setConnectedDevices()
251 ndk::ScopedAStatus StreamSwitcher::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamSwitcher
260 return mStream->bluetoothParametersUpdated(); in bluetoothParametersUpdated()
DModule.cpp1657 ndk::ScopedAStatus Module::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::Module
1658 return mStreams.bluetoothParametersUpdated(); in bluetoothParametersUpdated()
DStream.cpp812 ndk::ScopedAStatus StreamCommonImpl::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamCommonImpl
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h337 virtual ndk::ScopedAStatus bluetoothParametersUpdated() = 0;
438 ndk::ScopedAStatus bluetoothParametersUpdated() override;
591 ndk::ScopedAStatus bluetoothParametersUpdated() { in bluetoothParametersUpdated() function
593 if (s) return s->bluetoothParametersUpdated(); in bluetoothParametersUpdated()
624 ndk::ScopedAStatus bluetoothParametersUpdated() { in bluetoothParametersUpdated() function
627 if (!it.second.bluetoothParametersUpdated().isOk()) isOk = false; in bluetoothParametersUpdated()
DStreamBluetooth.h58 ndk::ScopedAStatus bluetoothParametersUpdated() override;
DStreamSwitcher.h132 ndk::ScopedAStatus bluetoothParametersUpdated() override;
DModule.h223 ndk::ScopedAStatus bluetoothParametersUpdated();
/hardware/interfaces/audio/aidl/default/bluetooth/
DModuleBluetooth.cpp110 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtA2dp()
119 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtLe()
DStreamBluetooth.cpp202 ndk::ScopedAStatus StreamBluetooth::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamBluetooth