Home
last modified time | relevance | path

Searched refs:LOC_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp96 static const size_t loc_msg_q_status_num = LOC_TABLE_SIZE(loc_msg_q_status);
121 static const size_t target_name_num = LOC_TABLE_SIZE(target_name);
Dloc_log.h55 #define LOC_TABLE_SIZE(table) (sizeof(table)/sizeof((table)[0])) macro
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp96 static const size_t loc_msg_q_status_num = LOC_TABLE_SIZE(loc_msg_q_status);
121 static const size_t target_name_num = LOC_TABLE_SIZE(target_name);
Dloc_log.h55 #define LOC_TABLE_SIZE(table) (sizeof(table)/sizeof((table)[0])) macro