Searched refs:isSendable (Results 1 – 2 of 2) sorted by relevance
130 inline bool isSendable() const { return isOperable(); } in isSendable() function132 return isSendable() && (send(data, length, msgId) > 0); in sendData()148 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
174 if (isSendable()) { in abort()235 if (isSendable()) { in abort()265 inline virtual void abort() const override { if (isSendable()) mService->abort(); } in abort()