Home
last modified time | relevance | path

Searched refs:mPropagateWorkSource (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp403 mPropagateWorkSource = true; in setCallingWorkSourceUid()
409 const int64_t propagatedBit = ((int64_t)mPropagateWorkSource) << kWorkSourcePropagatedBitIndex; in setCallingWorkSourceUidWithoutPropagation()
417 mPropagateWorkSource = false; in clearPropagateWorkSource()
422 return mPropagateWorkSource; in shouldPropagateWorkSource()
439 mPropagateWorkSource = ((token >> kWorkSourcePropagatedBitIndex) & 1) == 1; in restoreCallingWorkSource()
849 mPropagateWorkSource(false), in IPCThreadState()
1237 const bool origPropagateWorkSet = mPropagateWorkSource; in executeCommand()
1318 mPropagateWorkSource = origPropagateWorkSet; in executeCommand()
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h214 bool mPropagateWorkSource; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h214 bool mPropagateWorkSource; variable