Home
last modified time | relevance | path

Searched refs:reconfigureOffload (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DBluetoothA2dpMock.h37 ndk::ScopedAStatus reconfigureOffload(const std::vector<VendorParameter>&) override { in reconfigureOffload() function
DBluetoothLeMock.h37 ndk::ScopedAStatus reconfigureOffload(const std::vector<VendorParameter>&) override { in reconfigureOffload() function
/frameworks/av/media/libaudiohal/impl/
DDeviceHalAidl.cpp1080 std::optional<std::vector<VendorParameter>> reconfigureOffload; in filterAndUpdateBtA2dpParameters() local
1102 reconfigureOffload = std::move(result); in filterAndUpdateBtA2dpParameters()
1108 if (mBluetoothA2dp != nullptr && reconfigureOffload.has_value()) { in filterAndUpdateBtA2dpParameters()
1109 return statusTFromBinderStatus(mBluetoothA2dp->reconfigureOffload( in filterAndUpdateBtA2dpParameters()
1110 reconfigureOffload.value())); in filterAndUpdateBtA2dpParameters()
1155 std::optional<std::vector<VendorParameter>> reconfigureOffload; in filterAndUpdateBtLeParameters() local
1178 reconfigureOffload = std::move(result); in filterAndUpdateBtLeParameters()
1180 reconfigureOffload = std::vector<VendorParameter>(); in filterAndUpdateBtLeParameters()
1187 if (mBluetoothLe != nullptr && reconfigureOffload.has_value()) { in filterAndUpdateBtLeParameters()
1188 return statusTFromBinderStatus(mBluetoothLe->reconfigureOffload( in filterAndUpdateBtLeParameters()
[all …]