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

  /frameworks/av/services/audioflinger/
Effects.cpp 118 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()) {
    [all...]
Effects.h 211 // destroyed_l() must be called with the associated EffectModule mLock held
212 bool destroyed_l() const { return mDestroyed; } function in class:EffectHandle

Completed in 70 milliseconds