Home
last modified time | relevance | path

Searched defs:create (Results 1 – 21 of 21) 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/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/teeui/libteeui/src/
Dfont_rendering.cpp122 std::tuple<Error, TextContext> TextContext::create() { in create() function in teeui::TextContext
/system/vold/model/
DVolumeBase.cpp181 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/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp639 FiemapUniquePtr FiemapWriter::Open(const std::string& file_path, uint64_t file_size, bool create, in Open()
649 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.cpp133 TEST(AndroidUnwinderTest, create) { in TEST() argument
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java1010 .create(); in onCreateDialog() method
/system/core/init/
Dselinux.cpp597 auto create = CreateTmpfsDir(); in GetPolicyFromApex() local
/system/chre/platform/shared/
Dnanoapp_loader.cc262 void *NanoappLoader::create(void *elfInput, bool mapIntoTcm) { in create() function in chre::NanoappLoader