Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBinder.java482 public static final native long setCallingWorkSourceUid(int workSource); in setCallingWorkSourceUid() method in Binder
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp400 int64_t IPCThreadState::setCallingWorkSourceUid(uid_t uid) in setCallingWorkSourceUid() function in android::IPCThreadState