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

/system/core/libutils/
H A DNativeHandle.cpp22 sp<NativeHandle> NativeHandle::create( function in class:android::NativeHandle
H A DFileMap.cpp121 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
/system/vold/
H A DBenchmark.cpp91 nsecs_t create = systemTime(SYSTEM_TIME_BOOTTIME); local
120 nsecs_t create_d = create - start;
121 nsecs_t drop_d = drop - create;
125 LOG(INFO) << "create took " << nanoseconds_to_milliseconds(create_d) << "ms";
H A DDevmapper.cpp166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper
H A DLoop.cpp130 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { function in class:Loop
H A DVolumeBase.cpp163 status_t VolumeBase::create() { function in class:android::vold::VolumeBase
H A DDisk.cpp146 status_t Disk::create() { function in class:android::vold::Disk
168 vol->create();
176 vol->create();
198 vol->create();
207 vol->create();
480 // If requested, create a public partition first. Mixed-mode partitioning
/system/core/libbacktrace/
H A DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { argument
60 if (create) {
/system/bt/bta/jv/
H A Dbta_jv_act.c955 //callback user immediately to create his own sdp record in stack thread context
1738 APPL_TRACE_ERROR("bta_jv_add_rfc_port failed to create new listen port");
1886 APPL_TRACE_ERROR("bta_jv_add_rfc_port, cannot create new rfc listen port");
2241 static struct fc_channel *fcchan_get(uint16_t chan, char create) argument
2263 else if (!create)
2417 //found: create a normal connection socket and assign the connection to it
/system/bt/bta/include/
H A Dbta_gatt_api.h543 tBTA_GATTS_CREATE create; member in union:__anon375

Completed in 180 milliseconds