Home
last modified time | relevance | path

Searched refs:msgID (Results 1 – 6 of 6) 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/gps/sdm845/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/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.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/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()