Home
last modified time | relevance | path

Searched refs:interruptableWriteFully (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/
DRpcTransportRaw.cpp60 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportRaw
DRpcTransportTipcAndroid.cpp77 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTipcAndroid
DRpcTransportTls.cpp292 status_t interruptableWriteFully(
327 status_t RpcTransportTls::interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTls
DRpcSession.cpp164 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()
DRpcServer.cpp440 status = client->interruptableWriteFully(server->mShutdownTrigger.get(), &iov, 1, in establishConnection()
DRpcState.cpp371 connection->rpcTransport->interruptableWriteFully(session->mShutdownTrigger.get(), in rpcSend()
/frameworks/native/libs/binder/include/binder/
DRpcTransport.h88 [[nodiscard]] virtual status_t interruptableWriteFully(
/frameworks/native/libs/binder/trusty/
DRpcTransportTipcTrusty.cpp50 status_t interruptableWriteFully( in interruptableWriteFully() function in android::RpcTransportTipcTrusty
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1664 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()