Searched defs:create (Results 1 - 13 of 13) sorted by relevance

/system/core/libutils/
H A DNativeHandle.cpp22 sp<NativeHandle> NativeHandle::create(native_handle_t* handle, bool ownsHandle) { function in class:android::NativeHandle
H A DFileMap.cpp129 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
/system/core/libbacktrace/
H A DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { argument
60 if (create) {
/system/core/libkeyutils/
H A Dkeyutils.cpp52 key_serial_t keyctl_get_keyring_ID(key_serial_t id, int create) { argument
53 return keyctl(KEYCTL_GET_KEYRING_ID, id, create);
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DZoneInfo.java62 public static ZoneInfo create(TimeZoneNames timeZoneNames, BasicTimeZone timeZone, int priority, method in class:ZoneInfo
70 ZoneOffsetPeriod.create(timeZoneNames, timeZone, start, endExclusive);
H A DZoneOffsetPeriod.java54 public static ZoneOffsetPeriod create(TimeZoneNames timeZoneNames, BasicTimeZone timeZone, method in class:ZoneOffsetPeriod
62 // The zone has no transitions from start, so we create a ZoneOffsetPeriod
72 // The zone has no next transition after minTime, so we create a ZoneOffsetPeriod
H A DCountryZoneTree.java146 public static CountryZoneTree create( method in class:CountryZoneTree
148 return create(country, startInclusive, endExclusive, true /* compress */);
155 public static CountryZoneTree create( method in class:CountryZoneTree
168 ZoneInfo zoneInfo = ZoneInfo.create(
178 return create(country.getIsoCode(), zoneInfos, startInclusive, endExclusive, compress);
334 private static CountryZoneTree create(String countryIso, List<ZoneInfo> zoneInfos, method in class:CountryZoneTree
401 // The child ID is just the {parent ID}.{child number} so we create an easy-to-debug
/system/vold/
H A DLoop.cpp49 int Loop::create(const std::string& target, std::string& out_device) { function in class:Loop
159 PLOG(ERROR) << "Failed to create image " << file;
H A DDevmapper.cpp62 int Devmapper::create(const char *name_raw, const char *loopFile, const char *key, function in class:Devmapper
/system/vold/model/
H A DVolumeBase.cpp164 status_t VolumeBase::create() { function in class:android::vold::VolumeBase
H A DDisk.cpp155 status_t Disk::create() { function in class:android::vold::Disk
183 vol->create();
191 vol->create();
213 vol->create();
222 vol->create();
507 // If requested, create a public partition first. Mixed-mode partitioning
/system/bt/bta/include/
H A Dbta_gatt_api.h359 tBTA_GATTS_CREATE create; member in union:__anon317
/system/bt/bta/jv/
H A Dbta_jv_act.cc828 // callback immediately to create the sdp record in stack thread context
1483 LOG(ERROR) << __func__ << ": failed to create new listen port";
1618 LOG(ERROR) << __func__ << ": cannot create new rfc listen port";
1876 static struct fc_channel* fcchan_get(uint16_t chan, char create) { argument
1897 else if (!create)
2043 // found: create a normal connection socket and assign the connection to

Completed in 204 milliseconds