Searched refs:mSupportedMsg (Results 1 - 12 of 12) sorted by relevance
/hardware/qcom/gps/core/ |
H A D | LocApiBase.h | 83 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 219 if (msgID > (sizeof(mSupportedMsg) << 3)) { 223 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 357 mSupportedMsg = supportedMsgList;
|
/hardware/qcom/gps/msm8994/core/ |
H A D | LocApiBase.h | 83 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 219 if (msgID > (sizeof(mSupportedMsg) << 3)) { 223 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 357 mSupportedMsg = supportedMsgList;
|
/hardware/qcom/gps/msm8996/core/ |
H A D | LocApiBase.h | 83 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 219 if (msgID > (sizeof(mSupportedMsg) << 3)) { 223 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 356 mSupportedMsg = supportedMsgList;
|
/hardware/qcom/gps/msm8998/core/ |
H A D | LocApiBase.h | 85 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 228 // mSupportedMsg 229 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { 233 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 387 mSupportedMsg = supportedMsgList;
|
/hardware/qcom/gps/sdm845/core/ |
H A D | LocApiBase.h | 85 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 228 // mSupportedMsg 229 if ((uint64_t)msgID > (sizeof(mSupportedMsg) << 3)) { 233 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 388 mSupportedMsg = supportedMsgList;
|
/hardware/qcom/gps/msm8909/core/ |
H A D | LocApiBase.h | 83 uint64_t mSupportedMsg; member in class:loc_core::LocApiBase 223 return (messageChecker & mSupportedMsg) == messageChecker;
|
H A D | LocApiBase.cpp | 132 mMask(0), mSupportedMsg(0), mContext(context) 357 mSupportedMsg = supportedMsgList;
|
Completed in 26 milliseconds