Searched refs:adbout (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/orientationplot/
H A Dorientationplot.py74 def __init__(self, adbout):
75 self.adbout = adbout
267 line = self.adbout.readline()
450 adbout = NonBlockingStream(adb.stdout) variable
453 plotter = Plotter(adbout)
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py78 def __init__(self, adbout):
79 self.adbout = adbout
181 line = self.adbout.readline()
282 adbout = NonBlockingStream(adb.stdout) variable
285 plotter = Plotter(adbout)

Completed in 9 milliseconds