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

  /packages/experimental/procstatlog/
diskload.sh 24 dd if=/dev/zero bs=65536 of=$1.2 & pid2=$!; echo start $pid2; sleep 2
35 kill $pid2; echo kill $pid2; sleep 2
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalSource.java 221 PathId pid2 = list.get(j); local
222 int curId = Integer.parseInt(pid2.path.getSuffix());
232 PathId pid2 = list.get(k); local
233 consumer.consume(pid2.id, items[k - i]);
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp 327 unsigned pid2 = s2->pid(); local
328 s1->setPID(pid2);

Completed in 9756 milliseconds