Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/libs/androidfw/
DAssetsProvider.cpp95 std::unique_ptr<ZipAssetsProvider> ZipAssetsProvider::Create(std::string path, in Create() function in android::ZipAssetsProvider
122 std::unique_ptr<ZipAssetsProvider> ZipAssetsProvider::Create(base::unique_fd fd, in Create() function in android::ZipAssetsProvider
301 std::unique_ptr<DirectoryAssetsProvider> DirectoryAssetsProvider::Create(std::string path) { in Create() function in android::DirectoryAssetsProvider
370 std::unique_ptr<AssetsProvider> MultiAssetsProvider::Create( in Create() function in android::MultiAssetsProvider
407 std::unique_ptr<AssetsProvider> EmptyAssetsProvider::Create() { in Create() function in android::EmptyAssetsProvider
411 std::unique_ptr<AssetsProvider> EmptyAssetsProvider::Create(std::string path) { in Create() function in android::EmptyAssetsProvider
/frameworks/libs/binary_translation/base/
Dexec_region_anonymous.cc25 ExecRegion ExecRegionAnonymousFactory::Create(size_t size) { in Create() function in berberis::ExecRegionAnonymousFactory
Dexec_region_elf_backed.cc39 ExecRegion ExecRegionElfBackedFactory::Create(size_t size) { in Create() function in berberis::ExecRegionElfBackedFactory
/frameworks/av/media/module/foundation/
DMediaBufferBase.cpp26 MediaBufferBase *MediaBufferBase::Create(size_t size) { in Create() function in android::MediaBufferBase
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_factory.cpp45 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create( in Create() function in android::pdx::uds::ClientChannelFactory
51 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create( in Create() function in android::pdx::uds::ClientChannelFactory
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { in Create() function in mcld::FragmentRef
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { in Create() function in mcld::FragmentRef
DRelocation.cpp39 Relocation* Relocation::Create() { in Create() function in mcld::Relocation
47 Relocation* Relocation::Create(Type pType, in Create() function in mcld::Relocation
/frameworks/native/services/vr/virtual_touchpad/include/
DVirtualTouchpad.h30 static std::unique_ptr<VirtualTouchpad> Create() { in Create() function
/frameworks/compile/mclinker/lib/LD/
DSectionData.cpp31 SectionData* SectionData::Create(LDSection& pSection) { in Create() function in mcld::SectionData
DRelocData.cpp30 RelocData* RelocData::Create(LDSection& pSection) { in Create() function in mcld::RelocData
DLDSymbol.cpp50 LDSymbol* LDSymbol::Create(ResolveInfo& pResolveInfo) { in Create() function in mcld::LDSymbol
DELFSegment.cpp84 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) { in Create() function in mcld::ELFSegment
DLDSection.cpp66 LDSection* LDSection::Create(const std::string& pName, in Create() function in mcld::LDSection
DDebugString.cpp90 DebugString* DebugString::Create(LDSection& pSection) { in Create() function in mcld::DebugString
/frameworks/compile/slang/
Dslang_rs_export_type.cpp835 RSExportType *RSExportType::Create(RSContext *Context, in Create() function in slang::RSExportType
927 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, in Create() function in slang::RSExportType
1144 *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1157 RSExportPrimitiveType *RSExportPrimitiveType::Create(RSContext *Context, in Create() function in slang::RSExportPrimitiveType
1258 *RSExportPointerType::Create(RSContext *Context, in Create() function in slang::RSExportPointerType
1329 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create() function in slang::RSExportVectorType
1361 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create() function in slang::RSExportMatrixType
1447 *RSExportConstantArrayType::Create(RSContext *Context, in Create() function in slang::RSExportConstantArrayType
1490 RSExportRecordType *RSExportRecordType::Create(RSContext *Context, in Create() function in slang::RSExportRecordType
Dslang_rs_export_func.cpp50 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create() function in slang::RSExportFunc
/frameworks/av/media/codec2/hal/plugin/internal/
DFilterWrapper.h62 static std::shared_ptr<FilterWrapper> Create(std::unique_ptr<Plugin> &&plugin) { in Create() function
/frameworks/base/cmds/idmap2/idmap2/
DCreate.cpp49 Result<Unit> Create(const std::vector<std::string>& args) { in Create() function
/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp43 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
49 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
/frameworks/av/media/libdatasource/
DDataURISource.cpp25 sp<DataURISource> DataURISource::Create(const char *uri) { in Create() function in android::DataURISource
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadClient.cpp82 std::unique_ptr<VirtualTouchpad> VirtualTouchpadClient::Create() { in Create() function in android::dvr::VirtualTouchpadClient
/frameworks/native/services/vr/performanced/
Dcpu_set.cpp38 std::unique_ptr<CpuSet> CpuSetManager::Create(const std::string& path) { in Create() function in android::dvr::CpuSetManager
49 std::unique_ptr<CpuSet> CpuSetManager::Create(base::unique_fd base_fd, in Create() function in android::dvr::CpuSetManager
/frameworks/native/cmds/idlcli/
Dvibrator.h82 static std::unique_ptr<HalWrapper> Create() { in Create() function
/frameworks/base/cmds/idmap2/tests/
DIdmap2BinaryTests.cpp86 TEST_F(Idmap2BinaryTests, Create) { in TEST_F() argument
/frameworks/base/native/webview/plat_support/
Dgraphic_buffer_impl.cpp37 long GraphicBufferImpl::Create(int w, int h) { in Create() function in android::GraphicBufferImpl

123