Home
last modified time | relevance | path

Searched defs:create (Results 1 – 16 of 16) 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/libbacktrace/
DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get()
/system/vold/
DLoop.cpp50 int Loop::create(const std::string& target, std::string& out_device) { in create() function in Loop
DDevmapper.cpp59 int Devmapper::create(const char* name_raw, const char* loopFile, const char* key, in create() function in Devmapper
/system/timezone/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.java146 public static CountryZoneTree create( in create() method in CountryZoneTree
155 public static CountryZoneTree create( in create() method in CountryZoneTree
334 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/core/libkeyutils/
Dkeyutils.cpp52 key_serial_t keyctl_get_keyring_ID(key_serial_t id, int create) { in keyctl_get_keyring_ID()
/system/vold/model/
DVolumeBase.cpp171 status_t VolumeBase::create() { in create() function in android::vold::VolumeBase
DDisk.cpp165 status_t Disk::create() { in create() function in android::vold::Disk
/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer.cpp566 FiemapUniquePtr FiemapWriter::Open(const std::string& file_path, uint64_t file_size, bool create, in Open()
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java1010 .create(); in onCreateDialog() method
/system/gsid/
Dgsi_service.cpp696 bool create = (size != 0); in CreateFiemapWriter() local
/system/bt/bta/include/
Dbta_gatt_api.h342 tBTA_GATTS_CREATE create; member
/system/bt/bta/jv/
Dbta_jv_act.cc1883 static struct fc_channel* fcchan_get(uint16_t chan, char create) { in fcchan_get()