HomeSort by relevance Sort by last modified time
    Searched refs:selfPid (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.cpp 69 selfPid = getpid();
92 selfPid = getpid();
133 addr.nl_pid = selfPid; /* self pid */
254 nlh->nlmsg_pid = selfPid;
NetlinkConnection.h 119 pid_t selfPid; /**< Which PID to use to identify when writing data */
  /frameworks/av/services/camera/libcameraservice/
ProCamera2Client.cpp 398 const int selfPid = getpid();
423 if (pid == selfPid) {

Completed in 1851 milliseconds