Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/utils/
DLocIpc.h130 inline bool isSendable() const { return isOperable(); } in isSendable() function
132 return isSendable() && (send(data, length, msgId) > 0); in sendData()
148 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
DLocIpc.cpp174 if (isSendable()) { in abort()
235 if (isSendable()) { in abort()
265 inline virtual void abort() const override { if (isSendable()) mService->abort(); } in abort()