Searched refs:first_byte (Results 1 – 3 of 3) sorted by relevance
/system/bt/hci/test/ |
D | hci_hal_h4_test.cpp | 178 static void expect_socket_data(int fd, char first_byte, char *data) { 191 EXPECT_EQ(i == 0 ? first_byte : data[i - 1], byte); 195 static void write_packet(int fd, char first_byte, char *data) { 196 write(fd, &first_byte, 1); 200 static void write_packet_reentry(int fd, char first_byte, char *data) { 201 write(fd, &first_byte, 1);
|
/system/update_engine/ |
D | test_http_server.cc | 223 const char first_byte, const size_t line_len) { in WritePayload() argument 228 << first_byte << "', offset range " << start_offset << " -> " in WritePayload() 234 char byte = first_byte; in WritePayload()
|
/system/extras/ksmutils/ |
D | ksminfo.c | 418 uint8_t first_byte = data[0]; in is_pattern() local 421 if (first_byte != data[i]) return false; in is_pattern()
|