Searched refs:interruptableWriteFully (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/binder/ |
D | RpcTransportRaw.cpp | 60 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportRaw
|
D | RpcTransportTipcAndroid.cpp | 77 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTipcAndroid
|
D | RpcTransportTls.cpp | 292 status_t interruptableWriteFully( 327 status_t RpcTransportTls::interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTls
|
D | RpcSession.cpp | 164 status_t status = mBootstrapTransport->interruptableWriteFully(mShutdownTrigger.get(), &iov, in setupUnixDomainSocketBootstrapClient() 692 auto sendHeaderStatus = server->interruptableWriteFully(mShutdownTrigger.get(), &headerIov, 1, in initAndAddConnection() 704 server->interruptableWriteFully(mShutdownTrigger.get(), &sessionIov, 1, in initAndAddConnection()
|
D | RpcServer.cpp | 440 status = client->interruptableWriteFully(server->mShutdownTrigger.get(), &iov, 1, in establishConnection()
|
D | RpcState.cpp | 371 connection->rpcTransport->interruptableWriteFully(session->mShutdownTrigger.get(), in rpcSend()
|
/frameworks/native/libs/binder/include/binder/ |
D | RpcTransport.h | 88 [[nodiscard]] virtual status_t interruptableWriteFully(
|
/frameworks/native/libs/binder/trusty/ |
D | RpcTransportTipcTrusty.cpp | 50 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTipcTrusty
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTest.cpp | 1664 auto status = serverTransport->interruptableWriteFully(fdTrigger, &messageIov, 1, in defaultPostConnect() 1915 auto status = serverTransport->interruptableWriteFully(fdTrigger, &messageIov, 1, in TEST_P() 1927 status = serverTransport->interruptableWriteFully(fdTrigger, &msg2Iov, 1, std::nullopt, in TEST_P() 1978 auto status = serverTransport->interruptableWriteFully(fdTrigger, &messageIov, 1, in TEST_P()
|