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

  /build/
envsetup.sh 904 local targetPid=$1
907 if [ "$targetPid" = "" ]; then
922 echo "Poking $targetPid and waiting for data..."
923 adb ${adbOptions} shell kill -10 $targetPid
  /system/core/libcutils/
mq.c 873 pid_t targetPid = header->credentials.pid;
874 if (!hashmapContainsKey(peerProxy->connections, &targetPid)) {
877 = (PeerProxy*) hashmapGet(master->peerProxies, &targetPid);
    [all...]

Completed in 312 milliseconds