Searched refs:bluetoothParametersUpdated (Results 1 – 9 of 9) sorted by relevance
240 if (auto status = mStream->bluetoothParametersUpdated(); !status.isOk()) { in setConnectedDevices()251 ndk::ScopedAStatus StreamSwitcher::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamSwitcher260 return mStream->bluetoothParametersUpdated(); in bluetoothParametersUpdated()
1657 ndk::ScopedAStatus Module::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::Module1658 return mStreams.bluetoothParametersUpdated(); in bluetoothParametersUpdated()
812 ndk::ScopedAStatus StreamCommonImpl::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamCommonImpl
337 virtual ndk::ScopedAStatus bluetoothParametersUpdated() = 0;438 ndk::ScopedAStatus bluetoothParametersUpdated() override;591 ndk::ScopedAStatus bluetoothParametersUpdated() { in bluetoothParametersUpdated() function593 if (s) return s->bluetoothParametersUpdated(); in bluetoothParametersUpdated()624 ndk::ScopedAStatus bluetoothParametersUpdated() { in bluetoothParametersUpdated() function627 if (!it.second.bluetoothParametersUpdated().isOk()) isOk = false; in bluetoothParametersUpdated()
58 ndk::ScopedAStatus bluetoothParametersUpdated() override;
132 ndk::ScopedAStatus bluetoothParametersUpdated() override;
223 ndk::ScopedAStatus bluetoothParametersUpdated();
110 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtA2dp()119 handle->registerHandler(std::bind(&ModuleBluetooth::bluetoothParametersUpdated, this)); in getBtLe()
202 ndk::ScopedAStatus StreamBluetooth::bluetoothParametersUpdated() { in bluetoothParametersUpdated() function in aidl::android::hardware::audio::core::StreamBluetooth