OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SendStruct
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py
122
self.
_SendStruct
('BBB', 0x01, 0x00, 0x00)
155
self.
_SendStruct
('BBB', 0x01, 0x01, 0x00)
157
self.
_SendStruct
('BBB', 0x01, 0x01, int((v - 2.0) * 100))
165
self.
_SendStruct
('BBB', 0x01, 0x0a, val & 0xff)
166
self.
_SendStruct
('BBB', 0x01, 0x0b, val >> 8)
170
self.
_SendStruct
('BBB', 0x01, 0x10, val)
175
self.
_SendStruct
('BBB', 0x01, 0x1b, 0x01) # Mystery command.
176
self.
_SendStruct
('BBBBBBB', 0x02, 0xff, 0xff, 0xff, 0xff, 0x03, 0xe8)
181
self.
_SendStruct
('BB', 0x03, 0x00) # Stop.
241
def
_SendStruct
(self, fmt, *args)
[
all
...]
/cts/tools/utils/
monsoon.py
144
self.
_SendStruct
("BBB", 0x01, 0x00, 0x00)
183
self.
_SendStruct
("BBB", 0x01, 0x01, 0x00)
185
self.
_SendStruct
("BBB", 0x01, 0x01, int((v - 2.0) * 100))
193
self.
_SendStruct
("BBB", 0x01, 0x0a, val & 0xff)
194
self.
_SendStruct
("BBB", 0x01, 0x0b, val >> 8)
198
self.
_SendStruct
("BBB", 0x01, 0x10, val)
203
self.
_SendStruct
("BBB", 0x01, 0x1b, 0x01) # Mystery command
204
self.
_SendStruct
("BBBBBBB", 0x02, 0xff, 0xff, 0xff, 0xff, 0x03, 0xe8)
209
self.
_SendStruct
("BB", 0x03, 0x00) # stop
265
def
_SendStruct
(self, fmt, *args)
[
all
...]
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py
259
self.
_SendStruct
("BBB", 0x01, 0x00, 0x00)
300
self.
_SendStruct
("BBB", 0x01, 0x01, 0x00)
302
self.
_SendStruct
("BBB", 0x01, 0x01, int((v - 2.0) * 100))
310
self.
_SendStruct
("BBB", 0x01, 0x0a, val & 0xff)
311
self.
_SendStruct
("BBB", 0x01, 0x0b, val >> 8)
316
self.
_SendStruct
("BBB", 0x01, 0x10, val)
321
self.
_SendStruct
("BBB", 0x01, 0x1b, 0x01) # Mystery command
322
self.
_SendStruct
("BBBBBBB", 0x02, 0xff, 0xff, 0xff, 0xff, 0x03, 0xe8)
328
self.
_SendStruct
("BB", 0x03, 0x00) # stop
386
def
_SendStruct
(self, fmt, *args)
[
all
...]
Completed in 259 milliseconds