Home
last modified time | relevance | path

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

/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()