/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityClientController.java | 177 final long origId = Binder.clearCallingIdentity(); in activityIdle() local 193 Binder.restoreCallingIdentity(origId); in activityIdle() 199 final long origId = Binder.clearCallingIdentity(); in activityResumed() local 203 Binder.restoreCallingIdentity(origId); in activityResumed() 208 final long origId = Binder.clearCallingIdentity(); in activityRefreshed() local 212 Binder.restoreCallingIdentity(origId); in activityRefreshed() 217 final long origId = Binder.clearCallingIdentity(); in activityTopResumedStateLost() local 221 Binder.restoreCallingIdentity(origId); in activityTopResumedStateLost() 226 final long origId = Binder.clearCallingIdentity(); in activityPaused() local 235 Binder.restoreCallingIdentity(origId); in activityPaused() [all …]
|
D | AppTaskImpl.java | 100 final long origId = Binder.clearCallingIdentity(); in getTaskInfo() local 110 Binder.restoreCallingIdentity(origId); in getTaskInfo() 122 final long origId = Binder.clearCallingIdentity(); in moveToFront() local 154 Binder.restoreCallingIdentity(origId); in moveToFront() 195 final long origId = Binder.clearCallingIdentity(); in setExcludeFromRecents() local 210 Binder.restoreCallingIdentity(origId); in setExcludeFromRecents()
|
D | DisplayAreaOrganizerController.java | 132 final long origId = Binder.clearCallingIdentity(); in registerOrganizer() local 163 Binder.restoreCallingIdentity(origId); in registerOrganizer() 171 final long origId = Binder.clearCallingIdentity(); in unregisterOrganizer() local 186 Binder.restoreCallingIdentity(origId); in unregisterOrganizer() 195 final long origId = Binder.clearCallingIdentity(); in createTaskDisplayArea() local 246 Binder.restoreCallingIdentity(origId); in createTaskDisplayArea() 254 final long origId = Binder.clearCallingIdentity(); in deleteTaskDisplayArea() local 273 Binder.restoreCallingIdentity(origId); in deleteTaskDisplayArea()
|
D | TaskOrganizerController.java | 501 final long origId = Binder.clearCallingIdentity(); in registerTaskOrganizer() local 535 Binder.restoreCallingIdentity(origId); in registerTaskOrganizer() 543 final long origId = Binder.clearCallingIdentity(); in unregisterTaskOrganizer() local 563 Binder.restoreCallingIdentity(origId); in unregisterTaskOrganizer() 841 final long origId = Binder.clearCallingIdentity(); in createRootTask() local 854 Binder.restoreCallingIdentity(origId); in createRootTask() 887 final long origId = Binder.clearCallingIdentity(); in deleteRootTask() local 905 Binder.restoreCallingIdentity(origId); in deleteRootTask() 978 final long origId = Binder.clearCallingIdentity(); in getImeTarget() local 1001 Binder.restoreCallingIdentity(origId); in getImeTarget() [all …]
|
D | DragAndDropPermissionsHandler.java | 82 final long origId = Binder.clearCallingIdentity(); in doTake() local 90 Binder.restoreCallingIdentity(origId); in doTake()
|
D | WindowManagerService.java | 1541 final long origId = Binder.clearCallingIdentity(); in addWindow() local 1945 Binder.restoreCallingIdentity(origId); in addWindow() 2163 final long origId = Binder.clearCallingIdentity(); in clearTouchableRegion() local 2170 Binder.restoreCallingIdentity(origId); in clearTouchableRegion() 2177 final long origId = Binder.clearCallingIdentity(); in setInsetsWindow() local 2218 Binder.restoreCallingIdentity(origId); in setInsetsWindow() 2326 final long origId = Binder.clearCallingIdentity(); in relayoutWindowInner() local 2551 Binder.restoreCallingIdentity(origId); in relayoutWindowInner() 2738 Binder.restoreCallingIdentity(origId); in relayoutWindowInner() 2830 final long origId = Binder.clearCallingIdentity(); in outOfMemoryWindow() local [all …]
|
D | ActivityTaskManagerService.java | 1444 final long origId = Binder.clearCallingIdentity(); in startNextMatchingActivity() local 1479 Binder.restoreCallingIdentity(origId); in startNextMatchingActivity() 1763 final long origId = Binder.clearCallingIdentity(); in startAssistantActivity() local 1775 Binder.restoreCallingIdentity(origId); in startAssistantActivity() 1792 final long origId = Binder.clearCallingIdentity(); in startRecentsActivity() local 1811 Binder.restoreCallingIdentity(origId); in startRecentsActivity() 1823 final long origId = Binder.clearCallingIdentity(); in startActivityFromRecents() local 1828 Binder.restoreCallingIdentity(origId); in startActivityFromRecents() 1851 final long origId = Binder.clearCallingIdentity(); in startActivityFromGameSession() local 1865 Binder.restoreCallingIdentity(origId); in startActivityFromGameSession() [all …]
|
D | Session.java | 448 long origId = Binder.clearCallingIdentity(); in validateAndResolveDragMimeTypeExtras() local 469 Binder.restoreCallingIdentity(origId); in validateAndResolveDragMimeTypeExtras() 1007 final long origId = Binder.clearCallingIdentity(); in generateDisplayHash() local 1011 Binder.restoreCallingIdentity(origId); in generateDisplayHash()
|
D | ActivityStartController.java | 409 final long origId = Binder.clearCallingIdentity(); in startActivities() local 543 Binder.restoreCallingIdentity(origId); in startActivities()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2IgbaBuffer.cpp | 44 uint64_t origId = 0; in CreateGraphicBlockFromAhwb() local 45 CHECK(AHardwareBuffer_getId(ahwb, &origId) == ::android::OK); in CreateGraphicBlockFromAhwb() 58 origId); in CreateGraphicBlockFromAhwb() 94 uint64_t origId; in ~C2IgbaBlockPoolData() local 95 CHECK(AHardwareBuffer_getId(mBuffer, &origId) == ::android::OK); in ~C2IgbaBlockPoolData() 97 ::ndk::ScopedAStatus status = igba->deallocate(origId, &aidlRet); in ~C2IgbaBlockPoolData() 190 uint64_t origId; in fetchGraphicBlock() local 193 width, height, format, usage, kBlockingFetchTimeoutNs, &origId, block, &fence); in fetchGraphicBlock() 207 uint64_t origId; in fetchGraphicBlock() local 208 c2_status_t res = _fetchGraphicBlock(width, height, format, usage, 0LL, &origId, block, fence); in fetchGraphicBlock() [all …]
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 286 void getOrigId(uint64_t *origId) const { in getOrigId() 288 *origId = unsigned(ed->origId_lo) | uint64_t(unsigned(ed->origId_hi)) << 32; in getOrigId() 303 uint32_t stride, uint64_t origId) { in WrapAndMoveNativeHandle() argument 311 stride, uint32_t(origId & 0xFFFFFFFF), uint32_t(origId >> 32), MAGIC in WrapAndMoveNativeHandle() 332 uint32_t stride, uint64_t origId) { in WrapNativeHandle() argument 341 clone, width, height, format, usage, stride, origId); in WrapNativeHandle() 366 uint64_t *origId) { in Import() argument 376 *origId = xd->origId_lo | (uint64_t(xd->origId_hi) << 32); in Import() 958 uint64_t origId; in ExtractMetadataFromCodec2GrallocHandle() local 959 (void)C2HandleAhwb::Import(handle, width, height, format, usage, stride, &origId); in ExtractMetadataFromCodec2GrallocHandle() [all …]
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputContentUriTokenHandler.java | 76 final long origId = Binder.clearCallingIdentity(); in doTakeLocked() local 86 Binder.restoreCallingIdentity(origId); in doTakeLocked()
|
/frameworks/base/services/core/java/com/android/server/recoverysystem/ |
D | RecoverySystemService.java | 632 final long origId = Binder.clearCallingIdentity(); in requestLskf() local 647 Binder.restoreCallingIdentity(origId); in requestLskf() 758 final long origId = Binder.clearCallingIdentity(); in clearLskf() local 769 Binder.restoreCallingIdentity(origId); in clearLskf() 858 final long origId = Binder.clearCallingIdentity(); in armRebootEscrow() local 871 Binder.restoreCallingIdentity(origId); in armRebootEscrow() 886 final long origId = Binder.clearCallingIdentity(); in useServerBasedRoR() local 891 Binder.restoreCallingIdentity(origId); in useServerBasedRoR() 1259 final long origId = Binder.clearCallingIdentity(); in onShellCommand() local 1264 Binder.restoreCallingIdentity(origId); in onShellCommand()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | SearchUiManagerService.java | 176 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local 183 Binder.restoreCallingIdentity(origId); in runForUserLocked()
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | WallpaperEffectsGenerationManagerService.java | 179 final long origId = Binder.clearCallingIdentity(); in runForUser() local 201 Binder.restoreCallingIdentity(origId); in runForUser()
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | SmartspaceManagerService.java | 180 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local 187 Binder.restoreCallingIdentity(origId); in runForUserLocked()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 202 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local 209 Binder.restoreCallingIdentity(origId); in runForUserLocked()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2IgbaBufferPriv.h | 78 uint64_t *origId /* nonnull */,
|
D | C2AllocatorGralloc.h | 93 uint64_t origId);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmTestBase.java | 128 final long origId = serviceContext.binder.clearCallingIdentity(); in runAsCaller() local 137 serviceContext.binder.restoreCallingIdentity(origId); in runAsCaller()
|
/frameworks/base/services/credentials/java/com/android/server/credentials/ |
D | CredentialManagerService.java | 284 final long origId = Binder.clearCallingIdentity(); in runForUser() local 294 Binder.restoreCallingIdentity(origId); in runForUser() 339 final long origId = Binder.clearCallingIdentity(); in isCredentialDescriptionApiEnabled() local 345 Binder.restoreCallingIdentity(origId); in isCredentialDescriptionApiEnabled() 951 final long origId = Binder.clearCallingIdentity(); in isServiceEnabled() local 958 Binder.restoreCallingIdentity(origId); in isServiceEnabled()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderHelper.java | 315 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local 377 Binder.restoreCallingIdentity(origId); in getContentProviderImpl() 506 final long origId = Binder.clearCallingIdentity(); in getContentProviderImpl() local 595 Binder.restoreCallingIdentity(origId); in getContentProviderImpl() 746 final long origId = Binder.clearCallingIdentity(); in publishContentProviders() local 816 Binder.restoreCallingIdentity(origId); in publishContentProviders()
|
D | ActiveServices.java | 1664 final long origId = mAm.mInjector.clearCallingIdentity(); in stopServiceLocked() local 1668 mAm.mInjector.restoreCallingIdentity(origId); in stopServiceLocked() 1823 final long origId = mAm.mInjector.clearCallingIdentity(); in stopServiceTokenLocked() local 1825 mAm.mInjector.restoreCallingIdentity(origId); in stopServiceTokenLocked() 1839 final long origId = mAm.mInjector.clearCallingIdentity(); in setServiceForegroundLocked() local 1847 mAm.mInjector.restoreCallingIdentity(origId); in setServiceForegroundLocked() 1859 final long origId = mAm.mInjector.clearCallingIdentity(); in getForegroundServiceTypeLocked() local 1867 mAm.mInjector.restoreCallingIdentity(origId); in getForegroundServiceTypeLocked() 4210 final long origId = mAm.mInjector.clearCallingIdentity(); in bindServiceLocked() local 4416 mAm.mInjector.restoreCallingIdentity(origId); in bindServiceLocked() [all …]
|
D | PendingIntentRecord.java | 569 final long origId = Binder.clearCallingIdentity(); in sendInner() local 697 Binder.restoreCallingIdentity(origId); in sendInner()
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 323 final CallingIdentity origId = getContentProvider().clearCallingIdentity(); in getType() local 327 getContentProvider().restoreCallingIdentity(origId); in getType() 339 final CallingIdentity origId = getContentProvider().clearCallingIdentity(); in getType() local 347 getContentProvider().restoreCallingIdentity(origId); in getType()
|