Home
last modified time | relevance | path

Searched refs:IS_STR_END (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
Dloc_target.cpp55 #define IS_STR_END(c) ((c) == '\0' || (c) == '\n' || (c) == '\r') macro
103 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) ) in get_target()
110 && IS_STR_END(rd_hw_platform[LENGTH(STR_LIQUID)])) || in get_target()
112 && IS_STR_END(rd_hw_platform[LENGTH(STR_SURF)])) || in get_target()
114 && IS_STR_END(rd_hw_platform[LENGTH(STR_MTP)]))) { in get_target()
120 && IS_STR_END(rd_id[LENGTH(MSM8930_ID_1)])) || in get_target()
122 && IS_STR_END(rd_id[LENGTH(MSM8930_ID_2)])) ) in get_target()
/hardware/qcom/gps/utils/
Dloc_target.cpp55 #define IS_STR_END(c) ((c) == '\0' || (c) == '\n' || (c) == '\r') macro
212 && IS_STR_END(rd_id[LENGTH(MPQ8064_ID_1)]) ) in loc_get_target()
219 && IS_STR_END(rd_hw_platform[LENGTH(STR_LIQUID)])) || in loc_get_target()
221 && IS_STR_END(rd_hw_platform[LENGTH(STR_SURF)])) || in loc_get_target()
223 && IS_STR_END(rd_hw_platform[LENGTH(STR_MTP)]))) { in loc_get_target()
229 && IS_STR_END(rd_id[LENGTH(MSM8930_ID_1)])) || in loc_get_target()
231 && IS_STR_END(rd_id[LENGTH(MSM8930_ID_2)])) ) in loc_get_target()