HomeSort by relevance Sort by last modified time
    Searched full:destroyed_l (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.h 198 // destroyed_l() must be called with the associated EffectModule mLock held
199 bool destroyed_l() const { return mDestroyed; } function in class:EffectHandle
Effects.cpp 123 if (h == NULL || h->destroyed_l()) {
190 if (h != NULL && !h->destroyed_l()) {
540 if (h != NULL && !h->destroyed_l()) {
593 if (h != NULL && !h->destroyed_l()) {
758 if (handle != NULL && !handle->destroyed_l()) {
838 if (handle != NULL && !handle->destroyed_l()) {
    [all...]

Completed in 376 milliseconds