Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp400 mPropagateWorkSource = true; in setCallingWorkSourceUid()
406 const int64_t propagatedBit = ((int64_t)mPropagateWorkSource) << kWorkSourcePropagatedBitIndex; in setCallingWorkSourceUidWithoutPropagation()
414 mPropagateWorkSource = false; in clearPropagateWorkSource()
419 return mPropagateWorkSource; in shouldPropagateWorkSource()
436 mPropagateWorkSource = ((token >> kWorkSourcePropagatedBitIndex) & 1) == 1; in restoreCallingWorkSource()
805 mPropagateWorkSource(false), in IPCThreadState()
1180 const bool origPropagateWorkSet = mPropagateWorkSource; in executeCommand()
1242 mPropagateWorkSource = origPropagateWorkSet; in executeCommand()
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h189 bool mPropagateWorkSource; variable