/frameworks/rs/support/java/src/androidx/renderscript/ |
D | BaseObj.java | 33 mDestroyed = false; in BaseObj() 54 if (mDestroyed) { in getID() 77 private boolean mDestroyed; field in BaseObj 83 if (!mDestroyed) { in helpDestroy() 85 mDestroyed = true; in helpDestroy() 114 if(mDestroyed) { in destroy()
|
/frameworks/base/graphics/java/android/graphics/ |
D | GraphicBuffer.java | 65 private boolean mDestroyed; field in GraphicBuffer 177 if (mDestroyed) { in lockCanvas() 206 if (!mDestroyed && mCanvas != null && canvas == mCanvas) { in unlockCanvasAndPost() 223 if (!mDestroyed) { in destroy() 224 mDestroyed = true; in destroy() 240 return mDestroyed; in isDestroyed() 246 if (!mDestroyed) nDestroyGraphicBuffer(mNativeObject); in finalize() 269 if (mDestroyed) { in writeToParcel()
|
/frameworks/base/rs/java/android/renderscript/ |
D | BaseObj.java | 34 mDestroyed = false; in BaseObj() 55 if (mDestroyed) { in getID() 75 private boolean mDestroyed; field in BaseObj 119 if (!mDestroyed) { in helpDestroy() 121 mDestroyed = true; in helpDestroy() 157 if(mDestroyed) { in destroy()
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 88 private boolean mDestroyed; field in NativeActivity 189 mDestroyed = true; in onDestroy() 238 if (!mDestroyed) { in onConfigurationChanged() 246 if (!mDestroyed) { in onLowMemory() 254 if (!mDestroyed) { in onWindowFocusChanged() 260 if (!mDestroyed) { in surfaceCreated() 267 if (!mDestroyed) { in surfaceChanged() 274 if (!mDestroyed) { in surfaceRedrawNeeded() 282 if (!mDestroyed) { in surfaceDestroyed() 288 if (!mDestroyed) { in onInputQueueCreated() [all …]
|
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/ |
D | RemoteSystemCaptionsManagerService.java | 58 private boolean mDestroyed = false; field in RemoteSystemCaptionsManagerService 83 if (mDestroyed) { in destroy() 89 mDestroyed = true; in destroy() 96 return mDestroyed; in isDestroyed() 144 if (mDestroyed || !mBinding) { in onServiceConnected()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | FillWindow.java | 87 private boolean mDestroyed; field in FillWindow 156 mDestroyed = false; in update() 239 "destroy(): mDestroyed=" + mDestroyed + " mShowing=" + mShowing + " mFillView=" in destroy() 243 if (mDestroyed) return; in destroy() 248 mDestroyed = true; in destroy() 266 if (mDestroyed) { in checkNotDestroyedLocked() 274 pw.print(prefix); pw.print("destroyed: "); pw.println(mDestroyed); in dump()
|
/frameworks/ex/framesequence/src/android/support/rastermill/ |
D | FrameSequenceDrawable.java | 157 private boolean mDestroyed = false; field in FrameSequenceDrawable 187 if (mDestroyed) return; 214 if (mDestroyed) { 311 if (mDestroyed) { in checkDestroyedLocked() 318 return mDestroyed; in isDestroyed() 346 mDestroyed = true; in destroy() 482 return mNextFrameToDecode > -1 && !mDestroyed; in isRunning()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassificationSession.java | 37 private boolean mDestroyed; field in TextClassificationSession 99 mDestroyed = true; in destroy() 104 return mDestroyed; in isDestroyed() 113 if (mDestroyed) { in checkDestroyed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 132 private boolean mDestroyed; field in VolumeDialogControllerImpl 230 if (mDestroyed) return; in destroy() 231 mDestroyed = true; in destroy() 241 pw.print(" mDestroyed: "); pw.println(mDestroyed); in dump() 259 if (mDestroyed) return; in setUserActivityListener() 270 if (mDestroyed) return; in getState() 292 if (mDestroyed) return; in getCaptionsComponentState() 297 if (mDestroyed) return; in notifyVisible() 302 if (mDestroyed) return; in userActivity() 308 if (mDestroyed) return; in setRingerMode() [all …]
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AbstractRemoteService.java | 89 private boolean mDestroyed; field in AbstractRemoteService 138 return mDestroyed; in isDestroyed() 208 mDestroyed = true; in handleDestroy() 251 .append(String.valueOf(mDestroyed)).println(); in dump() 461 if (mDestroyed || !mBinding) { in onServiceConnected() 493 if (mDestroyed) { in checkIfDestroyed() 499 return mDestroyed; in checkIfDestroyed() 507 + (mDestroyed ? " (destroyed)" : "") in toString()
|
/frameworks/base/core/java/android/service/autofill/ |
D | VisibilitySetterAction.java | 75 private boolean mDestroyed; field in VisibilitySetterAction.Builder 118 mDestroyed = true; in build() 123 Preconditions.checkState(!mDestroyed, "Already called build()"); in throwIfDestroyed()
|
D | BatchUpdates.java | 75 private boolean mDestroyed; field in BatchUpdates.Builder 139 mDestroyed = true; in build() 144 if (mDestroyed) { in throwIfDestroyed()
|
D | CharSequenceTransformation.java | 120 private boolean mDestroyed; field in CharSequenceTransformation.Builder 163 mDestroyed = true; in build() 168 Preconditions.checkState(!mDestroyed, "Already called build()"); in throwIfDestroyed()
|
D | ImageTransformation.java | 114 private boolean mDestroyed; field in ImageTransformation.Builder 200 mDestroyed = true; in build() 205 Preconditions.checkState(!mDestroyed, "Already called build()"); in throwIfDestroyed()
|
D | CustomDescription.java | 135 private boolean mDestroyed; field in CustomDescription.Builder 347 mDestroyed = true; in build() 352 if (mDestroyed) { in throwIfDestroyed()
|
D | Dataset.java | 204 private boolean mDestroyed; field in Dataset.Builder 469 mDestroyed = true; in build() 477 if (mDestroyed) { in throwIfDestroyed()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureSession.java | 189 private boolean mDestroyed; field in ContentCaptureSession 314 if (mDestroyed) { in destroy() 318 mDestroyed = true; in destroy() 518 return !mDestroyed; in isContentCaptureEnabled() 529 pw.print(prefix); pw.print("destroyed: "); pw.println(mDestroyed); in dump()
|
D | DataRemovalRequest.java | 116 private boolean mDestroyed; field in DataRemovalRequest.Builder 167 mDestroyed = true; in build() 172 Preconditions.checkState(!mDestroyed, "Already destroyed!"); in throwIfDestroyed()
|
D | ContentCaptureContext.java | 251 private boolean mDestroyed; field in ContentCaptureContext.Builder 301 mDestroyed = true; in build() 306 Preconditions.checkState(!mDestroyed, "Already called #build()"); in throwIfDestroyed()
|
/frameworks/native/services/sensorservice/ |
D | SensorDirectConnection.cpp | 30 mOpPackageName(opPackageName), mDestroyed(false) { in SensorDirectConnection() 42 if (mDestroyed) { in destroy() 52 mDestroyed = true; in destroy()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 95 private boolean mDestroyed;//set to true once this App is commanded to be disposed of. field in UiccCardApplication 133 if (mDestroyed) { in update() 184 mDestroyed = true; in dispose() 382 if (mDestroyed) { 484 if (mDestroyed) { in notifyReadyRegistrantsIfNeeded() 511 if (mDestroyed) { in notifyPinLockedRegistrantsIfNeeded() 539 if (mDestroyed) { in notifyNetworkLockedRegistrantsIfNeeded() 939 pw.println(" mDestroyed=" + mDestroyed); in dump()
|
D | IccRecords.java | 80 protected AtomicBoolean mDestroyed = new AtomicBoolean(false); field in IccRecords 229 return "mDestroyed=" + mDestroyed in toString() 300 mDestroyed.set(true); in dispose() 374 if (mDestroyed.get()) { in registerForRecordsLoaded() 395 if (mDestroyed.get()) { in registerForRecordsOverride() 411 if (mDestroyed.get()) { in registerForLockedRecordsLoaded() 434 if (mDestroyed.get()) { in registerForNetworkLockedRecordsLoaded() 454 if (mDestroyed.get()) { in registerForImsiReady() 470 if (mDestroyed.get()) { in registerForSpnUpdate() 1168 pw.println(" mDestroyed=" + mDestroyed); in dump()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 157 boolean mDestroyed; field in WallpaperService.Engine 688 out.print(" mDestroyed="); out.println(mDestroyed); in dump() 744 if (mDestroyed) { in updateSurface() 1037 if (mDestroyed) { in attach() 1093 if (!mDestroyed) { in doAmbientModeChanged() 1106 if (!mDestroyed) { in doDesiredSizeChanged() 1117 if (!mDestroyed) { in doDisplayPaddingChanged() 1127 if (!mDestroyed) { in doVisibilityChanged() 1134 if (!mDestroyed) { in reportVisibility() 1154 if (mDestroyed) { in doOffsetsChanged() [all …]
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 121 private boolean mDestroyed = false; field in MediaSessionRecord 360 return mIsActive && !mDestroyed; in isActive() 455 if (mDestroyed) { in onDestroy() 458 mDestroyed = true; in onDestroy() 568 if (mDestroyed) { in pushPlaybackStateUpdate() 589 if (mDestroyed) { in pushMetadataUpdate() 608 if (mDestroyed) { in pushQueueUpdate() 628 if (mDestroyed) { in pushQueueTitleUpdate() 648 if (mDestroyed) { in pushExtrasUpdate() 667 if (mDestroyed) { in pushVolumeUpdate() [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 216 private boolean mDestroyed; field in Session 686 if (mDestroyed) { in switchActivity() 741 if (mDestroyed) { in onFillRequestSuccess() 840 if (mDestroyed) { in onFillRequestFailureOrTimeout() 884 if (mDestroyed) { in onSaveRequestSuccess() 910 if (mDestroyed) { in onSaveRequestFailure() 972 if (mDestroyed) { in authenticate() 1003 if (mDestroyed) { in fill() 1018 if (mDestroyed) { in save() 1035 if (mDestroyed) { in cancelSave() [all …]
|