Home
last modified time | relevance | path

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

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