Home
last modified time | relevance | path

Searched refs:adbout (Results 1 – 2 of 2) sorted by relevance

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