Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h119 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/include/binder/
DIPCThreadState.h119 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/libs/binder/
DIPCThreadState.cpp423 int64_t token = setCallingWorkSourceUidWithoutPropagation(uid); in setCallingWorkSourceUid()
428 int64_t IPCThreadState::setCallingWorkSourceUidWithoutPropagation(uid_t uid) in setCallingWorkSourceUidWithoutPropagation() function in android::IPCThreadState
459 setCallingWorkSourceUidWithoutPropagation(uid); in restoreCallingWorkSource()
DParcel.cpp761 threadState->setCallingWorkSourceUidWithoutPropagation(workSource); in enforceInterface()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1018 IPCThreadState::self()->setCallingWorkSourceUidWithoutPropagation(100); in TEST_F()