Searched refs:header (Results 1 - 6 of 6) sorted by relevance

/system/core/libsparse/
H A Dsimg_dump.py56 header = struct.unpack("<I4H4I", header_bin)
58 magic = header[0]
59 major_version = header[1]
60 minor_version = header[2]
61 file_hdr_sz = header[3]
62 chunk_hdr_sz = header[4]
63 blk_sz = header[5]
64 total_blks = header[6]
65 total_chunks = header[7]
66 image_checksum = header[
[all...]
/system/core/libcutils/
H A Dmq.c77 /** Reading a packet header. */
87 /** A packet header. */
103 /** Packet header. */
104 Header header; member in struct:OutgoingPacket
184 /** Used to write outgoing header. */
264 /** Frees a simple, i.e. header-only, outgoing packet. */
278 /** Sets up the buffer for the outgoing header. */
281 = (char*) &(peerProxy->currentPacket->header);
516 // TODO: Try to write header and body with one system call.
526 // Write the header
581 peerProxyExpectBytes(PeerProxy* peerProxy, Header* header) argument
668 masterProxyExpectConnection(PeerProxy* masterProxy, Header* header) argument
870 masterHandleConnectionRequest(PeerProxy* peerProxy, Header* header) argument
893 masterProxyHandleConnectionError(PeerProxy* masterProxy, Header* header) argument
917 peerProxyHandleHeader(PeerProxy* peerProxy, Header* header) argument
975 Header* header = (Header*) in->data; local
[all...]
/system/core/include/cutils/
H A Dmq.h57 * @param header as defined by user
61 MqMessage* mqCreateMessage(MqBytes header, MqBytes body,
/system/core/gpttool/
H A Dgpttool.c81 struct efi_header header; member in union:ptable::__anon292
120 struct efi_header *hdr = &ptbl->header;
230 sz = ptbl->header.last_lba - next_lba;
256 struct efi_header *hdr = &ptbl.header;
361 n = crc32(n, (void*) &ptbl.header, sizeof(ptbl.header));
/system/core/adb/
H A Dusb_linux_client.c59 struct usb_functionfs_descs_head header; member in struct:__anon284
66 .header = {
129 struct usb_functionfs_strings_head header; member in struct:__anon286
135 .header = {
H A Dadb.c1138 struct __user_cap_header_struct header; local
1173 header.version = _LINUX_CAPABILITY_VERSION;
1174 header.pid = 0;
1177 capset(&header, &cap);

Completed in 3955 milliseconds