Searched refs:packet_length (Results 1 – 4 of 4) sorted by relevance
/system/core/adb/ |
D | shell_service_protocol.cpp | 39 length_t packet_length; in Read() local 40 memcpy(&packet_length, &buffer_[1], sizeof(packet_length)); in Read() 41 bytes_left_ = packet_length; in Read()
|
/system/bt/tools/scripts/ |
D | btsnooz.py | 125 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse… 132 …length, packet_length, delta_time_ms, snooz_type = struct.unpack_from('=HHIb', decompressed, offse… 135 sys.stdout.write(struct.pack('>II', packet_length, length))
|
/system/bt/btif/include/ |
D | btif_debug_btsnoop.h | 35 uint16_t packet_length; member
|
/system/bt/btif/src/ |
D | btif_debug_btsnoop.c | 67 header.packet_length = length + 1; // +1 for type byte. in btsnoop_cb()
|