OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packet_head_struct
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/cros/chameleon/
chameleon_stream_server.py
102
packet_head_struct
= '!HHL'
variable in class:ChameleonStreamServer
168
message_type, error_code, length = unpack(self.
packet_head_struct
, data)
218
head = pack(self.
packet_head_struct
,
Completed in 128 milliseconds