HomeSort by relevance Sort by last modified time
    Searched full:dump_hex (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/directiotest/
directiotest.c 132 static void dump_hex(const void *buf, int len) function
255 dump_hex(write_buf, test_size);
257 dump_hex(read_buf, test_size);
  /external/bluetooth/hcidump/parser/
parser.h 56 #define DUMP_HEX 0x0002
65 #define DUMP_TYPE_MASK (DUMP_ASCII | DUMP_HEX | DUMP_EXT)
parser.c 49 flags |= DUMP_HEX;
333 case DUMP_HEX:
  /system/core/adb/
transport.c 38 static void dump_hex( const unsigned char* ptr, size_t len ) function
127 dump_hex((*ppacket)->data, len);
158 dump_hex((*ppacket)->data, len);
979 dump_hex( ptr, len0 );
991 dump_hex( ptr, len );
  /external/bluetooth/hcidump/src/
hcidump.c 1058 flags |= DUMP_HEX;

Completed in 199 milliseconds