Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 9 of 9) sorted by relevance

/system/media/audio_utils/spdif/
DFrameScanner.cpp224 bool AC3FrameScanner::scan(uint8_t byte) in scan() argument
232 if (byte == kAC3SyncByte1) { in scan()
240 if (byte == kAC3SyncByte2) { in scan()
247 } else if (byte == kAC3SyncByte1) { in scan()
255 mHeaderBuffer[mCursor++] = byte; // save for getSyncAddress() in scan()
/system/core/adb/
DSYNC.TXT17 In sync mode both the server and the client will frequently use eight-byte
43 1. A four-byte sync response id beeing "DENT"
44 2. A four-byte integer representing file mode.
45 3. A four-byte integer representing file size.
46 4. A four-byte integer representing last modified time.
47 5. A four-byte integer representing file name length.
DOVERVIEW.TXT86 1. A 4-byte hexadecimal string giving the length of the payload
101 1. For success, the 4-byte "OKAY" string
103 2. For failure, the 4-byte "FAIL" string, followed by a
104 4-byte hex length, followed by a string giving the reason
107 3. As a special exception, for 'host:version', a 4-byte
DSERVICES.TXT10 As a special exception, the server will respond with a 4-byte
23 After the OKAY, this is followed by a 4-byte hex len,
205 After the OKAY, the service sends 16-byte binary structure
217 one byte through the channel, which will trigger the service
Dprotocol.txt27 The transport layer deals in "messages", which consist of a 24 byte
/system/core/libcutils/
Dstrdup8to16.c33 #define UTF8_SHIFT_AND_MASK(unicode, byte) \ argument
34 (unicode)<<=6; (unicode) |= (0x3f & (byte));
/system/core/toolbox/upstream-netbsd/bin/rm/
Drm.c433 #define WRITE_PASS(mode, byte) do { \ in rm_overwrite() argument
442 memset(buf, byte, sizeof(buf)); \ in rm_overwrite()
456 #define READ_PASS(byte) do { \ in rm_overwrite() argument
465 memset(pattern, byte, sizeof(pattern)); \ in rm_overwrite()
/system/core/libutils/
DUnicode.cpp442 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask() argument
445 *codePoint |= 0x3F & byte; in utf8_shift_and_mask()
/system/core/fastboot/
Dfastboot_protocol.txt103 for illustration only here) and without a trailing 0 byte.