/system/bt/btif/co/ |
D | bta_hh_co.c | 443 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/ |
D | Benchmark.cpp | 91 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()
|
D | Disk.cpp | 117 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()
|
D | Devmapper.h | 27 static int create(const char *name, const char *loopFile, const char *key,
|
D | Loop.h | 31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
|
D | MoveTask.cpp | 162 vol->create(); in bringOffline() 170 vol->create(); in bringOnline()
|
D | Disk.h | 70 status_t create();
|
D | VolumeBase.h | 98 status_t create();
|
D | VolumeManager.cpp | 142 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()
|
D | PrivateVolume.cpp | 175 vol->create(); in doMount()
|
D | VolumeBase.cpp | 163 status_t VolumeBase::create() { in create() function in android::vold::VolumeBase
|
D | Loop.cpp | 129 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { in create() function in Loop
|
D | Devmapper.cpp | 166 int Devmapper::create(const char *name, const char *loopFile, const char *key, in create() function in Devmapper
|
/system/core/libbacktrace/ |
D | ThreadEntry.cpp | 49 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get() argument 60 if (create) { in Get()
|
D | ThreadEntry.h | 26 static ThreadEntry* Get(pid_t pid, pid_t tid, bool create = true);
|
/system/core/libutils/ |
D | NativeHandle.cpp | 22 sp<NativeHandle> NativeHandle::create( in create() function in android::NativeHandle
|
D | Tokenizer.cpp | 71 if (fileMap->create(NULL, fd, 0, length, true)) { in open()
|
D | FileMap.cpp | 84 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create() function in FileMap
|
D | README | 10 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/ |
D | NativeHandle.h | 33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
|
D | FileMap.h | 63 bool create(const char* origFileName, int fd,
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 217 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/ |
D | bta_gatts_act.c | 350 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/ |
D | fs.c | 45 goto create; in fs_prepare_dir() 63 create: in fs_prepare_dir()
|
/system/core/rootdir/ |
D | init.rc | 3 # 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
|