Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DBinderWorkSourceTest.java115 Binder.clearCallingWorkSource(); in clearWorkSource()
132 Binder.clearCallingWorkSource(); in setWorkSource_propagatedFromBinderProxyListener()
139 Binder.clearCallingWorkSource(); in threadWorkSourceNotPropagated()
147 Binder.clearCallingWorkSource(); in setWorkSource_propagatedFromBinderProxyListener_unset()
154 long token = Binder.clearCallingWorkSource(); in restoreWorkSource()
187 Binder.clearCallingWorkSource(); in workSourceProvider_default()
195 Binder.clearCallingWorkSource(); in workSourceProvider_customProvider()
DBinderTest.java35 Binder.clearCallingWorkSource(); in testClearWorkSource()
42 long token = Binder.clearCallingWorkSource(); in testRestoreWorkSource()
/frameworks/native/include/binder/
DIPCThreadState.h76 int64_t clearCallingWorkSource();
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h76 int64_t clearCallingWorkSource();
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp922 IPCThreadState::self()->clearCallingWorkSource(); in TEST_F()
953 int64_t token = IPCThreadState::self()->clearCallingWorkSource(); in TEST_F()
969 int64_t token = IPCThreadState::self()->clearCallingWorkSource(); in TEST_F()
/frameworks/native/libs/binder/
DIPCThreadState.cpp429 int64_t IPCThreadState::clearCallingWorkSource() in clearCallingWorkSource() function in android::IPCThreadState
1189 clearCallingWorkSource(); in executeCommand()
/frameworks/base/core/java/android/os/
DBinder.java487 public static final native long clearCallingWorkSource(); in clearCallingWorkSource() method in Binder
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp994 return IPCThreadState::self()->clearCallingWorkSource(); in android_os_Binder_clearCallingWorkSource()
/frameworks/base/non-updatable-api/
Dcurrent.txt34353 method public static final long clearCallingWorkSource();
/frameworks/base/api/
Dcurrent.txt34497 method public static final long clearCallingWorkSource();