Home
last modified time | relevance | path

Searched full:asynchronously (Results 1 – 25 of 2093) sorted by relevance

12345678910>>...84

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/
Dthready_event_engine.cc30 void ThreadyEventEngine::Asynchronously(absl::AnyInvocable<void()> fn) { in Asynchronously() function in grpc_event_engine::experimental::ThreadyEventEngine
46 Asynchronously( in CreateListener()
54 Asynchronously([on_shutdown = std::move(on_shutdown), in CreateListener()
69 Asynchronously( in Connect()
95 Asynchronously(std::move(closure)); in Run()
106 Asynchronously(std::move(closure)); in RunAfter()
121 engine_->Asynchronously([on_resolve = std::move(on_resolve), in LookupHostname()
136 return engine_->Asynchronously( in LookupSRV()
152 return engine_->Asynchronously([on_resolve = std::move(on_resolve), in LookupTXT()
/external/grpc-grpc/src/core/lib/event_engine/thready_event_engine/
Dthready_event_engine.cc30 void ThreadyEventEngine::Asynchronously(absl::AnyInvocable<void()> fn) { in Asynchronously() function in grpc_event_engine::experimental::ThreadyEventEngine
46 Asynchronously( in CreateListener()
54 Asynchronously([on_shutdown = std::move(on_shutdown), in CreateListener()
69 Asynchronously( in Connect()
96 Asynchronously(std::move(closure)); in Run()
107 Asynchronously(std::move(closure)); in RunAfter()
121 engine_->Asynchronously([on_resolve = std::move(on_resolve), in LookupHostname()
134 return engine_->Asynchronously( in LookupSRV()
148 return engine_->Asynchronously([on_resolve = std::move(on_resolve), in LookupTXT()
/external/android_onboarding/java/com/android/onboarding/tasks/
DOnboardingTaskManager.kt14 * Executes an onboarding task asynchronously and returns a token for subsequent status queries.
25 * Executes an onboarding task asynchronously and returns a token for subsequent status queries.
38 * Executes an onboarding task asynchronously and waits for its completion, providing the final
55 * Executes an onboarding task asynchronously and waits for its completion, providing the final
75 * Executes an onboarding task asynchronously and waits for its completion, providing the final
94 * Executes an onboarding task asynchronously and waits for its completion, providing the final
143 * Asynchronously waits for the result of a previously initiated onboarding task.
/external/cronet/stable/net/quic/
Dmock_quic_data.h31 // synchronusly or asynchronously based on |mode|.
37 // synchronously or asynchronously based on |mode|. The QuicReceivedPacket
43 // synchronously or asynchronously based on |mode|.
54 // synchronously or asynchronously based on |mode|.
58 // synchronously or asynchronously based on |mode|.
62 // synchronously or asynchronously based on |mode| and return |rv|.
Dquic_chromium_client_stream.h59 // asynchronously when the headers arrive.
67 // and will invoke |callback| asynchronously when data arrive.
76 // returns ERR_IO_PENDING and will invoke |callback| asynchronously when
96 // and invokes |callback| asynchronously when the write completes.
205 // Callback to be invoked when ReadInitialHeaders completes asynchronously.
210 // Callback to be invoked when ReadBody completes asynchronously.
216 // asynchronously.
/external/cronet/tot/net/quic/
Dmock_quic_data.h31 // synchronusly or asynchronously based on |mode|.
37 // synchronously or asynchronously based on |mode|. The QuicReceivedPacket
43 // synchronously or asynchronously based on |mode|.
54 // synchronously or asynchronously based on |mode|.
58 // synchronously or asynchronously based on |mode|.
62 // synchronously or asynchronously based on |mode| and return |rv|.
Dquic_chromium_client_stream.h59 // asynchronously when the headers arrive.
67 // and will invoke |callback| asynchronously when data arrive.
76 // returns ERR_IO_PENDING and will invoke |callback| asynchronously when
96 // and invokes |callback| asynchronously when the write completes.
205 // Callback to be invoked when ReadInitialHeaders completes asynchronously.
210 // Callback to be invoked when ReadBody completes asynchronously.
216 // asynchronously.
/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/
DLoggingSnippets.java74 * Example of asynchronously creating a sink to export logs to a BigQuery dataset (in the {@link
107 /** Example of asynchronously updating a sink. */
139 /** Example of asynchronously getting a sink. */
166 /** Example of asynchronously listing sinks, specifying the page size. */
195 /** Example of asynchronously deleting a sink. */
227 /** Example of asynchronously deleting a log. */
257 /** Example of asynchronously listing monitored resource descriptors, specifying the page size. */
285 * Example of asynchronously creating a metric for logs with severity higher or equal to ERROR.
314 /** Example of asynchronously updating a metric. */
344 /** Example of asynchronously getting a metric. */
[all …]
/external/cronet/stable/net/base/
Dfile_stream.h6 // synchronously or asynchronously with support for seeking to an offset.
7 // Note that even when used asynchronously, only one operation is supported at
50 // Call this method to open the FileStream asynchronously. The remaining
67 // Returns ERR_IO_PENDING and closes the file asynchronously, calling
77 // asynchronously. Upon success, ERR_IO_PENDING is returned and |callback|
85 // asynchronously. Up to buf_len bytes will be copied into buf. (In
107 // asynchronously. Up to buf_len bytes will be written from buf. (In
178 // without explicitly calling Close, the file should be closed asynchronously
/external/cronet/tot/net/base/
Dfile_stream.h6 // synchronously or asynchronously with support for seeking to an offset.
7 // Note that even when used asynchronously, only one operation is supported at
50 // Call this method to open the FileStream asynchronously. The remaining
67 // Returns ERR_IO_PENDING and closes the file asynchronously, calling
77 // asynchronously. Upon success, ERR_IO_PENDING is returned and |callback|
85 // asynchronously. Up to buf_len bytes will be copied into buf. (In
107 // asynchronously. Up to buf_len bytes will be written from buf. (In
178 // without explicitly calling Close, the file should be closed asynchronously
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt13 INITIAL | Connect to the pipe asynchronously.
14 | If connection is successfully queued up asynchronously,
26 CONNECTED | Read from the pipe asynchronously.
27 | If read request is successfully queued up asynchronously,
36 | reply to the pipe asynchronously.
37 | If write request is successfully queued up asynchronously,
45 WRITE_DONE | Read from the pipe asynchronously (for an ACK).
/external/webrtc/sdk/objc/components/capturer/
DRTCCameraVideoCapturer.h36 // Starts the capture session asynchronously and notifies callback on completion.
44 // Stops the capture session asynchronously and notifies callback on completion.
47 // Starts the capture session asynchronously.
51 // Stops the capture session asynchronously.
/external/pigweed/pw_multibuf/public/pw_multibuf/
Dallocator_async.h38 /// Asynchronously allocates a ``MultiBuf`` of exactly ``size`` bytes.
49 /// Asynchronously allocates a ``MultiBuf`` of at least
61 /// Asynchronously allocates a contiguous ``MultiBuf`` of exactly ``size``
73 /// Asynchronously allocates an ``OwnedChunk`` of at least
85 /// An object that asynchronously yields a ``MultiBuf`` when ``Pend``ed.
/external/webrtc/sdk/objc/helpers/
DRTCDispatcher.h27 /** Dispatcher that asynchronously dispatches blocks to a specific
35 /** Dispatch the block asynchronously on the queue for dispatchType.
37 * @param block The block to dispatch asynchronously.
/external/webrtc/rtc_base/
Dmdns_responder_interface.h33 // Asynchronously creates and returns a new name via `callback` for `addr` if
40 // there is a map created previously via CreateNameForAddress; asynchronously
44 // asynchronously.
/external/cronet/stable/net/socket/
Dfuzzed_socket.h28 // can succeed synchronously or asynchronously, can write some or all of the
51 // It can fail or succeed, and return synchronously or asynchronously. If
108 // or asynchronously.
118 // error asynchronously, until it becomes false, at which point they'll return
/external/cronet/tot/components/cronet/android/test/src/org/chromium/net/
DTestUploadDataStreamHandler.java32 // Waits for checkIfInitCallbackInvoked() returns result asynchronously.
34 // Waits for checkIfReadCallbackInvoked() returns result asynchronously.
82 * Checks that {@link #onInitCompleted} has not invoked asynchronously
93 * Checks that {@link #onReadCompleted} has not been invoked asynchronously
/external/cronet/tot/net/socket/
Dfuzzed_socket.h28 // can succeed synchronously or asynchronously, can write some or all of the
51 // It can fail or succeed, and return synchronously or asynchronously. If
108 // or asynchronously.
118 // error asynchronously, until it becomes false, at which point they'll return
/external/cronet/stable/components/cronet/android/test/src/org/chromium/net/
DTestUploadDataStreamHandler.java32 // Waits for checkIfInitCallbackInvoked() returns result asynchronously.
34 // Waits for checkIfReadCallbackInvoked() returns result asynchronously.
82 * Checks that {@link #onInitCompleted} has not invoked asynchronously
93 * Checks that {@link #onReadCompleted} has not been invoked asynchronously
/external/pigweed/pw_rpc/
Dlibraries.rst20 RPCs can be invoked asynchronously through callbacks or synchronously
33 The callback-based API supports invoking RPCs asynchronously.
44 RPCs can be invoked asynchronously through callbacks or
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dasync_2.cpp13 // A function to asynchronously read a single line from an input stream.
22 // Post a function object to do the work asynchronously. in async_getline()
40 // A function to asynchronously read multiple lines from an input stream.
/external/cronet/tot/crypto/
Duser_verifying_key.h133 // called from any thread as the work is done asynchronously on a
143 // any thread as the work is done asynchronously on a high-priority thread
150 // Deletes a user verifying signing key. Work is be done asynchronously on a
170 // asynchronously.
/external/oboe/src/common/
DFilterAudioStream.h79 * Start the stream asynchronously. Returns immediately (does not block). Equivalent to calling
87 * Pause the stream asynchronously. Returns immediately (does not block). Equivalent to calling
95 * Flush the stream asynchronously. Returns immediately (does not block). Equivalent to calling
103 * Stop the stream asynchronously. Returns immediately (does not block). Equivalent to calling
/external/cronet/stable/crypto/
Duser_verifying_key.h133 // called from any thread as the work is done asynchronously on a
143 // any thread as the work is done asynchronously on a high-priority thread
150 // Deletes a user verifying signing key. Work is be done asynchronously on a
170 // asynchronously.
/external/aws-sdk-java-v2/docs/design/core/event-streaming/alternate-syntax/
DREADME.md36 * Methods enabling reading individual events asynchronously, as they are received.
47 * Methods enabling writing individual events asynchronously.
102 // Begin sending the audio data to transcribe, asynchronously
130 // Asynchronously log response transcription events, as we receive them

12345678910>>...84