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

  /build/
envsetup.sh 922 local targetPid=$1
925 if [ "$targetPid" = "" ]; then
940 echo "Poking $targetPid and waiting for data..."
941 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 26 milliseconds