Home
last modified time | relevance | path

Searched refs:origId (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/wm/
DActivityClientController.java177 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 …]
DAppTaskImpl.java100 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()
DDisplayAreaOrganizerController.java132 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()
DTaskOrganizerController.java501 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 …]
DDragAndDropPermissionsHandler.java82 final long origId = Binder.clearCallingIdentity(); in doTake() local
90 Binder.restoreCallingIdentity(origId); in doTake()
DWindowManagerService.java1541 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 …]
DActivityTaskManagerService.java1444 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 …]
DSession.java448 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()
DActivityStartController.java409 final long origId = Binder.clearCallingIdentity(); in startActivities() local
543 Binder.restoreCallingIdentity(origId); in startActivities()
/frameworks/av/media/codec2/vndk/platform/
DC2IgbaBuffer.cpp44 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/
DC2AllocatorGralloc.cpp286 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/
DInputContentUriTokenHandler.java76 final long origId = Binder.clearCallingIdentity(); in doTakeLocked() local
86 Binder.restoreCallingIdentity(origId); in doTakeLocked()
/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java632 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/
DSearchUiManagerService.java176 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
183 Binder.restoreCallingIdentity(origId); in runForUserLocked()
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerService.java179 final long origId = Binder.clearCallingIdentity(); in runForUser() local
201 Binder.restoreCallingIdentity(origId); in runForUser()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java180 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
187 Binder.restoreCallingIdentity(origId); in runForUserLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java202 final long origId = Binder.clearCallingIdentity(); in runForUserLocked() local
209 Binder.restoreCallingIdentity(origId); in runForUserLocked()
/frameworks/av/media/codec2/vndk/include/
DC2IgbaBufferPriv.h78 uint64_t *origId /* nonnull */,
DC2AllocatorGralloc.h93 uint64_t origId);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java128 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/
DCredentialManagerService.java284 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/
DContentProviderHelper.java315 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()
DActiveServices.java1664 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 …]
DPendingIntentRecord.java569 final long origId = Binder.clearCallingIdentity(); in sendInner() local
697 Binder.restoreCallingIdentity(origId); in sendInner()
/frameworks/base/core/java/android/content/
DContentProvider.java323 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()

12