Searched defs:create (Results 1 - 10 of 10) sorted by relevance
/system/core/libutils/ |
H A D | NativeHandle.cpp | 22 sp<NativeHandle> NativeHandle::create( function in class:android::NativeHandle
|
H A D | FileMap.cpp | 84 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
|
/system/vold/ |
H A D | Benchmark.cpp | 91 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 D | Devmapper.cpp | 166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper
|
H A D | Loop.cpp | 129 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { function in class:Loop
|
H A D | VolumeBase.cpp | 163 status_t VolumeBase::create() { function in class:android::vold::VolumeBase
|
H A D | Disk.cpp | 117 status_t Disk::create() { function in class:android::vold::Disk 139 vol->create(); 147 vol->create(); 169 vol->create(); 178 vol->create(); 444 // If requested, create a public partition first. Mixed-mode partitioning
|
/system/core/libbacktrace/ |
H A D | ThreadEntry.cpp | 49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { argument 60 if (create) {
|
/system/bt/bta/jv/ |
H A D | bta_jv_act.c | 971 //callback user immediately to create his own sdp record in stack thread context 1785 APPL_TRACE_ERROR("bta_jv_add_rfc_port failed to create new listen port"); 1933 APPL_TRACE_ERROR("bta_jv_add_rfc_port, cannot create new rfc listen port"); 2318 static struct fc_channel *fcchan_get(uint16_t chan, char create) argument 2340 else if (!create) 2500 //found: create a normal connection socket and assign the connection to it
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 609 tBTA_GATTS_CREATE create; member in union:__anon386
|
Completed in 129 milliseconds