Home
last modified time | relevance | path

Searched defs:eventLoop (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DHttp1TunnelConnectionPool.java48 private final EventLoop eventLoop; field in Http1TunnelConnectionPool
59 … public Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool()
67 … public Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool()
77 Http1TunnelConnectionPool(EventLoop eventLoop, ChannelPool delegate, SslContext sslContext, in Http1TunnelConnectionPool()
/aosp_15_r20/system/chre/platform/include/chre/platform/
H A Devent_loop_hooks.h52 eventLoop, eventType, eventData, freeCallback, senderInstanceId, \ argument
71 eventLoop, eventType, eventData, callback, extraData) \ argument
95 eventLoop, eventType, eventData, freeCallback, senderInstanceId, \ argument
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DNettyHandlerTestBase.java133 EventLoop eventLoop; field in NettyHandlerTestBase.FakeClockSupportedChanel
140 public EventLoop eventLoop() { in eventLoop() method in NettyHandlerTestBase.FakeClockSupportedChanel
171 EventLoop eventLoop, final Runnable command, long delay, TimeUnit timeUnit) { in FakeClockScheduledNettyFuture()
347 EventLoop eventLoop = mock(EventLoop.class); in newMockContext() local
H A DNettyServerTest.java90 private final NioEventLoopGroup eventLoop = new NioEventLoopGroup(1); field in NettyServerTest
545 verifyServerNotStart(ImmutableList.of(add1, add2, add3), eventLoop, in testBindPartialFailure() local
H A DWriteQueueTest.java74 EventLoop eventLoop = Mockito.mock(EventLoop.class); in setUp() local
H A DNettyStreamTestBase.java76 protected EventLoop eventLoop; field in NettyStreamTestBase
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
H A DBuilders.kt54 val eventLoop: EventLoop? in runBlocking() constant
75 private val eventLoop: EventLoop? constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
H A DBuilders.kt50 val eventLoop: EventLoop? in runBlocking() constant
107 private val eventLoop: EventLoop? constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DDispatchedContinuation.kt298 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined() constant
H A DDispatchedTask.kt180 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined() constant
/aosp_15_r20/system/chre/platform/shared/
H A Dchre_api_core.cc58 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in sendMessageToHost() local
89 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() local
H A Dhost_link.cc44 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in finishLoadingNanoappCallback() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DNettyServerStream.java157 private final EventLoop eventLoop; field in NettyServerStream.TransportState
162 EventLoop eventLoop, in TransportState()
H A DNettyClientStream.java229 private final EventLoop eventLoop; field in NettyClientStream.TransportState
236 EventLoop eventLoop, in TransportState()
/aosp_15_r20/device/generic/goldfish/wifi/wifi_hal/
Dhalstate.cpp78 bool HalState::eventLoop() { in eventLoop() function in HalState
Dinfo.cpp51 void Info::eventLoop() { in eventLoop() function in Info
Dnetlink.cpp97 bool Netlink::eventLoop() { in eventLoop() function in Netlink
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
H A DHandlerSubscriberWhiteboxVerificationTest.java49 private DefaultEventLoopGroup eventLoop; field in HandlerSubscriberWhiteboxVerificationTest
H A DHandlerPublisherVerificationTest.java56 private DefaultEventLoopGroup eventLoop; field in HandlerPublisherVerificationTest
H A DChannelPublisherTest.java67 EventLoop eventLoop = group.next(); in start() local
/aosp_15_r20/system/chre/apps/unload_tester/
H A Dunload_tester.cc43 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleUnload() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/
H A DHealthCheckedChannelPoolTest.java54 private EventLoop eventLoop = Mockito.mock(EventLoop.class); field in HealthCheckedChannelPoolTest
H A DIdleConnectionCountingChannelPoolTest.java216 EventLoop eventLoop = this.eventLoopGroup.next(); in createSuccessfulAcquire() local
/aosp_15_r20/system/chre/core/
H A Dtelemetry_manager.cc153 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in collectSystemMetrics() local
/aosp_15_r20/system/chre/platform/android/
H A Dhost_link.cc132 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleNanoappListRequest() local

12345678910>>...14