Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DWindowInfo.cpp178 int32_t lpFlags, lpType, touchOcclusionModeInt, inputConfigInt, ownerPidInt, ownerUidInt, in readFromParcel() local
198 parcel->readInt32(&ownerPidInt) ?: in readFromParcel()
222 ownerPid = Pid{ownerPidInt}; in readFromParcel()