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 115 if (h == NULL || h->destroyed_l()) {
182 if (h != NULL && !h->destroyed_l()) {
539 if (h != NULL && !h->destroyed_l()) {
592 if (h != NULL && !h->destroyed_l()) {
757 if (handle != NULL && !handle->destroyed_l()) {
877 if (handle != NULL && !handle->destroyed_l()) {
    [all...]
Effects.h 208 // destroyed_l() must be called with the associated EffectModule mLock held
209 bool destroyed_l() const { return mDestroyed; } function in class:EffectHandle

Completed in 846 milliseconds