Searched refs:SetError (Results 1 – 10 of 10) sorted by relevance
28 ret.SetError(status.error()); in CheckReconnect()35 ret.SetError(ESHUTDOWN); in CheckReconnect()42 ret.SetError(-error_); in CheckReconnect()152 ret->SetError(ESHUTDOWN); in SendTransaction()162 ret->SetError(status.error()); in SendTransaction()173 ret->SetError(status.error()); in SendTransaction()178 ret->SetError(ESHUTDOWN); in SendTransaction()194 ret->SetError(status.error()); in SendTransaction()199 ret->SetError(ESHUTDOWN); in SendTransaction()215 ret->SetError(status.error()); in SendTransaction()[all …]
68 void SetError(int error) { in SetError() function79 SetError(other.error()); in PropagateError()144 void SetError(int error) { error_ = error; } in SetError() function149 SetError(other.error()); in PropagateError()
133 status.SetError(EIO); in ReadAll()141 status.SetError(EIO); in WriteAll()
62 ret.SetError(errno); in SendAll()79 ret.SetError(errno); in SendMsgAll()117 ret.SetError(errno); in RecvMsgAll()122 ret.SetError(ESHUTDOWN); in RecvMsgAll()153 ret.SetError(errno); in RecvAll()158 ret.SetError(ESHUTDOWN); in RecvAll()301 ret.SetError(EIO); in Receive()334 ret.SetError(EIO); in Receive()
169 status.SetError(EINVAL); in SendImpulse()187 result.SetError(EINVAL); in SendAndReceive()205 result.SetError(-return_code); in SendAndReceive()234 status.SetError(EINVAL); in SendWithFileHandle()254 status.SetError(EINVAL); in SendWithChannelHandle()
339 status.SetError(errno); in CloseChannelLocked()404 status.SetError(errno); in CreateChannelSocketPair()420 status.SetError(errno); in CreateChannelSocketPair()
362 result.SetError(status.error());377 result.SetError(ENOBUFS);381 result.SetError(EIO);404 result.SetError(status.error());437 result.SetError(ENOBUFS);441 result.SetError(EIO);
191 status.SetError(EIO); in ReceiveData()201 status.SetError(EIO); in ReceiveData()
26 status.SetError(error); in CreateSurface()
399 TEST_F(BinderLibTest, SetError) { in TEST_F() argument