Searched defs:Create (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp31 RelocData* RelocData::Create(LDSection& pSection) function in class:RelocData
H A DSectionData.cpp33 SectionData* SectionData::Create(LDSection& pSection) function in class:SectionData
H A DEhFrame.cpp52 m_pSectionData = SectionData::Create(pSection);
61 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 DResolveInfo.cpp245 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) function in class:ResolveInfo
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp53 sp<MediaExtractor> MediaExtractor::Create( function in class:android::MediaExtractor
H A DHTTPBase.cpp49 sp<HTTPBase> HTTPBase::Create(uint32_t flags) { function in class:android::HTTPBase
H A DCameraSource.cpp124 CameraSource *CameraSource::Create(const String16 &clientName) { function in class:android::CameraSource
296 * actually know the specific values (see Create() method).
/frameworks/compile/mclinker/lib/Support/
H A DMemoryRegion.cpp33 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize) function in class:MemoryRegion
38 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize, Space& pSpace) function in class:MemoryRegion
H A DSpace.cpp72 Space* Space::Create(void* pMemBuffer, size_t pSize) function in class:Space
78 Space* Space::Create(FileHandle& pHandler, size_t pStart, size_t pSize) function in class:Space
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp31 sp<DummyAudioSource> DummyAudioSource::Create( function in class:android::DummyAudioSource
35 ALOGV("Create ");
H A DDummyVideoSource.cpp33 sp<DummyVideoSource> DummyVideoSource::Create( function in class:android::DummyVideoSource
37 ALOGV("Create");
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp38 RSExecutable *RSExecutable::Create(RSInfo &pInfo, function in class:RSExecutable
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp46 /// Create - create a fragment reference for a given fragment.
53 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) function in class:FragmentRef
75 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) function in class:FragmentRef
95 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/slang/
H A Dslang_rs_export_element.cpp46 ElementInfoMapTy::value_type::Create( \
59 RSExportType *RSExportElement::Create(RSContext *Context, function in class:slang::RSExportElement
62 // Create RSExportType corresponded to the @T first and then verify
82 RSExportPrimitiveType::Create(Context,
95 RSExportVectorType::Create(Context,
110 fprintf(stderr, "RSExportElement::Create : type '%s' is not exportable\n",
129 return RSExportType::Create(Context, T);
149 return RSExportType::Create(Context, T);
151 return RSExportElement::Create(Context, T, EI);
H A Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context, function in class:slang::RSExportFunc
75 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
92 clang::FieldDecl::Create(Ctx,
111 RSExportType::Create(Context, T.getTypePtr());
H A Dslang_rs_export_foreach.cpp390 RSExportForEach *RSExportForEach::Create(RSContext *Context, function in class:slang::RSExportForEach
424 clang::RecordDecl::Create(Ctx, clang::TTK_Struct,
431 clang::FieldDecl::Create(Ctx,
444 // Create an export type iff we have a valid usrData type
448 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
466 FE->mInType = RSExportType::Create(Context, T);
474 FE->mOutType = RSExportType::Create(Context, T);
478 FE->mOutType = RSExportType::Create(Context, T);
H A Dslang_rs_export_type.cpp690 RSExportType *RSExportType::Create(RSContext *Context, function in class:slang::RSExportType
709 ET = RSExportRecordType::Create(Context,
716 ET = RSExportMatrixType::Create(Context,
724 ET = RSExportMatrixType::Create(Context,
732 ET = RSExportMatrixType::Create(Context,
740 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
747 ET = RSExportPrimitiveType::Create(Context, T, TypeName);
751 ET = RSExportPointerType::Create(Context,
758 ET = RSExportVectorType::Create(Context,
763 ET = RSExportConstantArrayType::Create(
781 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { function in class:slang::RSExportType
1017 *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1030 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, function in class:slang::RSExportPrimitiveType
1130 *RSExportPointerType::Create(RSContext *Context, function in class:slang::RSExportPointerType
1212 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, function in class:slang::RSExportVectorType
1254 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, function in class:slang::RSExportMatrixType
1363 *RSExportConstantArrayType::Create(RSContext *Context, function in class:slang::RSExportConstantArrayType
1418 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, function in class:slang::RSExportRecordType
[all...]
/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp37 int GraphicBufferImpl::Create(int w, int h) { function in class:android::GraphicBufferImpl
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h48 Create = 0x08, enumerator in enum:mcld::FileHandle::OpenModeEnum
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp45 static sp<VideoEditorAudioEncoderSource> Create(
82 sp<VideoEditorAudioEncoderSource> VideoEditorAudioEncoderSource::Create( function in class:android::VideoEditorAudioEncoderSource
85 ALOGV("VideoEditorAudioEncoderSource::Create");
386 // Create the meta data for the encoder
432 // Create the encoder source
433 pEncoderContext->mEncoderSource = VideoEditorAudioEncoderSource::Create(
442 // Create the OMX codec
452 pEncoderContext->mEncoder = OMXCodec::Create(
H A DVideoEditorAudioDecoder.cpp55 static sp<VideoEditorAudioDecoderSource> Create(
111 sp<VideoEditorAudioDecoderSource> VideoEditorAudioDecoderSource::Create( function in class:android::VideoEditorAudioDecoderSource
461 // Create the meta data for the decoder
543 // Create the decoder source
544 pDecoderContext->mDecoderSource = VideoEditorAudioDecoderSource::Create(
553 // Create the OMX codec
558 pDecoderContext->mDecoder = OMXCodec::Create(pDecoderContext->\
/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

Completed in 610 milliseconds

12