Searched defs:pType (Results 1 - 25 of 29) sorted by last modified time

12

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp508 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) { argument
513 *pType = SL_ANDROID_STREAM_VOICE;
516 *pType = SL_ANDROID_STREAM_SYSTEM;
519 *pType = SL_ANDROID_STREAM_RING;
523 *pType = SL_ANDROID_STREAM_MEDIA;
526 *pType = SL_ANDROID_STREAM_ALARM;
529 *pType = SL_ANDROID_STREAM_NOTIFICATION;
533 *pType = SL_ANDROID_STREAM_MEDIA;
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
85 IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index, SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h152 unsigned int pType = Input::Unknown);
169 unsigned int pType = Input::Unknown);
206 unsigned int pType)
209 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
203 insert(mcld::TreeIteratorBase pRoot, const std::string& pNamespec, const mcld::sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDFile.h62 unsigned int pType = Unknown);
67 void setType(unsigned int pType) argument
68 { m_Type = pType; }
146 unsigned int pType = MCLDFile::Unknown);
158 unsigned int pType)
161 new (result) mcld::MCLDFile(pName, pPath, pType);
156 produce(llvm::StringRef pName, const mcld::sys::fs::Path& pPath, unsigned int pType) argument
H A DSymbolCategory.h121 Category(Type pType) argument
122 : type(pType),
/frameworks/compile/mclinker/include/mcld/Support/
H A DDerivedPositionDependentOptions.h32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath) argument
33 : PositionDependentOption(pPosition, pType)
H A DPositionDependentOption.h43 PositionDependentOption(unsigned int pPosition, Type pType) argument
44 : m_Type(pType),
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp29 ELFReaderIF::getLDSectionKind(uint32_t pType, const char* pName) const argument
51 switch(pType) {
81 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
82 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
83 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER))
85 fatal(diag::err_unsupported_section) << pName << pType; local
H A DELFSegment.cpp15 ELFSegment::ELFSegment(uint32_t pType, argument
24 : m_Type(pType),
H A DELFSegmentFactory.cpp27 /// @param pType - p_type in ELF program header
28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) argument
31 new (segment) ELFSegment(pType, pFlag);
36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) argument
40 if ((*segment).type() == pType &&
50 ELFSegmentFactory::find(uint32_t pType, argument
56 if ((*segment).type() == pType &&
H A DLDSection.cpp15 uint32_t pType,
22 m_Type(pType),
13 LDSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pOffset, uint64_t pAddr) argument
H A DLDSectionFactory.cpp25 uint32_t pType,
30 new (result) LDSection(pName, pKind, pType, pFlag);
23 produce(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag) argument
H A DNamePool.cpp28 ResolveInfo::Type pType,
37 result->setType(pType);
50 ResolveInfo::Type pType,
76 new_symbol->setType(pType);
26 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
48 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DRelocation.cpp17 Relocation::Relocation(Relocation::Type pType, argument
22 m_Type(pType),
79 void Relocation::setType(Type pType) argument
81 m_Type = pType;
H A DRelocationFactory.cpp34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, argument
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
H A DResolveInfo.cpp85 void ResolveInfo::setType(uint32_t pType) argument
88 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp26 unsigned int pType,
30 new (result) mcld::Input(pName, pPath, m_AttrFactory.last(), pType, pFileOffset);
24 produce(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType, off_t pFileOffset) argument
H A DInputTree.cpp48 unsigned int pType)
51 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
44 insert(TreeIteratorBase pRoot, const InputTree::Mover& pMover, const std::string& pNamespec, const sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDFile.cpp30 unsigned int pType)
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
28 MCLDFile(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDInput.cpp26 unsigned int pType,
28 : MCLDFile(pName, pPath, pType),
23 Input(llvm::StringRef pName, const sys::fs::Path& pPath, const AttributeProxy& pProxy, unsigned int pType, off_t pFileOffset) argument
H A DMCLDOutput.cpp20 Output::Type pType)
21 : MCLDFile("", pRealPath, pType) {
19 Output(const sys::fs::Path& pRealPath, Output::Type pType) argument
H A DMCLinker.cpp63 ResolveInfo::Type pType,
81 pType,
94 m_LDInfo.getNamePool().insertSymbol(pName, false, pType, pDesc, pBinding,
139 if (pType != ResolveInfo::Section) {
170 ResolveInfo::Type pType,
180 if (pType == ResolveInfo::Section)
198 m_LDInfo.getNamePool().insertSymbol(pName, true, pType, pDesc,
241 ResolveInfo::Type pType,
255 m_LDInfo.getNamePool().insertSymbol(pName, pIsDyn, pType, pDesc,
278 info->setType(pType);
62 addSymbolFromObject(const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
169 addSymbolFromDynObj(const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
239 defineSymbolForcefully(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
309 defineSymbolAsRefered(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
360 defineAndResolveSymbolForcefully(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
406 defineAndResolveSymbolAsRefered(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
483 createSectHdr(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag) argument
510 getOrCreateOutputSectHdr(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument
585 addRelocation(Relocation::Type pType, const LDSymbol& pSym, ResolveInfo& pResolveInfo, FragmentRef& pFragmentRef, const LDSection& pSection, Relocation::Address pAddend) argument
[all...]
H A DSearchDirs.cpp45 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) argument
47 assert(Input::DynObj == pType || Input::Archive == pType);
58 switch(pType) {
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp54 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize) argument
56 m_RegionCount(0), m_Type(pType)
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp74 const char* ARMRelocationFactory::getName(RelocationFactory::Type pType) const
76 return ApplyFunctions[pType].name;
242 // Get an relocation entry in .rel.dyn and set its type to pType,
246 ARMRelocationFactory::Type pType,
256 rel_entry.setType(pType);
259 if (pType == llvm::ELF::R_ARM_RELATIVE)
245 helper_DynRel(Relocation& pReloc, ARMRelocationFactory::Type pType, ARMRelocationFactory& pParent) argument

Completed in 185 milliseconds

12