Searched refs:idxOutput (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp65 int i, idxOutput = 0; local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
83 addr_string[idxOutput] = '\0'; // Terminates the string
85 return idxOutput;
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp64 int i, idxOutput = 0; local
78 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
79 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
82 addr_string[idxOutput] = '\0'; // Terminates the string
84 return idxOutput;
/hardware/qcom/gps/core/
H A DLocApiBase.cpp65 int i, idxOutput = 0; local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
83 addr_string[idxOutput] = '\0'; // Terminates the string
85 return idxOutput;
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp65 int i, idxOutput = 0; local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
83 addr_string[idxOutput] = '\0'; // Terminates the string
85 return idxOutput;
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp65 int i, idxOutput = 0; local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
83 addr_string[idxOutput] = '\0'; // Terminates the string
85 return idxOutput;
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp65 int i, idxOutput = 0; local
79 if (low <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = low + '0'; }
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
83 addr_string[idxOutput] = '\0'; // Terminates the string
85 return idxOutput;

Completed in 31 milliseconds