Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 30) sorted by relevance

12

/system/bt/btif/co/
Dbta_hh_co.c443 strncpy((char*)ev.u.create.name, dev_name, sizeof(ev.u.create.name) - 1); in bta_hh_co_send_hid_info()
444 snprintf((char*)ev.u.create.uniq, sizeof(ev.u.create.uniq), in bta_hh_co_send_hid_info()
449 ev.u.create.rd_size = dscp_len; in bta_hh_co_send_hid_info()
450 ev.u.create.rd_data = p_dscp; in bta_hh_co_send_hid_info()
451 ev.u.create.bus = BUS_BLUETOOTH; in bta_hh_co_send_hid_info()
452 ev.u.create.vendor = vendor_id; in bta_hh_co_send_hid_info()
453 ev.u.create.product = product_id; in bta_hh_co_send_hid_info()
454 ev.u.create.version = version; in bta_hh_co_send_hid_info()
455 ev.u.create.country = ctry_code; in bta_hh_co_send_hid_info()
/system/vold/
DBenchmark.cpp91 nsecs_t create = systemTime(SYSTEM_TIME_BOOTTIME); in benchmark() local
120 nsecs_t create_d = create - start; in benchmark()
121 nsecs_t drop_d = drop - create; in benchmark()
DDisk.cpp117 status_t Disk::create() { in create() function in android::vold::Disk
139 vol->create(); in createPublicVolume()
147 vol->create(); in createPublicVolume()
169 vol->create(); in createPrivateVolume()
178 vol->create(); in createPrivateVolume()
DDevmapper.h27 static int create(const char *name, const char *loopFile, const char *key,
DLoop.h31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
DMoveTask.cpp162 vol->create(); in bringOffline()
170 vol->create(); in bringOnline()
DDisk.h70 status_t create();
DVolumeBase.h98 status_t create();
DVolumeManager.cpp142 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice()
160 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice()
265 mInternalEmulated->create(); in start()
310 disk->create(); in handleBlockEvent()
631 mInternalEmulated->create(); in reset()
634 disk->create(); in reset()
847 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) { in createAsec()
859 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec()
DPrivateVolume.cpp175 vol->create(); in doMount()
DVolumeBase.cpp163 status_t VolumeBase::create() { in create() function in android::vold::VolumeBase
DLoop.cpp129 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { in create() function in Loop
DDevmapper.cpp166 int Devmapper::create(const char *name, const char *loopFile, const char *key, in create() function in Devmapper
/system/core/libbacktrace/
DThreadEntry.cpp49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get() argument
60 if (create) { in Get()
DThreadEntry.h26 static ThreadEntry* Get(pid_t pid, pid_t tid, bool create = true);
/system/core/libutils/
DNativeHandle.cpp22 sp<NativeHandle> NativeHandle::create( in create() function in android::NativeHandle
DTokenizer.cpp71 if (fileMap->create(NULL, fd, 0, length, true)) { in open()
DFileMap.cpp84 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create() function in FileMap
DREADME10 If that isn't feasible, create a system-independent interface and hide
13 The ultimate goal is *not* to create a super-duper platform abstraction
207 The aapt -o flag instructs aapt to create an overlay package.
218 when the display is in landscape mode, create a new package with
/system/core/include/utils/
DNativeHandle.h33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
DFileMap.h63 bool create(const char* origFileName, int fd,
/system/bt/btif/src/
Dbtif_gatt_server.c217 srvc_id.is_primary = p_data->create.is_primary; in btapp_gatts_handle_cback()
218 srvc_id.id.inst_id = p_data->create.svc_instance; in btapp_gatts_handle_cback()
219 bta_to_btif_uuid(&srvc_id.id.uuid, &p_data->create.uuid); in btapp_gatts_handle_cback()
222 p_data->create.status, p_data->create.server_if, &srvc_id, in btapp_gatts_handle_cback()
223 p_data->create.service_id in btapp_gatts_handle_cback()
/system/bt/bta/gatt/
Dbta_gatts_act.c350 cb_data.create.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
375 cb_data.create.status = BTA_GATT_OK; in bta_gatts_create_srvc()
376 cb_data.create.service_id = service_id; in bta_gatts_create_srvc()
378 cb_data.create.is_primary = p_msg->api_create_svc.is_pri; in bta_gatts_create_srvc()
380 cb_data.create.server_if = p_cb->rcb[rcb_idx].gatt_if; in bta_gatts_create_srvc()
389 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID)); in bta_gatts_create_srvc()
390 cb_data.create.svc_instance= p_msg->api_create_svc.inst; in bta_gatts_create_srvc()
/system/core/libcutils/
Dfs.c45 goto create; in fs_prepare_dir()
63 create: in fs_prepare_dir()
/system/core/rootdir/
Dinit.rc3 # IMPORTANT: Do not create world writable files or directories.
250 # create the lost+found directories, so as to enforce our permissions
276 # create basic filesystem structure
318 # create dalvik-cache, so as to enforce our permissions
322 # create resource-cache and double-check the perms
327 # create the lost+found directories, so as to enforce our permissions
330 # create directory for DRM plug-ins - give drm the read/write access to
334 # create directory for MediaDrm plug-ins - give drm the read/write access to

12