Home
last modified time | relevance | path

Searched refs:gAutoDecoderCancel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DAutoDecodeCancel.cpp4 static AutoDecoderCancel* gAutoDecoderCancel; variable
19 fNext = gAutoDecoderCancel; in AutoDecoderCancel()
20 if (gAutoDecoderCancel) { in AutoDecoderCancel()
21 gAutoDecoderCancel->fPrev = this; in AutoDecoderCancel()
23 gAutoDecoderCancel = this; in AutoDecoderCancel()
42 SkASSERT(gAutoDecoderCancel == this); in ~AutoDecoderCancel()
43 gAutoDecoderCancel = next; in ~AutoDecoderCancel()
60 AutoDecoderCancel* pair = gAutoDecoderCancel; in RequestCancel()
77 SkASSERT(gAutoDecoderCancel == NULL); in Validate()
81 AutoDecoderCancel* curr = gAutoDecoderCancel; in Validate()