Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp116 static const int64_t kWorkSourcePropagatedBitIndex = 32; variable
430 const int64_t propagatedBit = ((int64_t)mPropagateWorkSource) << kWorkSourcePropagatedBitIndex; in setCallingWorkSourceUidWithoutPropagation()
460 mPropagateWorkSource = ((token >> kWorkSourcePropagatedBitIndex) & 1) == 1; in restoreCallingWorkSource()