Home
last modified time | relevance | path

Searched defs:isRecvable (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/sm8150p/gps/utils/
H A DLocIpc.h149 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable() function
/aosp12/hardware/qcom/sm7150/gps/utils/
H A DLocIpc.h152 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable() function
/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocIpc.h187 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable() function
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocIpc.h187 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable() function