Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp409 const int64_t propagatedBit = ((int64_t)mPropagateWorkSource) << kWorkSourcePropagatedBitIndex; in setCallingWorkSourceUidWithoutPropagation() local
410 int64_t token = propagatedBit | mWorkSource; in setCallingWorkSourceUidWithoutPropagation()