Searched refs:interruptableReadFully (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/binder/ |
D | RpcTransportRaw.cpp | 75 status_t interruptableReadFully( in interruptableReadFully() function in android::RpcTransportRaw
|
D | RpcTransportTipcAndroid.cpp | 94 status_t interruptableReadFully( in interruptableReadFully() function in android::RpcTransportTipcAndroid
|
D | RpcTransportTls.cpp | 296 status_t interruptableReadFully( 373 status_t RpcTransportTls::interruptableReadFully( in interruptableReadFully() function in android::RpcTransportTls
|
D | RpcServer.cpp | 394 status = client->interruptableReadFully(server->mShutdownTrigger.get(), &iov, 1, in establishConnection() 409 status = client->interruptableReadFully(server->mShutdownTrigger.get(), &iov, 1, in establishConnection()
|
D | RpcState.cpp | 388 connection->rpcTransport->interruptableReadFully(session->mShutdownTrigger.get(), in rpcRec()
|
/frameworks/native/libs/binder/include/binder/ |
D | RpcTransport.h | 93 [[nodiscard]] virtual status_t interruptableReadFully(
|
/frameworks/native/libs/binder/trusty/ |
D | RpcTransportTipcTrusty.cpp | 119 status_t interruptableReadFully( in interruptableReadFully() function in android::RpcTransportTipcTrusty
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTest.cpp | 1699 mClientTransport->interruptableReadFully(mFdTrigger.get(), &readMessageIov, 1, in readMessage()
|