Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/utils/
DLocIpc.h131 inline bool isSendable() const { return isOperable(); } in isSendable() function
133 return isSendable() && (send(data, length, msgId) > 0); in sendData()
149 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
DLocIpc.cpp175 if (isSendable()) { in abort()
242 if (isSendable()) { in abort()
312 inline virtual void abort() const override { if (isSendable()) mService->abort(); } in abort()
/hardware/qcom/sm8150/gps/utils/
DLocIpc.h131 inline bool isSendable() const { return isOperable(); } in isSendable() function
133 return isSendable() && (send(data, length, msgId) > 0); in sendData()
152 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
DLocIpc.cpp186 if (isSendable()) { in abort()
261 if (isSendable()) { in abort()
/hardware/qcom/sm7150/gps/utils/
DLocIpc.h131 inline bool isSendable() const { return isOperable(); } in isSendable() function
133 return isSendable() && (send(data, length, msgId) > 0); in sendData()
152 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
DLocIpc.cpp186 if (isSendable()) { in abort()
261 if (isSendable()) { in abort()