Home
last modified time | relevance | path

Searched refs:setCallingWorkSourceUidWithoutPropagation (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/binder/
DIPCThreadState.h56 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h56 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/libs/binder/
DIPCThreadState.cpp401 int64_t token = setCallingWorkSourceUidWithoutPropagation(uid); in setCallingWorkSourceUid()
406 int64_t IPCThreadState::setCallingWorkSourceUidWithoutPropagation(uid_t uid) in setCallingWorkSourceUidWithoutPropagation() function in android::IPCThreadState
437 setCallingWorkSourceUidWithoutPropagation(uid); in restoreCallingWorkSource()
DParcel.cpp588 threadState->setCallingWorkSourceUidWithoutPropagation(workSource); in enforceInterface()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp936 IPCThreadState::self()->setCallingWorkSourceUidWithoutPropagation(100); in TEST_F()