Searched refs:isRequested (Results 1 – 10 of 10) sorted by relevance
333 if (((IfdEvent) event).isRequested) { in next()348 if (tagEvent.isRequested) { in next()892 boolean isRequested; field in ExifParser.IfdEvent896 this.isRequested = isInterestedIfd; in IfdEvent()902 boolean isRequested; field in ExifParser.ExifTagEvent906 this.isRequested = isRequireByUser; in ExifTagEvent()
54 public static boolean isRequested(Context ctx) { in isRequested() method in AccessibilityButtonHelper
283 bool isRequested() { in isRequested() function
426 (!modelData.isRequested() && !modelData.isModelStarted())) { in stopRecognition()566 return modelData != null && modelData.isRequested(); in isRecognitionRequested()680 if (model.isRequested()) { in onGenericRecognitionSuccessLocked()821 if (modelData.isRequested()) { in onKeyphraseRecognitionSuccessLocked()837 boolean start = model.isRequested() && isAllowed; in updateRecognitionLocked()1345 synchronized boolean isRequested() { in isRequested() method in SoundTriggerHelper.ModelData
153 if (mRequestDisconnect.isRequested()) { in checkForDisconnectRequest()
351 boolean isRequested() { in isRequested() method in ThreadedRenderer404 if (isRequested()) { in initializeIfNeeded()
3622 mAttachInfo.mThreadedRenderer.isRequested() && in draw()
98 if (mNeedCatchUp.isRequested()) { in processDataNow()
145 if (mNeedCatchUp.isRequested()) { in processDataNow()
13060 PLcom/android/server/soundtrigger/SoundTriggerHelper$ModelData;->isRequested()Z