Searched refs:body (Results 1 - 5 of 5) sorted by relevance

/system/tpm/trunks/
H A Dtrunks_ftdi_spi.cc65 unsigned char body[4]; member in struct:trunks::SpiFrameHeader
94 header.body[0] = (read_write ? 0x80 : 0) | 0x40 | (bytes - 1);
98 header.body[i + 1] = (addr >> (8 * (2 - i))) & 0xff;
102 response = Transfer(mpsse_, header.body, sizeof(header.body));
/system/bt/embdrv/sbc/decoder/srce/
H A Dreadsamplesjoint.inc24 * This is the body of the generic version of OI_SBC_ReadSamplesJoint().
/system/vold/
H A DKeyStorage.cpp211 std::string body;
212 if (!opHandle.updateCompletely(message, &body)) return false;
217 *ciphertext = nonce + body + mac;
/system/media/camera/docs/
H A Dhtml.mako23 body { background-color: #f7f7f7; font-family: Roboto, sans-serif;}
157 <body>
411 </body>
/system/tools/hidl/
H A Dhidl-gen_y.yy424 body
509 body

Completed in 143 milliseconds