Home
last modified time | relevance | path

Searched refs:previousPatch (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevice.cpp559 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 DPrimaryDevice.cpp188 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 DDevice.h130 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources,
H A DPrimaryDevice.h111 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources,
/aosp12/hardware/interfaces/audio/6.0/
H A DIDevice.hal180 * @param previousPatch handle of the previous patch to update.
187 AudioPatchHandle previousPatch,
/aosp12/hardware/interfaces/audio/7.0/
H A DIDevice.hal198 * @param previousPatch handle of the previous patch to update.
205 AudioPatchHandle previousPatch,