Searched refs:mCollecting (Results 1 – 3 of 3) sorted by relevance
42 private volatile boolean mCollecting; field in CollectorThread57 if (!mCollecting) { in handleMessage()64 mCollecting = false; in handleMessage()90 if (!mCollecting) { in onFrameMetricsAvailable()147 if (!mCollecting) { in stopCollecting()151 mCollecting = false; in stopCollecting()160 mCollecting = true; in markInteractionStart()
500 : mRSContext(Context), mState(RState), mCollecting(RState->isCollecting()), in RSReflectionJava()533 if (!mCollecting) { in genScriptClass()562 if (!mCollecting) { in genScriptClass()587 if (!mCollecting) { in genScriptClass()866 if (mCollecting) in genExportVariable()905 if (!mCollecting) { in genExportFunction()913 if (!mCollecting) { in genExportFunction()941 if (!mCollecting) in genExportFunction()956 if (!mCollecting) in genExportFunction()961 if (!mCollecting) in genExportFunction()[all …]
50 const bool mCollecting; variable