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

/frameworks/rs/
H A DrsThreadIO.cpp53 CoreCmdHeader *hdr = (CoreCmdHeader *)&mSendBuffer[0]; local
54 hdr->bytes = dataLen;
55 hdr->cmdID = cmdID;
57 //mToCoreSocket.writeAsync(&hdr, sizeof(hdr));
215 ClientCmdHeader hdr; local
216 hdr.bytes = dataLen;
217 hdr.cmdID = cmdID;
218 hdr.userID = usrID;
220 mToClient.writeAsync(&hdr, sizeo
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp47 llvm::ELF::Elf32_Ehdr* hdr = local
49 if (0 == memcmp(llvm::ELF::ElfMagic, hdr, 4))
286 llvm::ELF::Elf32_Ehdr* hdr = local
289 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
295 llvm::ELF::Elf32_Ehdr* hdr = local
299 return (hdr->e_machine == target().getInfo().machine());
300 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine());
306 llvm::ELF::Elf32_Ehdr* hdr = local
310 type = hdr->e_type;
312 type = mcld::bswap16(hdr
608 llvm::ELF::Elf64_Ehdr* hdr = local
842 llvm::ELF::Elf64_Ehdr* hdr = local
851 llvm::ELF::Elf64_Ehdr* hdr = local
862 llvm::ELF::Elf64_Ehdr* hdr = local
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp483 uint32_t hdr[2]; local
484 if (mDataSource->readAt(offset, hdr, 8) < 8) {
487 uint32_t chunk_type = ntohl(hdr[1]);
737 uint32_t hdr[2]; local
738 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
741 uint64_t chunk_size = ntohl(hdr[0]);
742 uint32_t chunk_type = ntohl(hdr[1]);
2489 uint32_t hdr[2]; local
2490 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
2493 uint64_t chunk_size = ntohl(hdr[
3660 uint32_t hdr[2]; local
[all...]

Completed in 135 milliseconds