Searched refs:memMgrProcessStateInfo (Results 1 – 1 of 1) sorted by relevance
34 auto memMgrProcessStateInfo = new (std::nothrow) MemMgrProcessStateInfo(); in Unmarshalling() local35 if (memMgrProcessStateInfo == nullptr) { in Unmarshalling()40 bool res = parcel.ReadInt32(memMgrProcessStateInfo->callerPid_) && in Unmarshalling()41 parcel.ReadInt32(memMgrProcessStateInfo->callerUid_) && in Unmarshalling()42 parcel.ReadInt32(memMgrProcessStateInfo->pid_) && in Unmarshalling()43 parcel.ReadInt32(memMgrProcessStateInfo->uid_) && in Unmarshalling()46 delete memMgrProcessStateInfo; in Unmarshalling()51 memMgrProcessStateInfo->reason_ = static_cast<ProcPriorityUpdateReason>(reason); in Unmarshalling()56 return memMgrProcessStateInfo; in Unmarshalling()