Searched defs:hdr (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/src/socket/
H A DStatsSocketListener.cpp64 struct msghdr hdr = { local
74 ssize_t n = recvmsg(socket, &hdr, 0);
83 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
89 cmsg = CMSG_NXTHDR(&hdr, cmsg);
/frameworks/rs/
H A DrsThreadIO.cpp51 CoreCmdHeader *hdr = (CoreCmdHeader *)&mSendBuffer[0]; local
52 hdr->bytes = dataLen;
53 hdr->cmdID = cmdID;
55 //mToCoreSocket.writeAsync(&hdr, sizeof(hdr));
203 ClientCmdHeader hdr; local
204 hdr.bytes = (uint32_t)dataLen;
205 hdr.cmdID = cmdID;
206 hdr.userID = usrID;
208 mToClient.writeAsync(&hdr, sizeo
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp46 const llvm::ELF::Elf32_Ehdr* hdr = local
48 if (memcmp(llvm::ELF::ElfMagic, hdr, 4) == 0)
261 const llvm::ELF::Elf32_Ehdr* hdr = local
264 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
269 const llvm::ELF::Elf32_Ehdr* hdr = local
273 return (hdr->e_machine == target().getInfo().machine());
274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
279 const llvm::ELF::Elf32_Ehdr* hdr = local
283 type = hdr->e_type;
285 type = mcld::bswap16(hdr
546 const llvm::ELF::Elf64_Ehdr* hdr = local
755 const llvm::ELF::Elf64_Ehdr* hdr = local
763 const llvm::ELF::Elf64_Ehdr* hdr = local
773 const llvm::ELF::Elf64_Ehdr* hdr = local
[all...]
/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp123 uint32_t hdr[2]; local
124 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
127 uint64_t chunk_size = ntohl(hdr[0]);
128 int32_t chunk_type = ntohl(hdr[1]);
H A DMPEG4Extractor.cpp748 uint32_t hdr[2]; local
749 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
752 uint64_t chunk_size = ntohl(hdr[0]);
753 int32_t chunk_type = ntohl(hdr[1]);
4011 uint32_t hdr[2]; local
4012 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
4015 uint64_t chunk_size = ntohl(hdr[0]);
4016 uint32_t chunk_type = ntohl(hdr[1]);
4057 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
4061 chunk_size = ntohl(hdr[
5454 uint32_t hdr[2]; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2765 const int hdr = colorMode & MASK_HDR; local
2767 if (hdr != 0 && hdr != setHdr) {
3218 res.appendFormat("hdr=%d", dtohs(colorMode&MASK_HDR));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 926 milliseconds