Searched refs:pType (Results 1 - 25 of 55) sorted by path

123

/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c88 extern M4OSA_ERR M4WRITER_3GP_getInterfaces(M4WRITER_OutputFileType* pType,
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp68 effect_uuid_t *pType = NULL; local
76 pType = &type;
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp169 const char* pType,
177 "videoEditJava_getMethodId(%s,%s)", pName, pType);
180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
199 pName, pType);
213 const char* pType,
221 "videoEditJava_getFieldId(%s,%s)", pName, pType);
224 jfieldID fieldId = pEnv->GetFieldID(clazz, pName, pType);
243 pName, pType);
751 pClass->pFields[index].pType,
851 pClass->pMethods[index].pType,
164 videoEditJava_getMethodId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jmethodID* pMethodId) argument
208 videoEditJava_getFieldId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jfieldID* pFieldId) argument
[all...]
H A DVideoEditorJava.h317 const char* pType; member in struct:__anon22
337 const char* pType; member in struct:__anon25
409 const char* pType,
417 const char* pType,
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DObjectLoader.h62 // Get the symbol name where the symbol is of the type pType. If kUnknownType
65 SymbolType pType = kUnknownType) const;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp135 ObjectLoader::SymbolType pType) const {
141 switch (pType) {
161 if ((pType == ObjectLoader::kUnknownType) ||
H A DELFObjectLoaderImpl.h51 ObjectLoader::SymbolType pType) const;
H A DObjectLoader.cpp160 SymbolType pType) const {
161 return mImpl->getSymbolNameList(pNameList, pType);
H A DObjectLoaderImpl.h46 ObjectLoader::SymbolType pType) const = 0;
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h128 LDFileFormat::Kind getLDSectionKind(uint32_t pType, const char* pName) const;
H A DELFSegment.h32 ELFSegment(uint32_t pType,
H A DELFSegmentFactory.h33 /// @param pType - p_type in ELF program header
34 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
37 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
40 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;
H A DLDSection.h34 uint32_t pType,
H A DLDSectionFactory.h39 /// @param pType - sh_type in ELF.
43 uint32_t pType,
H A DNamePool.h53 ResolveInfo::Type pType,
67 ResolveInfo::Type pType,
H A DRelocation.h39 Relocation(Type pType,
86 void setType(Type pType);
H A DRelocationFactory.h59 /// @param pType - the type of the relocation entry
62 Relocation* produce(Type pType,
81 virtual const char* getName(Type pType) const = 0;
H A DResolveInfo.h108 void setType(uint32_t pType);
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h46 unsigned int pType = Input::Unknown,
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 DMCLDInput.h54 unsigned int pType = Unknown,
H A DMCLDOutput.h44 Type pType);
H A DMCLinker.h78 ResolveInfo::Type pType,
108 ResolveInfo::Type pType,
129 uint32_t pType,
136 uint32_t pType,
154 /// @param pType - the type of the relocation
159 Relocation* addRelocation(Relocation::Type pType,
201 ResolveInfo::Type pType,
211 ResolveInfo::Type pType,
221 ResolveInfo::Type pType,
231 ResolveInfo::Type pType,
[all...]
H A DSymbolCategory.h121 Category(Type pType) argument
122 : type(pType),

Completed in 304 milliseconds

123