Home
last modified time | relevance | path

Searched defs:restoreCallingWorkSource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java535 public static final native void restoreCallingWorkSource(long token); in restoreCallingWorkSource() method in Binder
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp435 void IPCThreadState::restoreCallingWorkSource(int64_t token) in restoreCallingWorkSource() function in android::IPCThreadState