Lines Matching defs:pid
256 //TODO: if pid is int32?
257 pid_t pid = data.readInt32();
265 if (pid == getpid()) //in same process, should not use binder
288 if (pid == getpid()) //in same process, should not use binder
301 if (pid == getpid()) //in same process, should not use binder
465 //send pid, sessionflag, and memtype
466 pid_t pid = getpid();
467 //TODO: if pid is int32?
468 data.writeInt32(pid);
698 //send pid, sessionflag, and value
699 pid_t pid = getpid();
700 //TODO: if pid is int32?
701 data.writeInt32(pid);
750 //send pid, sessionflag, and memtype
751 pid_t pid = getpid();
752 //TODO: if pid is int32 ?
753 data.writeInt32(pid);
807 //send pid and sessionflag
808 pid_t pid = getpid();
809 //TODO: if pid is int32?
810 data.writeInt32(pid);