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