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

/system/core/libbinderwrapper/
H A Dbinder_wrapper.cc29 void BinderWrapper::Create() { function in class:android::BinderWrapper
42 CHECK(instance_) << "Not initialized; missing call to Create()?";
49 CHECK(instance_) << "Not initialized; missing call to Create()?";
/system/update_engine/payload_generator/
H A Draw_filesystem.cc27 unique_ptr<RawFilesystem> RawFilesystem::Create( function in class:chromeos_update_engine::RawFilesystem
/system/bt/tools/mcap_tool/
H A Dmcap_test_mdep.cc32 bool McapMdep::Create() { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdep
H A Dmcap_test_mdl.cc74 bool McapMdl::Create(uint16_t data_psm, bool should_connect) { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdl
/system/core/libbacktrace/
H A DBacktraceMap.cpp139 BacktraceMap* BacktraceMap::Create(pid_t pid, bool /*uncached*/) { function in class:BacktraceMap
149 BacktraceMap* BacktraceMap::Create(pid_t pid, const std::vector<backtrace_map_t>& maps) { function in class:BacktraceMap
H A DUnwindMap.cpp153 BacktraceMap* BacktraceMap::Create(pid_t pid, bool uncached) { function in class:BacktraceMap
H A DBacktrace.cpp45 map_ = BacktraceMap::Create(pid);
126 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { function in class:Backtrace
/system/nvram/core/tests/
H A Dgtest_stubs.h70 static TestInstanceBase* Create() { function in class:testing::detail::TestInstance
117 : TestDeclarationBase(name, &detail::TestInstance<TestCase>::Create) {}
/system/core/init/
H A Ddescriptors.cpp54 // Create
56 int fd = Create(contextStr);
84 int SocketInfo::Create(const std::string& context) const { function in class:android::init::SocketInfo
103 int FileInfo::Create(const std::string&) const { function in class:android::init::FileInfo
H A Dinit_first_stage.cpp54 static std::unique_ptr<FirstStageMount> Create();
131 std::unique_ptr<FirstStageMount> FirstStageMount::Create() { function in class:android::init::FirstStageMount
477 std::unique_ptr<FirstStageMount> handle = FirstStageMount::Create();
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc278 ZipArchiveStreamEntry* ZipArchiveStreamEntry::Create(ZipArchiveHandle handle, function in class:ZipArchiveStreamEntry
H A Dzip_archive.cc229 * It all looks good. Create a mapping for the CD, and set the fields
308 * Create hash table. We have a minimum 75% load factor, possibly as
785 static std::unique_ptr<FileWriter> Create(int fd, const ZipEntry* entry) { function in class:FileWriter
1043 std::unique_ptr<Writer> writer(FileWriter::Create(fd, entry));
/system/extras/simpleperf/
H A DInplaceSamplerClient.cpp27 std::unique_ptr<InplaceSamplerClient> InplaceSamplerClient::Create(const perf_event_attr& attr, function in class:InplaceSamplerClient
H A DUnixSocket.cpp49 std::unique_ptr<UnixSocketServer> UnixSocketServer::Create( function in class:UnixSocketServer
/system/nvram/hal/tests/
H A Dnvram_hal_test.cc113 Create(size, control_list);
119 void Create(uint32_t size, function in class:ScopedNvramSpace
/system/bt/service/
H A Dadapter.cc413 std::unique_ptr<Adapter> Adapter::Create() { function in class:bluetooth::Adapter
/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp123 static std::unique_ptr<FsManagerAvbVerifier> Create();
141 std::unique_ptr<FsManagerAvbVerifier> FsManagerAvbVerifier::Create() { function in class:FsManagerAvbVerifier
551 std::unique_ptr<FsManagerAvbVerifier> avb_verifier = FsManagerAvbVerifier::Create();
/system/core/libnativeloader/
H A Dnative_loader.cpp117 bool Create(JNIEnv* env, function in class:android::LibraryNamespaces
504 bool success = g_namespaces->Create(env,
543 if (!g_namespaces->Create(env,
/system/tpm/trunks/
H A Dtpm_generated.cc8121 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8220 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8312 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8411 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8503 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8602 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8694 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8794 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8892 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
8990 crypto::SecureHash::Create(crypt
9842 void Tpm::Create(const TPMI_DH_OBJECT& parent_handle, function in class:trunks::Tpm
[all...]

Completed in 378 milliseconds