Searched refs:in_patchId (Results 1 – 2 of 2) sorted by relevance
106 ndk::ScopedAStatus resetAudioPatch(int32_t in_patchId) override;
1235 ndk::ScopedAStatus Module::resetAudioPatch(int32_t in_patchId) { in resetAudioPatch() argument1237 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()