OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroyed_l
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
Effects.h
213
//
destroyed_l
() must be called with the associated EffectModule mLock held
214
bool
destroyed_l
() const { return mDestroyed; }
function in class:EffectHandle
Effects.cpp
118
if (h == NULL || h->
destroyed_l
()) {
186
if (h != NULL && !h->
destroyed_l
()) {
612
if (h != NULL && !h->
destroyed_l
()) {
665
if (h != NULL && !h->
destroyed_l
()) {
829
if (handle != NULL && !handle->
destroyed_l
()) {
[
all
...]
Completed in 69 milliseconds