Searched refs:isSendable (Results 1 – 6 of 6) sorted by relevance
131 inline bool isSendable() const { return isOperable(); } in isSendable() function133 return isSendable() && (send(data, length, msgId) > 0); in sendData()149 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
175 if (isSendable()) { in abort()242 if (isSendable()) { in abort()312 inline virtual void abort() const override { if (isSendable()) mService->abort(); } in abort()
131 inline bool isSendable() const { return isOperable(); } in isSendable() function133 return isSendable() && (send(data, length, msgId) > 0); in sendData()152 inline bool isRecvable() const { return mDataCb != nullptr && mIpcSender.isSendable(); } in isRecvable()
186 if (isSendable()) { in abort()261 if (isSendable()) { in abort()