Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DIPCThreadState.h128 LIBBINDER_EXPORTED int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h128 LIBBINDER_EXPORTED int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/frameworks/native/libs/binder/
DIPCThreadState.cpp510 int64_t token = setCallingWorkSourceUidWithoutPropagation(uid); in setCallingWorkSourceUid()
515 int64_t IPCThreadState::setCallingWorkSourceUidWithoutPropagation(uid_t uid) in setCallingWorkSourceUidWithoutPropagation() function in android::IPCThreadState
546 setCallingWorkSourceUidWithoutPropagation(uid); in restoreCallingWorkSource()
DParcel.cpp1049 threadState->setCallingWorkSourceUidWithoutPropagation(workSource); in enforceInterface()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1075 IPCThreadState::self()->setCallingWorkSourceUidWithoutPropagation(100); in TEST_F()