Home
last modified time | relevance | path

Searched full:streamed (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/aosp_15_r20/development/samples/VirtualDeviceManager/
H A DREADME.md24 launch apps on the virtual device, which are streamed to the client.
34 difference in the behavior when they are streamed to a virtual device.
133 the streamed apps and the virtual device in general.
214 - **Hide streamed app from recents**: Whether streamed apps should show up in
276 - **Display rotation**: Whether orientation change requests from streamed apps
280 any streamed apps on that display will be letterboxed/pillarboxed if they
390 ### Streamed displays
397 the display of the streamed activity. The "Resize" button can be used to
402 back button/gestures are sent back to the streamed app. Use Volume Down on
404 streamed display is a home display.
[all …]
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/android/hardware/bluetooth/audio/
H A DSessionType.aidl36 * Used when audio is encoded by the Bluetooth Stack and is streamed to LE
41 * Used when audio is decoded by the Bluetooth Stack and is streamed to LE
46 * Used when audio is encoded by hardware offload and is streamed to LE
51 * Used when audio is decoded by hardware offload and is streamed to LE
56 * Used when audio is encoded by the Bluetooth stack and is streamed to LE
61 * Used when audio is encoded by hardware offload and is streamed to LE
82 * Used when encoded and decoded by hardware offload and is streamed to HFP device.
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/tests/gen6/
H A Dsend.asm84 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 0 { align16 1Q };
86 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 0 mlen 1 rlen 1 { align16 1Q };
184 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align16 1Q };
192 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 0 { align16 1Q };
194 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 0 { align16 1Q };
196 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 3 mlen 1 rlen 0 { align16 1Q };
198 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 4 mlen 1 rlen 0 { align16 1Q };
200 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 1 { align16 1Q };
370 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 2 mlen 1 rlen 1 { align16 1Q };
386 … render MsgDesc: streamed VB write MsgCtrl = 0x0 Surface = 5 mlen 1 rlen 0 { align16 1Q };
[all …]
/aosp_15_r20/frameworks/base/core/java/android/service/voice/
H A DVisualQueryDetectionService.java235 * On streamed query should be rejected, clients should call
236 * {@link VisualQueryDetectionService#rejectQuery()} to abandon query streamed to the
239 * On streamed query is finished, clients should call
240 * {@link VisualQueryDetectionService#finishQuery()} to complete query streamed to
266 * engagement level equals to the maximum value possible so queries can be streamed.
292 * streamed are independent of the attention interactionIntention.
379 * Informs the {@link VisualQueryDetector} to abandon the streamed partial query that has
384 * @throws IllegalStateException if method called without query streamed.
396 * Informs {@link VisualQueryDetector} with the metadata to complete the streamed partial
401 * @throws IllegalStateException if method called without query streamed.
H A DVisualQueryDetector.java115 * {@link VisualQueryDetector.Callback#onQueryFinished()} is called. If the current streamed
117 * the streamed query.
318 * @param partialQuery The partial query in a text form being streamed.
326 * @param partialResult The partial query in a text form being streamed.
334 * Called when the {@link VisualQueryDetectionService} decides to abandon the streamed
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DMethod.php31 * If true, the request is streamed.
43 * If true, the response is streamed.
72 * If true, the request is streamed.
76 * If true, the response is streamed.
141 * If true, the request is streamed.
152 * If true, the request is streamed.
193 * If true, the response is streamed.
204 * If true, the response is streamed.
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DMethod.php31 * If true, the request is streamed.
43 * If true, the response is streamed.
72 * If true, the request is streamed.
76 * If true, the response is streamed.
141 * If true, the request is streamed.
152 * If true, the request is streamed.
193 * If true, the response is streamed.
204 * If true, the response is streamed.
/aosp_15_r20/external/apache-http/src/org/apache/http/
H A DHttpEntity.java47 * <li><b>streamed</b>: The content is received from a stream, or
50 * {@link #isStreaming Streamed} entities are generally not
62 * using the HTTP components framework, the difference between streamed
64 * to consider non-repeatable entities as streamed, and those that are
163 * Streamed entities should return <code>true</code> until the
168 * The content of a streamed entity is consumed when the stream
171 * If a streamed entity can not detect whether the stream has been
175 * @return <code>true</code> if the entity content is streamed and
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
H A DHttpStreamsHandler.java54 * The incoming message that is currently being streamed out to a subscriber.
58 …* we need to track what the current message that's being streamed out is so that we can ignore it …
59 * currently being streamed out.
96 * Create a streamed incoming message with the given stream.
133 * Subscribe the given subscriber to the given streamed message.
305 StreamedHttpMessage streamed = (StreamedHttpMessage) out.message; in unbufferedWrite() local
330 subscribeSubscriberToStream(streamed, subscriber); in unbufferedWrite()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/doc/reference/adaptors/
Dformatted.qbk20 This adaptor produces a range that can be output streamed to a
23 streamed would be "{0,1,2,3,4,5}". The prefix, separator and postfix may be
31 …* `sep` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Char,T…
32 …* `prefix` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Cha…
33 …* `postfix` has a type that is CopyConstructible and able to be streamed to `std::basic_ostream<Ch…
/aosp_15_r20/external/abseil-cpp/absl/log/
H A Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
173 // destroyed, regardless of whether any data were streamed in.
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/
H A Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
173 // destroyed, regardless of whether any data were streamed in.
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
173 // destroyed, regardless of whether any data were streamed in.
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dhybrid_end2end_test.cc561 // Add a second service with one sync streamed unary method.
573 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho()
600 // Add a second service that is fully Streamed Unary
611 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho()
650 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream()
679 // Add a second service that is fully split server streamed
690 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream()
719 // Add a second service that is fully server streamed
729 gpr_log(GPR_INFO, "Streamed Unary Next Message Size is %u", next_msg_sz); in StreamedEcho()
742 gpr_log(GPR_INFO, "Split Streamed Next Message Size is %u", next_msg_sz); in StreamedResponseStream()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/
H A Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dlog_streamer.h46 // `std::ostream` that buffers everything that's streamed in. The buffer's
48 // If nothing is streamed in, an empty message is logged. If the specified
50 // the `LogStreamer` is destroyed regardless of whether any data were streamed
65 // // This logs a single line containing data streamed by all three function
163 // regardless of whether any data were streamed in.
/aosp_15_r20/tools/netsim/proto/netsim/
H A Dpacket_streamer.proto50 // The streamed data for an attached hci radio chip
52 // The streamed data for other radio chips
61 // The streamed data for an attached hci radio chip
63 // The streamed data for other radio chips
/aosp_15_r20/external/vogar/src/vogar/
H A DConsole.java90 * When writing verbose output in the middle of streamed output, keep in verbose()
91 * the streamed mark location. That way we can remove the verbose output in verbose()
92 * later without losing our position mid-line in the streamed output. in verbose()
149 * Hook to flush anything streamed via {@link #streamOutput}.
393 * The line contains streamed application output. Additional streamed
/aosp_15_r20/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordAudioStreamCopier.java158 // We are including the non-streamed initial audio in startCopyingAudioStreams()
253 // We are including the non-streamed initial audio in run()
262 + " bytes NOT streamed), total metadata bundle size bytes: " in run()
269 // We are including the non-streamed initial audio in run()
282 + " bytes NOT streamed), total metadata bundle size bytes: " in run()
H A DVisualQueryDetectorSession.java288 + " no active query being streamed."); in startPerceivingLocked()
292 "Cannot send FINISHED signal with no query streamed.")); in startPerceivingLocked()
306 + " no active query being streamed."); in startPerceivingLocked()
310 "Cannot send REJECTED signal with no query streamed.")); in startPerceivingLocked()
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dhealthcare_v1.projects.locations.datasets.fhirStores.html148 …ing configs. After a new config is added, the next resource mutation is streamed to the new locati…
150streamed. One resolution in this case is to delete the incompatible table and let the server recre…
197 …ing configs. After a new config is added, the next resource mutation is streamed to the new locati…
199streamed. One resolution in this case is to delete the incompatible table and let the server recre…
424 …ing configs. After a new config is added, the next resource mutation is streamed to the new locati…
426streamed. One resolution in this case is to delete the incompatible table and let the server recre…
577 …ing configs. After a new config is added, the next resource mutation is streamed to the new locati…
579streamed. One resolution in this case is to delete the incompatible table and let the server recre…
644 …ing configs. After a new config is added, the next resource mutation is streamed to the new locati…
646streamed. One resolution in this case is to delete the incompatible table and let the server recre…
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp203 // Check if any attributes need to be streamed, determines if the index range needs to be in syncDrawState()
212 // Determine if an index buffer needs to be streamed and the range of vertices that need to be in syncDrawState()
287 // Need to check the range of indices if attributes need to be streamed in syncIndexData()
291 // Only compute the index range if the attributes also need to be streamed in syncIndexData()
317 // Only compute the index range if the attributes also need to be streamed in syncIndexData()
403 // Sync the vertex attribute state and track what data needs to be streamed in streamAttributes()
562 // Update the state to track the streamed attribute in streamAttributes()
/aosp_15_r20/external/grpc-grpc/examples/php/echo/
H A Decho.proto75 // One request followed by a sequence of responses (streamed download).
80 // One request followed by a sequence of responses (streamed download).
85 // A sequence of requests followed by one response (streamed upload).
/aosp_15_r20/external/googleapis/google/assistant/embedded/v1alpha1/
H A Dembedded_assistant.proto35 // streamed requests and responses.
37 // responds *What do you want to add?*. The sequence of streamed requests and
53 // connection call to the `Converse` method, again with streamed requests and
248 // `ConverseResponse` messages are streamed back to the client.

12345678910>>...47