/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 D | Http1TunnelConnectionPool.java | 48 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 D | event_loop_hooks.h | 52 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 D | NettyHandlerTestBase.java | 133 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 D | NettyServerTest.java | 90 private final NioEventLoopGroup eventLoop = new NioEventLoopGroup(1); field in NettyServerTest 545 verifyServerNotStart(ImmutableList.of(add1, add2, add3), eventLoop, in testBindPartialFailure() local
|
H A D | WriteQueueTest.java | 74 EventLoop eventLoop = Mockito.mock(EventLoop.class); in setUp() local
|
H A D | NettyStreamTestBase.java | 76 protected EventLoop eventLoop; field in NettyStreamTestBase
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
H A D | Builders.kt | 54 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 D | Builders.kt | 50 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 D | DispatchedContinuation.kt | 298 val eventLoop = ThreadLocalEventLoop.eventLoop in executeUnconfined() constant
|
H A D | DispatchedTask.kt | 180 val eventLoop = ThreadLocalEventLoop.eventLoop in resumeUnconfined() constant
|
/aosp_15_r20/system/chre/platform/shared/ |
H A D | chre_api_core.cc | 58 const EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in sendMessageToHost() local 89 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in chreSendEvent() local
|
H A D | host_link.cc | 44 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in finishLoadingNanoappCallback() local
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | NettyServerStream.java | 157 private final EventLoop eventLoop; field in NettyServerStream.TransportState 162 EventLoop eventLoop, in TransportState()
|
H A D | NettyClientStream.java | 229 private final EventLoop eventLoop; field in NettyClientStream.TransportState 236 EventLoop eventLoop, in TransportState()
|
/aosp_15_r20/device/generic/goldfish/wifi/wifi_hal/ |
D | halstate.cpp | 78 bool HalState::eventLoop() { in eventLoop() function in HalState
|
D | info.cpp | 51 void Info::eventLoop() { in eventLoop() function in Info
|
D | netlink.cpp | 97 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 D | HandlerSubscriberWhiteboxVerificationTest.java | 49 private DefaultEventLoopGroup eventLoop; field in HandlerSubscriberWhiteboxVerificationTest
|
H A D | HandlerPublisherVerificationTest.java | 56 private DefaultEventLoopGroup eventLoop; field in HandlerPublisherVerificationTest
|
H A D | ChannelPublisherTest.java | 67 EventLoop eventLoop = group.next(); in start() local
|
/aosp_15_r20/system/chre/apps/unload_tester/ |
H A D | unload_tester.cc | 43 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 D | HealthCheckedChannelPoolTest.java | 54 private EventLoop eventLoop = Mockito.mock(EventLoop.class); field in HealthCheckedChannelPoolTest
|
H A D | IdleConnectionCountingChannelPoolTest.java | 216 EventLoop eventLoop = this.eventLoopGroup.next(); in createSuccessfulAcquire() local
|
/aosp_15_r20/system/chre/core/ |
H A D | telemetry_manager.cc | 153 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in collectSystemMetrics() local
|
/aosp_15_r20/system/chre/platform/android/ |
H A D | host_link.cc | 132 EventLoop &eventLoop = EventLoopManagerSingleton::get()->getEventLoop(); in handleNanoappListRequest() local
|