Searched refs:previousPatch (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | Device.cpp | 559 Return<void> Device::updateAudioPatch(int32_t previousPatch, in openOutputStream() argument 563 if (previousPatch != static_cast<int32_t>(AudioPatchHandle{})) { in openOutputStream() 564 auto [retval, patch] = createOrUpdateAudioPatch(previousPatch, sources, sinks); in openOutputStream() 567 _hidl_cb(Result::INVALID_ARGUMENTS, previousPatch); in openOutputStream()
|
H A D | PrimaryDevice.cpp | 188 Return<void> PrimaryDevice::updateAudioPatch(int32_t previousPatch, in updateAudioPatch() argument 192 return mDevice->updateAudioPatch(previousPatch, sources, sinks, _hidl_cb); in updateAudioPatch()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | Device.h | 130 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources,
|
H A D | PrimaryDevice.h | 111 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources,
|
/aosp12/hardware/interfaces/audio/6.0/ |
H A D | IDevice.hal | 180 * @param previousPatch handle of the previous patch to update. 187 AudioPatchHandle previousPatch,
|
/aosp12/hardware/interfaces/audio/7.0/ |
H A D | IDevice.hal | 198 * @param previousPatch handle of the previous patch to update. 205 AudioPatchHandle previousPatch,
|