Searched refs:removeHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1526 size_t removeHandle (const wp<EffectHandle>& handle);
H A DAudioFlinger.cpp7819 if (effect->removeHandle(handle) == 0) {
8089 size_t AudioFlinger::EffectModule::removeHandle(const wp<EffectHandle>& handle) function in class:android::AudioFlinger::EffectModule
8100 ALOGV("removeHandle() %p removed handle %p in position %d", this, handle.unsafe_get(), i);
8105 ALOGV("removeHandle() unsafe_get OK");

Completed in 314 milliseconds