Searched refs:rec (Results 1 - 8 of 8) sorted by relevance
/system/bt/btif/src/ |
H A D | btif_sdp_server.c | 66 static int add_maps_sdp(const bluetooth_sdp_mas_record* rec); 67 static int add_mapc_sdp(const bluetooth_sdp_mns_record* rec); 68 static int add_pbaps_sdp(const bluetooth_sdp_pse_record* rec); 69 static int add_opps_sdp(const bluetooth_sdp_ops_record* rec); 70 static int add_saps_sdp(const bluetooth_sdp_sap_record* rec); 373 static int add_maps_sdp(const bluetooth_sdp_mas_record* rec) argument 385 rec->mas_instance_id, rec->hdr.rfcomm_channel_number, 386 rec->hdr.l2cap_psm, rec 462 add_mapc_sdp(const bluetooth_sdp_mns_record* rec) argument 541 add_pbaps_sdp(const bluetooth_sdp_pse_record* rec) argument 626 add_opps_sdp(const bluetooth_sdp_ops_record* rec) argument 721 add_saps_sdp(const bluetooth_sdp_sap_record* rec) argument [all...] |
H A D | btif_dm.c | 1581 bt_service_record_t rec; local 1585 memset(&rec, 0, sizeof(bt_service_record_t)); 1591 prop.val = (void*)&rec; 1592 prop.len = sizeof(rec); 1597 rec.channel = p_data->disc_res.result - 3; 1599 rec.name[0] = 0;
|
/system/core/fs_mgr/ |
H A D | fs_mgr.c | 219 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) argument 221 unsigned long mountflags = rec->flags; 233 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options); 235 INFO("%s(source=%s,target=%s,type=%s)=%d\n", __func__, source, target, rec->fs_type, ret); 295 * end_idx: On return, will be the last rec that was looked at. 296 * attempted_idx: On return, will indicate which fstab rec 326 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__, 361 static int translate_ext_labels(struct fstab_rec *rec) argument 369 if (strncmp(rec 439 handle_encryptable(struct fstab *fstab, const struct fstab_rec* rec) argument [all...] |
/system/core/init/ |
H A D | property_service.cpp | 540 fstab_rec* rec = fs_mgr_get_entry_for_mount_point(tab.get(), RECOVERY_MOUNT_POINT); local 541 if (rec == NULL) { 546 int fd = open(rec->blk_device, O_RDONLY); 548 ERROR("error opening block device %s: %s\n", rec->blk_device, strerror(errno));
|
/system/bt/stack/sdp/ |
H A D | sdp_api.c | 1045 SDP_AttrStringCopy( p_device_info->rec.client_executable_url, p_curr_attr, 1050 SDP_AttrStringCopy( p_device_info->rec.service_description, p_curr_attr, SDP_MAX_ATTR_LEN ); 1054 SDP_AttrStringCopy( p_device_info->rec.documentation_url, p_curr_attr, SDP_MAX_ATTR_LEN ); 1064 p_device_info->rec.vendor = p_curr_attr->attr_value.v.u16; 1070 p_device_info->rec.vendor_id_source = p_curr_attr->attr_value.v.u16; 1076 p_device_info->rec.product = p_curr_attr->attr_value.v.u16; 1082 p_device_info->rec.version = p_curr_attr->attr_value.v.u16; 1088 p_device_info->rec.primary_record = (BOOLEAN)p_curr_attr->attr_value.v.u8;
|
/system/vold/ |
H A D | cryptfs.c | 1681 struct fstab_rec* rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); local 1682 rec->flags |= MS_RDONLY; 1738 struct fstab_rec* rec; local 1746 rec = fs_mgr_get_entry_for_mount_point(fstab, DATA_MNT_POINT); 1747 if (!rec) { 1752 rc = fs_mgr_do_mount(fstab, DATA_MNT_POINT, rec->blk_device, 0); 2831 static int get_fs_type(struct fstab_rec *rec) argument 2833 if (!strcmp(rec->fs_type, "ext4")) { 2835 } else if (!strcmp(rec->fs_type, "f2fs")) { 2858 struct fstab_rec* rec local [all...] |
/system/bt/stack/include/ |
H A D | sdp_api.h | 176 tSDP_DI_RECORD rec; member in struct:t_sdp_di_get_record
|
/system/bt/bta/hh/ |
H A 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);
|
Completed in 177 milliseconds