Home
last modified time | relevance | path

Searched refs:restoreCallingWorkSource (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DWorkSourceUidPreservingRunnable.java42 Binder.restoreCallingWorkSource(token); in run()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderTest.java43 Binder.restoreCallingWorkSource(token); in testRestoreWorkSource()
H A DBinderWorkSourceTest.java155 Binder.restoreCallingWorkSource(token); in restoreWorkSource()
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h103 void restoreCallingWorkSource(int64_t token);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h103 void restoreCallingWorkSource(int64_t token);
/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java535 public static final native void restoreCallingWorkSource(long token); in restoreCallingWorkSource() method in Binder
756 Binder.restoreCallingWorkSource(token); in onTransactEnded()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp208 IPCThreadState::self()->restoreCallingWorkSource(0); in SetUp()
1011 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
1038 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp435 void IPCThreadState::restoreCallingWorkSource(int64_t token) in restoreCallingWorkSource() function in android::IPCThreadState
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp1004 IPCThreadState::self()->restoreCallingWorkSource(token); in android_os_Binder_restoreCallingWorkSource()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java549 Binder.restoreCallingWorkSource(token);
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt30746 method public static final void restoreCallingWorkSource(long);