Searched refs:create (Results 1 - 25 of 27) sorted by relevance

12

/system/core/libutils/
H A DNativeHandle.cpp22 sp<NativeHandle> NativeHandle::create( function in class:android::NativeHandle
H A DFileMap.cpp84 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
H A DTokenizer.cpp71 if (fileMap->create(NULL, fd, 0, length, true)) {
/system/core/include/utils/
H A DNativeHandle.h33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
H A DFileMap.h46 * TODO: we should be able to create a new FileMap that is a subset of
63 bool create(const char* origFileName, int fd,
84 * Get the data offset used to create this map.
/system/vold/
H A DDevmapper.h27 static int create(const char *name, const char *loopFile, const char *key,
H A DLoop.h31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
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 DDisk.h35 * Knows how to create volumes based on the partition tables found, and also
70 status_t create();
H A DDisk.cpp117 status_t Disk::create() { function in class:android::vold::Disk
139 vol->create();
147 vol->create();
169 vol->create();
178 vol->create();
430 // If requested, create a public partition first. Mixed-mode partitioning
H A DVolumeBase.h98 status_t create();
H A DMoveTask.cpp162 vol->create();
170 vol->create();
H A DPrivateVolume.cpp103 PLOG(ERROR) << getId() << " failed to create mount point " << mPath;
175 vol->create();
H A DVolumeManager.cpp142 if (Loop::create(idHash, asecFileName, buffer, len)) {
160 if (Devmapper::create(idHash, loopDevice, key, numImgSectors,
265 mInternalEmulated->create();
310 disk->create();
631 mInternalEmulated->create();
634 disk->create();
847 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) {
859 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice,
1883 // Only offer to create directories for paths managed by vold
H A DDevmapper.cpp166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper
H A DLoop.cpp129 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
/system/core/libbacktrace/
H A DThreadEntry.h26 static ThreadEntry* Get(pid_t pid, pid_t tid, bool create = true);
H A DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { argument
60 if (create) {
/system/bt/btif/co/
H A Dbta_hh_co.c443 strncpy((char*)ev.u.create.name, dev_name, sizeof(ev.u.create.name) - 1);
444 snprintf((char*)ev.u.create.uniq, sizeof(ev.u.create.uniq),
449 ev.u.create.rd_size = dscp_len;
450 ev.u.create.rd_data = p_dscp;
451 ev.u.create.bus = BUS_BLUETOOTH;
452 ev.u.create.vendor = vendor_id;
453 ev.u.create.product = product_id;
454 ev.u.create
[all...]
/system/core/rootdir/
H A DAndroid.mk27 # create some directories (some are mount points)
/system/bt/btif/src/
H A Dbtif_gatt_server.c217 srvc_id.is_primary = p_data->create.is_primary;
218 srvc_id.id.inst_id = p_data->create.svc_instance;
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid);
222 p_data->create.status, p_data->create.server_if, &srvc_id,
223 p_data->create.service_id
/system/core/libcutils/
H A Dfs.c45 goto create;
63 create:
185 /* Nothing there yet; let's create it! */
/system/bt/bta/gatt/
H A Dbta_gatts_act.c338 ** Description action function to create a service.
350 cb_data.create.status = BTA_GATT_ERROR;
354 APPL_TRACE_ERROR("create service rcb_idx = %d", rcb_idx);
360 /* create the service now */
375 cb_data.create.status = BTA_GATT_OK;
376 cb_data.create.service_id = service_id;
378 cb_data.create.is_primary = p_msg->api_create_svc.is_pri;
380 cb_data.create.server_if = p_cb->rcb[rcb_idx].gatt_if;
389 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID));
390 cb_data.create
[all...]
/system/bt/bta/include/
H A Dbta_gatt_api.h609 tBTA_GATTS_CREATE create; member in union:__anon386

Completed in 224 milliseconds

12