Searched refs:mIsDetached (Results 1 – 3 of 3) sorted by relevance
117 private boolean mIsDetached = false; field in SoundTriggerHelper163 if (mIsDetached) { in startGenericRecognition()194 if (mIsDetached) { in startKeyphraseRecognition()375 if (mIsDetached) { in stopGenericRecognition()410 if (mIsDetached) { in stopKeyphraseRecognition()513 if (mIsDetached) { in getModuleProperties()534 if (mIsDetached) { in unloadKeyphraseSoundModel()561 if (mIsDetached) { in unloadGenericSoundModel()600 if (mIsDetached) { in isRecognitionRequested()610 if (mIsDetached || mDeviceState == state) { in onDeviceStateChanged()[all …]
1311 return mIsDetached.get(); in isAttachable()1328 mIsDetached.getAndSet(detached); in setDetached()1421 private AtomicBoolean mIsDetached = new AtomicBoolean(false); field in ImageReader.SurfaceImage
26268 Landroid/media/ImageReader$SurfaceImage;->mIsDetached:Ljava/util/concurrent/atomic/AtomicBoolean;