Searched refs:addr_prefix (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp63 const char addr_prefix = 0x91; local
68 if (data[0] != addr_prefix)
70 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.cpp65 const char addr_prefix = 0x91; local
70 if (data[0] != addr_prefix)
72 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);
/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.cpp64 const char addr_prefix = 0x91; local
69 if (data[0] != addr_prefix)
71 LOC_LOGW("decodeAddress: address prefix is not 0x%x but 0x%x", addr_prefix, data[0]);

Completed in 1121 milliseconds