Home
last modified time | relevance | path

Searched refs:msgID (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/gps/msm8996/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/msm8996/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/gps/msm8909w_3100/core/
DLocApiBase.h226 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
230 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
233 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/msm8909/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > LOC_API_ADAPTER_MESSAGE_MAX) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/msm8994/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/msm8998/core/
DLocApiBase.h225 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
229 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
232 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/gps/msm8909/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > LOC_API_ADAPTER_MESSAGE_MAX) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/gps/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/gps/msm8994/core/
DLocApiBase.h218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/gps/msm8998/core/
DLocApiBase.h228 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
232 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
235 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sdm845/gps/sdm845/core/
DLocApiBase.h236 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument
240 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()
243 uint32_t messageChecker = 1 << msgID; in isMessageSupported()