Home | History | Annotate | Download | only in libmediametrics

Lines Matching full:mpid

58     : mPid(-1),
70 : mPid(-1),
121 dst->mPid = this->mPid;
179 mPid = pid;
184 return mPid;
636 mPid = data.readInt32();
686 data->writeInt32(mPid);
774 snprintf(buffer, sizeof(buffer), "%d", mPid);
776 snprintf(buffer, sizeof(buffer), "%d:", mPid);