Home
last modified time | relevance | path

Searched refs:in_patchId (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h106 ndk::ScopedAStatus resetAudioPatch(int32_t in_patchId) override;
/hardware/interfaces/audio/aidl/default/
DModule.cpp1235 ndk::ScopedAStatus Module::resetAudioPatch(int32_t in_patchId) { in resetAudioPatch() argument
1237 auto patchIt = findById<AudioPatch>(patches, in_patchId); in resetAudioPatch()
1246 LOG(DEBUG) << __func__ << ": " << mType << ": erased patch " << in_patchId; in resetAudioPatch()
1249 LOG(ERROR) << __func__ << ": " << mType << ": patch id " << in_patchId << " not found"; in resetAudioPatch()