Home
last modified time | relevance | path

Searched refs:restoreCallingWorkSource (Results 1 – 9 of 9) 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.h62 void restoreCallingWorkSource(int64_t token);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h62 void restoreCallingWorkSource(int64_t token);
/frameworks/base/core/java/android/os/
DBinder.java526 public static final native void restoreCallingWorkSource(long token); in restoreCallingWorkSource() method in Binder
735 Binder.restoreCallingWorkSource(token); in onTransactEnded()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp189 IPCThreadState::self()->restoreCallingWorkSource(0); in SetUp()
969 IPCThreadState::self()->restoreCallingWorkSource(token); in TEST_F()
996 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.cpp1003 IPCThreadState::self()->restoreCallingWorkSource(token); in android_os_Binder_restoreCallingWorkSource()
/frameworks/base/api/
Dcurrent.txt35785 method public static final void restoreCallingWorkSource(long);