Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.cpp118 if (h == NULL || h->destroyed_l()) { in addHandle()
186 if (h != NULL && !h->destroyed_l()) { in controlHandle_l()
563 if (h != NULL && !h->destroyed_l()) { in command()
616 if (h != NULL && !h->destroyed_l()) { in setEnabled_l()
781 if (handle != NULL && !handle->destroyed_l()) { in purgeHandles()
1009 if (handle != NULL && !handle->destroyed_l()) { in dump()
1795 if (handle != NULL && !handle->destroyed_l()) { in setEffectSuspended_l()
DEffects.h212 bool destroyed_l() const { return mDestroyed; } in destroyed_l() function