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

/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/libstagefright/
H A DMPEG4Extractor.cpp823 uint32_t hdr[2]; local
824 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
827 uint64_t chunk_size = ntohl(hdr[0]);
828 int32_t chunk_type = ntohl(hdr[1]);
3882 uint32_t hdr[2]; local
3883 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
3886 uint64_t chunk_size = ntohl(hdr[0]);
3887 uint32_t chunk_type = ntohl(hdr[1]);
3928 if (mDataSource->readAt(*offset, hdr, 8) < 8) {
3932 chunk_size = ntohl(hdr[
5235 uint32_t hdr[2]; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2672 const int hdr = colorMode & MASK_HDR; local
2674 if (hdr != 0 && hdr != setHdr) {
3013 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 132 milliseconds