Home
last modified time | relevance | path

Searched defs:patchId (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl55 void resetAudioPatch(int patchId); in resetAudioPatch()
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIModule.aidl55 void resetAudioPatch(int patchId); in resetAudioPatch()
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl603 void resetAudioPatch(int patchId); in resetAudioPatch()
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl55 void resetAudioPatch(int patchId); in resetAudioPatch()
/hardware/interfaces/audio/aidl/default/
DModule.cpp167 void Module::cleanUpPatch(int32_t patchId) { in cleanUpPatch()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4226 for (const auto patchId : GetNonExistentIds(patchIds, false /*includeZero*/)) { in UpdateInvalidPatchId() local
4257 for (const auto patchId : GetNonExistentIds(patchIds)) { in TEST_P() local