Searched refs:mPropagateWorkSource (Results 1 – 3 of 3) sorted by relevance
403 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()
214 bool mPropagateWorkSource; variable