Searched refs:rec (Results 1 – 10 of 10) sorted by relevance
/system/bt/btif/src/ |
D | btif_sdp_server.c | 68 static int add_maps_sdp(const bluetooth_sdp_mas_record* rec); 69 static int add_mapc_sdp(const bluetooth_sdp_mns_record* rec); 70 static int add_pbaps_sdp(const bluetooth_sdp_pse_record* rec); 71 static int add_opps_sdp(const bluetooth_sdp_ops_record* rec); 72 static int add_saps_sdp(const bluetooth_sdp_sap_record* rec); 372 static int add_maps_sdp(const bluetooth_sdp_mas_record* rec) in add_maps_sdp() argument 384 rec->mas_instance_id, rec->hdr.rfcomm_channel_number, in add_maps_sdp() 385 rec->hdr.l2cap_psm, rec->hdr.service_name); in add_maps_sdp() 388 rec->supported_message_types, rec->supported_features); in add_maps_sdp() 405 protoList[1].params[0] = rec->hdr.rfcomm_channel_number; in add_maps_sdp() [all …]
|
D | btif_dm.c | 1630 bt_service_record_t rec; in btif_dm_remote_service_record_evt() local 1634 memset(&rec, 0, sizeof(bt_service_record_t)); in btif_dm_remote_service_record_evt() 1640 prop.val = (void*)&rec; in btif_dm_remote_service_record_evt() 1641 prop.len = sizeof(rec); in btif_dm_remote_service_record_evt() 1646 rec.channel = p_data->disc_res.result - 3; in btif_dm_remote_service_record_evt() 1648 rec.name[0] = 0; in btif_dm_remote_service_record_evt()
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 224 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) in __mount() argument 226 unsigned long mountflags = rec->flags; in __mount() 238 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options); in __mount() 240 INFO("%s(source=%s,target=%s,type=%s)=%d\n", __func__, source, target, rec->fs_type, ret); in __mount() 366 static int translate_ext_labels(struct fstab_rec *rec) in translate_ext_labels() argument 374 if (strncmp(rec->blk_device, "LABEL=", 6)) in translate_ext_labels() 377 label = rec->blk_device + 6; in translate_ext_labels() 429 INFO("resolved label %s to %s\n", rec->blk_device, new_blk_device); in translate_ext_labels() 431 free(rec->blk_device); in translate_ext_labels() 432 rec->blk_device = new_blk_device; in translate_ext_labels() [all …]
|
/system/core/adb/ |
D | remount_service.cpp | 61 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, dir); in find_fstab_mount() local 62 std::string dev = rec ? std::string(rec->blk_device) : ""; in find_fstab_mount()
|
/system/bt/stack/sdp/ |
D | sdp_api.c | 1050 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr, in SDP_GetDiRecord() 1055 SDP_AttrStringCopy( p_device_info->rec.service_description, p_curr_attr, SDP_MAX_ATTR_LEN ); in SDP_GetDiRecord() 1059 SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN ); in SDP_GetDiRecord() 1069 p_device_info->rec.vendor = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord() 1075 p_device_info->rec.vendor_id_source = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord() 1081 p_device_info->rec.product = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord() 1087 p_device_info->rec.version = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord() 1093 p_device_info->rec.primary_record = (BOOLEAN)p_curr_attr->attr_value.v.u8; in SDP_GetDiRecord()
|
/system/core/init/ |
D | property_service.cpp | 497 fstab_rec* rec = fs_mgr_get_entry_for_mount_point(tab.get(), RECOVERY_MOUNT_POINT); in load_recovery_id_prop() local 498 if (rec == NULL) { in load_recovery_id_prop() 503 int fd = open(rec->blk_device, O_RDONLY); in load_recovery_id_prop() 505 ERROR("error opening block device %s: %s\n", rec->blk_device, strerror(errno)); in load_recovery_id_prop()
|
/system/vold/ |
D | cryptfs.c | 1688 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); local 1689 rec->flags |= MS_RDONLY; 2873 static int get_fs_type(struct fstab_rec *rec) argument 2875 if (!strcmp(rec->fs_type, "ext4")) { 2877 } else if (!strcmp(rec->fs_type, "f2fs")) { 2900 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); local 2901 int fs_type = get_fs_type(rec); 2903 SLOGE("cryptfs_enable: unsupported fs type %s\n", rec->fs_type); 3789 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); local 3790 return fs_mgr_is_convertible_to_fbe(rec) ? 1 : 0;
|
/system/bt/stack/include/ |
D | sdp_api.h | 176 tSDP_DI_RECORD rec; member
|
/system/bt/bta/hh/ |
D | bta_hh_act.c | 290 … bta_hh_update_di_info(p_cb, di_rec.rec.vendor, di_rec.rec.product, di_rec.rec.version, 0); in bta_hh_di_sdp_cback()
|
/system/core/rootdir/ |
D | init.rc | 277 mount rootfs rootfs / shared rec 279 mount none /mnt/runtime/default /storage slave bind rec
|