Lines Matching defs:pid
803 PARCEL_READ_HELPER(data, Int32, callerInfo.pid);
891 int32_t pid = 0;
892 PARCEL_READ_HELPER(data, Int32, pid);
897 callerInfo.pid = pid;
1216 callerInfo.pid = data.ReadInt32();
1262 int32_t pid = -1;
1263 PARCEL_READ_HELPER_RET(data, Int32, pid, false);
1276 callerInfo.pid = pid;
1342 PARCEL_READ_HELPER(data, Int32, callerInfo.pid);