Searched defs:Create (Results 1 - 22 of 22) sorted by last modified time

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { function in class:android::GraphicBufferImpl
/frameworks/native/include/media/openmax/
H A DOMX_ContentPipe.h160 /** Create a content source and open it for writing. */
161 CPresult (*Create)( CPhandle *hContent, CPstring szURI ); member in struct:CP_PIPETYPE
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h45 Create = 0x08, enumerator in enum:mcld::FileHandle::OpenModeEnum
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp45 /// Create - create a fragment reference for a given fragment.
52 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) function in class:FragmentRef
79 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) function in class:FragmentRef
99 return Create(data->front(), pOffset);
H A DRelocation.cpp39 /// Create - produce an empty relocation entry
40 Relocation* Relocation::Create() function in class:Relocation
45 /// Create - produce a relocation entry
49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) function in class:Relocation
/frameworks/compile/mclinker/lib/LD/
H A DELFSegment.cpp89 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) function in class:ELFSegment
H A DEhFrame.cpp102 m_pSectionData = SectionData::Create(pSection);
109 EhFrame* EhFrame::Create(LDSection& pSection) function in class:EhFrame
H A DLDSection.cpp68 LDSection* LDSection::Create(const std::string& pName, function in class:LDSection
H A DLDSymbol.cpp53 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) function in class:LDSymbol
78 g_NullSymbol->setFragmentRef(FragmentRef::Create(*g_NullSymbolFragment, 0));
H A DRelocData.cpp31 RelocData* RelocData::Create(LDSection& pSection) function in class:RelocData
H A DResolveInfo.cpp271 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) function in class:ResolveInfo
H A DSectionData.cpp33 SectionData* SectionData::Create(LDSection& pSection) function in class:SectionData
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create(
71 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
74 // Create RSExportType corresponded to the @T first and then verify
93 RSExportPrimitiveType::Create(Context,
106 RSExportVectorType::Create(Context,
121 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
140 return RSExportType::Create(Context, T);
160 return RSExportType::Create(Context, T);
162 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_foreach.cpp337 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
370 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
377 clang::FieldDecl::Create(Ctx,
390 // Create an export type iff we have a valid usrData type
394 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
414 RSExportType *InExportType = RSExportType::Create(Context, T);
426 FE->mOutType = RSExportType::Create(Context, T);
430 FE->mOutType = RSExportType::Create(Context, T);
H A Dslang_rs_export_func.cpp50 RSExportFunc *RSExportFunc::Create(RSContext *Context, function in class:slang::RSExportFunc
72 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
89 clang::FieldDecl::Create(Ctx,
108 RSExportType::Create(Context, T.getTypePtr());
H A Dslang_rs_export_type.cpp758 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
778 ET = RSExportRecordType::Create(Context,
785 ET = RSExportMatrixType::Create(Context,
793 ET = RSExportMatrixType::Create(Context,
801 ET = RSExportMatrixType::Create(Context,
809 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
816 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
820 ET = RSExportPointerType::Create(Context,
828 ET = RSExportVectorType::Create(Context,
834 ET = RSExportConstantArrayType::Create(
849 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
1064 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1077 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1172 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1241 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1272 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1357 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1398 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, function in class:RSExecutable
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp136 CameraSource *CameraSource::Create(const String16 &clientName) { function in class:android::CameraSource
308 * actually know the specific values (see Create() method).
H A DDataURISource.cpp26 sp<DataURISource> DataURISource::Create(const char *uri) { function in class:android::DataURISource
H A DMediaCodecSource.cpp257 sp<MediaCodecSource> MediaCodecSource::Create( function in class:android::MediaCodecSource
H A DMediaExtractor.cpp53 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
H A DOMXCodec.cpp288 sp<MediaSource> OMXCodec::Create( function in class:android::OMXCodec

Completed in 494 milliseconds