Searched defs:table_size (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp60 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask) argument
63 for (i = 0; i < table_size; i++)
74 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value) argument
77 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp60 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask) argument
63 for (i = 0; i < table_size; i++)
74 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value) argument
77 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp56 const char* loc_get_name_from_mask(const loc_name_val_s_type table[], size_t table_size, long mask) argument
59 for (i = 0; i < table_size; i++)
70 const char* loc_get_name_from_val(const loc_name_val_s_type table[], size_t table_size, long value) argument
73 for (i = 0; i < table_size; i++)
/hardware/qcom/gps/utils/
H A Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) argument
62 for (i = 0; i < table_size; i++)
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) argument
76 for (i = 0; i < table_size; i++)
/hardware/qcom/audio/hal/
H A Daudio_hw.c478 int table_size) {
489 ret_val = platform_get_gain_level_mapping(mapping_tbl, table_size);
477 audio_hw_get_gain_level_mapping(struct amp_db_and_gain_table *mapping_tbl, int table_size) argument
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c2841 int table_size) {
2850 for (; itt < num_gain_tbl_entry && itt <= table_size; itt++) {
2840 platform_get_gain_level_mapping(struct amp_db_and_gain_table *mapping_tbl, int table_size) argument

Completed in 94 milliseconds