Home
last modified time | relevance | path

Searched refs:name_length (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm8150p/gps/utils/
Dloc_cfg.cpp563 int name_length=0, group_list_length=0, platform_length=0, baseband_length=0, ngroups=0, ret=0; in loc_read_process_conf() local
735 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
736 if(name_length) { in loc_read_process_conf()
740 } while(name_length); in loc_read_process_conf()
766 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
773 if(!name_length || !group_list_length || !platform_length || in loc_read_process_conf()
799 if((name_length+1) > LOC_MAX_PARAM_STRING) { in loc_read_process_conf()
/hardware/qcom/sm7250/gps/utils/
Dloc_cfg.cpp583 int name_length=0, group_list_length=0, platform_length=0, baseband_length=0, ngroups=0, ret=0; in loc_read_process_conf() local
771 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
772 if(name_length) { in loc_read_process_conf()
776 } while(name_length); in loc_read_process_conf()
802 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
810 if(!name_length || !group_list_length || !platform_length || in loc_read_process_conf()
836 if((name_length+1) > LOC_MAX_PARAM_STRING) { in loc_read_process_conf()
/hardware/qcom/sm8150/gps/utils/
Dloc_cfg.cpp583 int name_length=0, group_list_length=0, platform_length=0, baseband_length=0, ngroups=0, ret=0; in loc_read_process_conf() local
771 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
772 if(name_length) { in loc_read_process_conf()
776 } while(name_length); in loc_read_process_conf()
802 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
810 if(!name_length || !group_list_length || !platform_length || in loc_read_process_conf()
836 if((name_length+1) > LOC_MAX_PARAM_STRING) { in loc_read_process_conf()
/hardware/qcom/sm7150/gps/utils/
Dloc_cfg.cpp574 int name_length=0, group_list_length=0, platform_length=0, baseband_length=0, ngroups=0, ret=0; in loc_read_process_conf() local
751 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
752 if(name_length) { in loc_read_process_conf()
756 } while(name_length); in loc_read_process_conf()
782 name_length=(int)strlen(conf.proc_name); in loc_read_process_conf()
790 if(!name_length || !group_list_length || !platform_length || in loc_read_process_conf()
816 if((name_length+1) > LOC_MAX_PARAM_STRING) { in loc_read_process_conf()
/hardware/google/gfxstream/guest/platform/fuchsia/
Dos_dirent_fuchsia.cpp67 entry->d_name[dirent.name_length] = '\0'; in Next()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c819 int32_t name_length; member
829 rmt_fill_chunk_snapshot_info(uint64_t timestamp, int32_t name_length, in rmt_fill_chunk_snapshot_info() argument
836 chunk->header.size_in_bytes = sizeof(*chunk) + name_length; in rmt_fill_chunk_snapshot_info()
839 chunk->name_length = name_length; in rmt_fill_chunk_snapshot_info()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dsyncproto.h144 CARD16 name_length B16;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraProviderHWLImpl.cpp82 size_t name_length = strlen(name); in GetTagFromName() local
117 if (section_length + 1 >= name_length) { in GetTagFromName()