Home | History | Annotate | Download | only in androidfw

Lines Matching defs:gCount

71 static volatile int32_t gCount = 0;
111 return gCount;
119 int count = android_atomic_inc(&gCount)+1;
126 int count = android_atomic_dec(&gCount);