Searched refs:Create (Results 1 - 25 of 43) sorted by relevance

12

/system/connectivity/shill/cellular/
H A Dcellular_error_unittest.cc70 brillo::Error::Create(FROM_HERE,
79 brillo::Error::Create(FROM_HERE,
88 brillo::Error::Create(FROM_HERE,
97 brillo::Error::Create(FROM_HERE,
106 brillo::Error::Create(FROM_HERE,
115 brillo::Error::Create(FROM_HERE,
132 brillo::Error::Create(FROM_HERE,
141 brillo::Error::Create(FROM_HERE,
150 brillo::Error::Create(FROM_HERE,
159 brillo::Error::Create(FROM_HER
[all...]
/system/core/include/ziparchive/
H A Dzip_archive_stream_entry.h33 static ZipArchiveStreamEntry* Create(ZipArchiveHandle handle, const ZipEntry& entry);
/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
H A Draw_filesystem.h32 static std::unique_ptr<RawFilesystem> Create(
/system/core/include/binderwrapper/
H A Dbinder_wrapper.h40 static void Create();
43 // want to inject their own wrappers should call this instead of Create().
46 // Destroys the singleton. Must be called before calling Create() or
50 // Returns the singleton instance previously created by Create() or set by
54 // Returns the singleton instance if it was previously created by Create() or
55 // set by InitForTesting(), or creates a new one by calling Create().
/system/nativepower/daemon/
H A Dmain.cc42 android::BinderWrapper::Create();
/system/core/include/backtrace/
H A DBacktraceMap.h48 // Passing a map created with uncached set to true to Backtrace::Create()
50 static BacktraceMap* Create(pid_t pid, bool uncached = false);
52 static BacktraceMap* Create(pid_t pid, const std::vector<backtrace_map_t>& maps);
H A DBacktrace.h81 // Create the correct Backtrace object based on what is to be unwound.
91 static Backtrace* Create(pid_t pid, pid_t tid, BacktraceMap* map = NULL);
93 // Create an offline Backtrace object that can be used to do an unwind without a process
122 // Create a string representing the formatted line of backtrace information
/system/core/libbacktrace/
H A Dbacktrace_test.cpp162 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD));
184 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD));
202 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), tid));
223 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), getpid()));
271 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD));
277 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD));
283 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD));
319 map.reset(BacktraceMap::Create(pid));
321 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(pid, tid, map.get()));
380 std::unique_ptr<Backtrace> ign1(Backtrace::Create(bt_al
[all...]
H A DBacktraceMap.cpp135 BacktraceMap* BacktraceMap::Create(pid_t pid, bool /*uncached*/) { function in class:BacktraceMap
145 BacktraceMap* BacktraceMap::Create(pid_t pid, const std::vector<backtrace_map_t>& maps) { function in class:BacktraceMap
H A DBacktrace.cpp43 map_ = BacktraceMap::Create(pid);
119 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { function in class:Backtrace
H A DUnwindMap.cpp141 BacktraceMap* BacktraceMap::Create(pid_t pid, bool uncached) { function in class:BacktraceMap
/system/bt/service/
H A Dadapter.h66 static std::unique_ptr<Adapter> Create();
H A Ddaemon.cpp120 adapter_ = Adapter::Create();
/system/core/libutils/
H A DCallStack.cpp44 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, tid));
/system/nativepower/example/
H A Dpower_example.cc47 android::BinderWrapper::Create();
/system/update_engine/
H A Ddaemon.cc52 android::BinderWrapper::Create();
89 // Create the Binder Service.
106 // Create the DBus service.
/system/core/libnativeloader/
H A Dnative_loader.cpp58 android_namespace_t* Create(JNIEnv* env, function in class:android::LibraryNamespaces
258 android_namespace_t* ns = g_namespaces->Create(env,
290 ns = g_namespaces->Create(env, class_loader, false, library_path, nullptr);
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.cpp103 android::BinderWrapper::Create();
/system/tpm/trunks/
H A Dtrunks_binder_service.cc58 android::BinderWrapper::Create();
/system/weaved/buffet/
H A Dmain.cc49 android::BinderWrapper::Create();
/system/core/init/
H A DAndroid.mk106 # Create symlinks
/system/connectivity/shill/binder/
H A Dbinder_control.cc64 BinderWrapper::Create();
/system/core/debuggerd/
H A Dbacktrace.cpp91 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(pid, tid, map));

Completed in 735 milliseconds

12