Searched refs:msgID (Results 1 – 6 of 6) sorted by relevance
218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument219 if (msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
225 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument229 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { in isMessageSupported()232 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
218 inline bool isMessageSupported (LocCheckingMessagesID msgID) const { in isMessageSupported() argument219 if (msgID > LOC_API_ADAPTER_MESSAGE_MAX) { in isMessageSupported()222 uint32_t messageChecker = 1 << msgID; in isMessageSupported()