Home
last modified time | relevance | path

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

/system/core/libutils/
DNativeHandle.cpp22 sp<NativeHandle> NativeHandle::create(native_handle_t* handle, bool ownsHandle) { in create() function in android::NativeHandle
DFileMap.cpp135 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create() function in FileMap
/system/core/libstats/expresslog/
DHistogram.cpp29 std::shared_ptr<Histogram::UniformOptions> Histogram::UniformOptions::create( in create() function in android::expresslog::Histogram::UniformOptions
/system/logging/logd/
DTrustyLog.cpp31 void TrustyLog::create(LogBuffer* buf) { in create() function in TrustyLog
/system/apex/libs/libapexsupport/src/
Dapexinfo.rs49 pub fn create() -> Result<Self, AApexInfoError> { in create() method
/system/unwinding/libunwindstack/
DThreadEntry.cpp42 ThreadEntry* ThreadEntry::Get(pid_t tid, bool create) { in Get()
/system/core/libkeyutils/
Dkeyutils.cpp42 key_serial_t keyctl_get_keyring_ID(key_serial_t id, int create) { in keyctl_get_keyring_ID()
/system/vold/
DLoop.cpp54 int Loop::create(const std::string& target, std::string& out_device) { in create() function in Loop
/system/sepolicy/tests/
Dfc_sort.py67 def create(cls, line): member in FileContextsNode
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneInfo.java62 public static ZoneInfo create(TimeZoneNames timeZoneNames, BasicTimeZone timeZone, int priority, in create() method in ZoneInfo
DCountryZoneTree.java147 public static CountryZoneTree create( in create() method in CountryZoneTree
156 public static CountryZoneTree create( in create() method in CountryZoneTree
335 private static CountryZoneTree create(String countryIso, List<ZoneInfo> zoneInfos, in create() method in CountryZoneTree
DZoneOffsetPeriod.java54 public static ZoneOffsetPeriod create(TimeZoneNames timeZoneNames, BasicTimeZone timeZone, in create() method in ZoneOffsetPeriod
/system/chre/host/common/
Dhal_client.cc53 std::unique_ptr<HalClient> HalClient::create( in create() function in android::chre::HalClient
/system/authgraph/hal/src/
Dservice.rs110 fn create(&self) -> binder::Result<SessionInitiationInfo> { in create() method
/system/vold/model/
DVolumeBase.cpp182 status_t VolumeBase::create() { in create() function in android::vold::VolumeBase
DDisk.cpp146 status_t Disk::create() { in create() function in android::vold::Disk
/system/teeui/libteeui/src/
Dfont_rendering.cpp122 std::tuple<Error, TextContext> TextContext::create() { in create() function in teeui::TextContext
/system/authgraph/core/src/
Dta.rs129 fn create(&mut self) -> Result<wire::SessionInitiationInfo, Error> { in create() method
Dkeyexchange.rs127 pub fn create(&mut self) -> Result<SessionInitiationInfo, Error> { in create() method
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp664 FiemapUniquePtr FiemapWriter::Open(const std::string& file_path, uint64_t file_size, bool create, in Open()
674 FiemapUniquePtr* out, bool create, in Open()
/system/incremental_delivery/libdataloader/
DManagedDataLoader.cpp114 LegacyDataLoader* ManagedDataLoader::create(JavaVM* jvm, in create() function in android::dataloader::ManagedDataLoader
/system/security/keystore/
Dkeystore_cli_v2.cpp239 bool create) { in loadOrCreateAndVerifyEncryptionKey()
292 keymint::SecurityLevel securityLevel, bool create) { in loadOrCreateAndVerifyAuthenticationKey()
/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp129 TEST_F(AndroidUnwinderTest, create) { in TEST_F() argument
/system/chre/platform/shared/
Dnanoapp_loader.cc290 NanoappLoader *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() function in chre::NanoappLoader
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java1010 .create(); in onCreateDialog() method