/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | tcp_socket_utils.h | 80 memory_allocator_factory = nullptr; member 95 memory_allocator_factory = 96 std::exchange(other.memory_allocator_factory, nullptr); 106 memory_allocator_factory = other.memory_allocator_factory; in PosixTcpOptions() 122 memory_allocator_factory = other.memory_allocator_factory;
|
H A D | posix_engine_listener.h | 61 memory_allocator_factory, 206 memory_allocator_factory, in PosixEngineListener() 210 std::move(memory_allocator_factory), poller, std::move(engine))) {} in PosixEngineListener()
|
H A D | posix_engine.cc | 685 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 696 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreateListener() 709 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreatePosixListener() argument 713 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreatePosixListener()
|
H A D | posix_engine.h | 181 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) 188 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
|
H A D | posix_engine_listener.cc | 61 memory_allocator_factory, in PosixEngineListenerImpl() 69 memory_allocator_factory_(std::move(memory_allocator_factory)) {} in PosixEngineListenerImpl()
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/ |
H A D | fuzzing_event_engine.h | 86 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) 149 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in ListenerInfo() 152 memory_allocator_factory(std::move(memory_allocator_factory)), in ListenerInfo() 160 const std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory; member
|
H A D | fuzzing_event_engine.cc | 242 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 250 std::move(memory_allocator_factory))) in CreateListener() 477 listener->memory_allocator_factory->CreateMemoryAllocator( in Connect()
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/ |
H A D | oracle_event_engine_posix.h | 129 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory); 157 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in CreateListener() argument 161 std::move(memory_allocator_factory)); in CreateListener()
|
H A D | oracle_event_engine_posix.cc | 301 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in PosixOracleListener() argument 304 memory_allocator_factory_(std::move(memory_allocator_factory)) { in PosixOracleListener()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | posix_engine_listener.h | 61 memory_allocator_factory, 204 memory_allocator_factory, in PosixEngineListener() 208 std::move(memory_allocator_factory), poller, std::move(engine))) {} in PosixEngineListener()
|
D | posix_engine.cc | 600 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 611 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreateListener() 624 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreatePosixListener() argument 628 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreatePosixListener()
|
D | posix_engine_listener.cc | 57 memory_allocator_factory, in PosixEngineListenerImpl() 65 memory_allocator_factory_(std::move(memory_allocator_factory)) {} in PosixEngineListenerImpl()
|
D | posix_engine.h | 176 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) 184 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thready_event_engine/ |
H A D | thready_event_engine.cc | 41 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 59 config, std::move(memory_allocator_factory)); in CreateListener()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/ |
D | thready_event_engine.cc | 41 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 59 config, std::move(memory_allocator_factory)); in CreateListener()
|
D | thready_event_engine.h | 53 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | windows_listener.cc | 267 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory, in WindowsEventEngineListener() argument 274 memory_allocator_factory_(std::move(memory_allocator_factory)), in WindowsEventEngineListener()
|
D | windows_engine.cc | 402 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 405 std::move(memory_allocator_factory), shared_from_this(), in CreateListener()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | windows_listener.cc | 311 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory, in WindowsEventEngineListener() argument 318 memory_allocator_factory_(std::move(memory_allocator_factory)), in WindowsEventEngineListener()
|
H A D | windows_engine.cc | 481 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument 484 std::move(memory_allocator_factory), shared_from_this(), in CreateListener()
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/ |
H A D | mock_event_engine.h | 39 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory));
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/ |
D | posix.h | 156 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) = 0;
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/extensions/ |
H A D | supports_fd.h | 154 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) = 0;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/cf_engine/ |
D | cf_engine.h | 44 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/cf_engine/ |
H A D | cf_engine.h | 46 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
|