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

  /frameworks/base/tools/velocityplot/
velocityplot.py 78 def __init__(self, adbout):
79 self.adbout = adbout
181 line = self.adbout.readline()
282 adbout = NonBlockingStream(adb.stdout) variable
285 plotter = Plotter(adbout)
  /frameworks/base/tools/orientationplot/
orientationplot.py 74 def __init__(self, adbout):
75 self.adbout = adbout
267 line = self.adbout.readline()
450 adbout = NonBlockingStream(adb.stdout) variable
453 plotter = Plotter(adbout)

Completed in 5581 milliseconds