Searched refs:kWorkSourcePropagatedBitIndex (Results 1 – 1 of 1) sorted by relevance
114 static const int64_t kWorkSourcePropagatedBitIndex = 32; variable517 const int64_t propagatedBit = ((int64_t)mPropagateWorkSource) << kWorkSourcePropagatedBitIndex; in setCallingWorkSourceUidWithoutPropagation()547 mPropagateWorkSource = ((token >> kWorkSourcePropagatedBitIndex) & 1) == 1; in restoreCallingWorkSource()