Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DBinderTest.java43 Binder.restoreCallingWorkSource(token); in testRestoreWorkSource()
DBinderWorkSourceTest.java155 Binder.restoreCallingWorkSource(token); in restoreWorkSource()
/frameworks/native/include/binder/
DIPCThreadState.h78 void restoreCallingWorkSource(int64_t token);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h78 void restoreCallingWorkSource(int64_t token);
/frameworks/base/core/java/android/os/
DBinder.java504 public static final native void restoreCallingWorkSource(long token); in restoreCallingWorkSource() method in Binder
704 Binder.restoreCallingWorkSource(token); in onTransactEnded()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp190 IPCThreadState::self()->restoreCallingWorkSource(0); in SetUp()
970 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
997 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
/frameworks/native/libs/binder/
DIPCThreadState.cpp434 void IPCThreadState::restoreCallingWorkSource(int64_t token) in restoreCallingWorkSource() function in android::IPCThreadState
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp999 IPCThreadState::self()->restoreCallingWorkSource(token); in android_os_Binder_restoreCallingWorkSource()
/frameworks/base/non-updatable-api/
Dcurrent.txt34371 method public static final void restoreCallingWorkSource(long);
/frameworks/base/api/
Dcurrent.txt34515 method public static final void restoreCallingWorkSource(long);