Home
last modified time | relevance | path

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

/hardware/qcom/sm7150/gps/core/
DContextBase.h169 static inline bool isMessageSupported(LocCheckingMessagesID msgID) { in isMessageSupported() argument
173 if ((uint64_t)msgID > (sizeof(sSupportedMsgMask) << 3)) { in isMessageSupported()
176 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sm8150p/gps/core/
DContextBase.h167 static inline bool isMessageSupported(LocCheckingMessagesID msgID) { in isMessageSupported() argument
171 if ((uint64_t)msgID > (sizeof(sSupportedMsgMask) << 3)) { in isMessageSupported()
174 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/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/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/sm8150/gps/core/
DContextBase.h180 static inline bool isMessageSupported(LocCheckingMessagesID msgID) { in isMessageSupported() argument
184 if ((uint64_t)msgID > (sizeof(sSupportedMsgMask) << 3)) { in isMessageSupported()
187 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/qcom/sm7250/gps/core/
DContextBase.h180 static inline bool isMessageSupported(LocCheckingMessagesID msgID) { in isMessageSupported() argument
184 if ((uint64_t)msgID > (sizeof(sSupportedMsgMask) << 3)) { in isMessageSupported()
187 uint32_t messageChecker = 1 << msgID; in isMessageSupported()
/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPoolClient.cpp67 void receiveInvalidation(uint32_t msgID);