Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DWorkSourceUidPreservingRunnable.java42 Binder.restoreCallingWorkSource(token); in run()
/frameworks/base/core/tests/coretests/src/android/os/
DBinderTest.java65 Binder.restoreCallingWorkSource(token); in testRestoreWorkSource()
DBinderWorkSourceTest.java159 Binder.restoreCallingWorkSource(token); in restoreWorkSource()
/frameworks/native/include/binder/
DIPCThreadState.h134 LIBBINDER_EXPORTED void restoreCallingWorkSource(int64_t token);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h134 LIBBINDER_EXPORTED void restoreCallingWorkSource(int64_t token);
/frameworks/base/core/java/android/os/
DBinder.java697 public static final native void restoreCallingWorkSource(long token); in restoreCallingWorkSource() method in Binder
965 Binder.restoreCallingWorkSource(token); in onTransactEnded()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp258 IPCThreadState::self()->restoreCallingWorkSource(0); in SetUp()
1108 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
1135 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp1075 IPCThreadState::self()->restoreCallingWorkSource(token); in android_os_Binder_restoreCallingWorkSource()
/frameworks/native/libs/binder/
DIPCThreadState.cpp543 void IPCThreadState::restoreCallingWorkSource(int64_t token) in restoreCallingWorkSource() function in android::IPCThreadState
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32632 method public static final void restoreCallingWorkSource(long);