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

/frameworks/av/services/audioflinger/
H A DEffects.cpp118 if (h == NULL || h->destroyed_l()) {
186 if (h != NULL && !h->destroyed_l()) {
563 if (h != NULL && !h->destroyed_l()) {
616 if (h != NULL && !h->destroyed_l()) {
781 if (handle != NULL && !handle->destroyed_l()) {
1009 if (handle != NULL && !handle->destroyed_l()) {
1795 if (handle != NULL && !handle->destroyed_l()) {
H A DEffects.h211 // destroyed_l() must be called with the associated EffectModule mLock held
212 bool destroyed_l() const { return mDestroyed; } function in class:EffectHandle

Completed in 288 milliseconds