Home
last modified time | relevance | path

Searched +defs:event +defs:stream (Results 151 – 175 of 1430) sorted by relevance

12345678910>>...58

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/log/
DLogRegistry.java156 try (InputStream stream = source.createInputStream()) { in dumpToGlobalLog()
255 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent()
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js406 #onStreamChange(stream) { argument
1095 recorder.ondataavailable = event => recordedData.push(event.data); argument
1096 recorder.onstop = event => { argument
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/
H A DVtsHalAudioCoreModuleTargetTest.cpp731 std::string toString(StreamEventReceiver::Event event) { in toString() argument
1210 void putLastEvent(Event event) { in putLastEvent()
1217 void putLastEvent_l(Event event) REQUIRES(mLock) { in putLastEvent_l()
1238 static ndk::ScopedAStatus callClose(std::shared_ptr<Stream> stream) { in callClose()
3233 StreamFixture<Stream> stream; in GetStreamCommon() local
3251 StreamFixture<Stream> stream; in CloseTwice() local
3266 StreamFixture<Stream> stream; in PrepareToCloseTwice() local
3290 StreamFixture<Stream> stream; in OpenAllConfigs() local
3301 WithStream<Stream> stream(portConfig.value()); in OpenInvalidBufferSize() local
3312 StreamFixture<Stream> stream(!IOTraits<Stream>::is_input); in OpenInvalidDirection() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DCachingHostAllocator.h161 for (auto stream : block->streams_) { in free() local
284 auto& event = processed->first; in process_events() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_api_min_max.cpp124 cl_event event; in test_min_max_thread_dimensions() local
282 cl_event event; in test_min_max_read_image_args() local
447 cl_event event; in test_min_max_write_image_args() local
1199 cl_event event; in test_min_max_parameter_size() local
1447 cl_event event; in test_min_max_samplers() local
1522 clMemWrapper stream = in test_min_max_samplers() local
1573 cl_event event; in test_min_max_constant_buffer_size() local
1776 cl_event event; in test_min_max_constant_args() local
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DProvisioningTest.kt1400 val event = personalInstance.events().broadcastReceived() in <lambda>() constant
1432 val event = personalInstance.events().broadcastReceived() in <lambda>() constant
1548 val stream = ByteArrayOutputStream() in <lambda>() constant
/aosp_15_r20/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java71 public void onEvent(int event, String path) { in onEvent()
628 try (DirectoryStream<Path> stream = Files.newDirectoryStream(dir)) { in getChildren()
759 try (DirectoryStream<Path> stream = Files.newDirectoryStream(obj.getPath())) { in handleAddedObject()
896 try (DirectoryStream<Path> stream = Files.newDirectoryStream(obj.getPath())) { in checkConsistency()
/aosp_15_r20/external/curl/lib/vquic/
H A Dcurl_ngtcp2.c210 static void h3_stream_ctx_free(struct h3_stream_ctx *stream) in h3_stream_ctx_free()
217 static void h3_stream_hash_free(void *stream) in h3_stream_hash_free()
227 struct h3_stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_setup() local
256 struct h3_stream_ctx *stream) in cf_ngtcp2_stream_close()
279 struct h3_stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_data_done() local
295 struct h3_stream_ctx *stream; in get_stream_easy() local
325 struct h3_stream_ctx *stream = H3_STREAM_CTX(ctx, data); in h3_drain_stream() local
522 struct h3_stream_ctx *stream = H3_STREAM_CTX_ID(ctx, stream_id); in cb_recv_stream_data() local
663 struct h3_stream_ctx *stream; in cb_extend_max_stream_data() local
856 struct h3_stream_ctx *stream = H3_STREAM_CTX(ctx, data); in cf_ngtcp2_adjust_pollset() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsUltrasonicsArray.cpp259 Return<EvsResult> EvsUltrasonicsArray::startStream( in startStream()
537 EvsEventDesc event; in generateDataFrames() local
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/
H A DHalProxy.cpp293 Return<Result> HalProxy::injectSensorData_2_1(const V2_1::Event& event) { in injectSensorData_2_1()
297 Return<Result> HalProxy::injectSensorData(const V1_0::Event& event) { in injectSensorData()
362 std::ostringstream stream; in debug() local
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachine.java562 try (FileOutputStream stream = new FileOutputStream(vm.mInstanceIdPath)) { in create()
973 public boolean sendKeyEvent(KeyEvent event) { in sendKeyEvent()
992 public boolean sendMouseEvent(MotionEvent event) { in sendMouseEvent()
1004 private boolean sendMouseEventInternal(MotionEvent event) { in sendMouseEventInternal()
1092 public boolean sendMultiTouchEvent(MotionEvent event) { in sendMultiTouchEvent()
1104 private boolean sendMultiTouchEventInternal(MotionEvent event) { in sendMultiTouchEventInternal()
1209 public boolean sendTrackpadEvent(MotionEvent event) { in sendTrackpadEvent()
1221 private boolean sendTrackpadEventInternal(MotionEvent event) { in sendTrackpadEventInternal()
1546 Pair<InputEventType, MotionEvent> event = in run() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp380 status_t AudioSystem::setStreamVolume(audio_stream_type_t stream, float value, in setStreamVolume()
389 status_t AudioSystem::setStreamMute(audio_stream_type_t stream, bool mute) { in setStreamMute()
701 audio_io_config_event_t event = VALUE_OR_RETURN_BINDER_STATUS( in ioConfigChanged() local
1262 audio_io_handle_t AudioSystem::getOutput(audio_stream_type_t stream) { in getOutput()
1281 audio_stream_type_t* stream, in getOutputForAttr()
1500 status_t AudioSystem::initStreamVolume(audio_stream_type_t stream, in initStreamVolume()
1515 status_t AudioSystem::setStreamVolumeIndex(audio_stream_type_t stream, in setStreamVolumeIndex()
1531 status_t AudioSystem::getStreamVolumeIndex(audio_stream_type_t stream, in getStreamVolumeIndex()
1609 product_strategy_t AudioSystem::getStrategyForStream(audio_stream_type_t stream) { in getStrategyForStream()
1708 status_t AudioSystem::isStreamActive(audio_stream_type_t stream, bool* state, uint32_t inPastMs) { in isStreamActive()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc967 const bluetooth::hci::iso_manager::cis_establish_cmpl_evt* event) override { in ProcessHciNotifCisEstablished()
1131 const bluetooth::hci::iso_manager::cis_disconnected_evt* event) override { in ProcessHciNotifCisDisconnected()
2516 std::stringstream stream; in PrepareAndSendRelease() local
2714 std::stringstream stream; in PrepareAndSendReceiverStartReady() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java947 public boolean injectInputEvent(InputEvent event, int mode) { in injectInputEvent()
952 public boolean injectInputEventToTarget(InputEvent event, int mode, int targetUid) { in injectInputEventToTarget()
1002 public VerifiedInputEvent verifyInputEvent(InputEvent event) { in verifyInputEvent()
2487 final boolean filterInputEvent(InputEvent event, int policyFlags) { in filterInputEvent()
2504 private int interceptKeyBeforeQueueing(KeyEvent event, int policyFlags) { in interceptKeyBeforeQueueing()
2532 long interceptKeyBeforeDispatching(IBinder focus, KeyEvent event, int policyFlags) { in interceptKeyBeforeDispatching()
2562 private KeyEvent dispatchUnhandledKey(IBinder focus, KeyEvent event, int policyFlags) { in dispatchUnhandledKey()
2620 private boolean interceptUnhandledKey(KeyEvent event, IBinder focus) { in interceptUnhandledKey()
2703 try (InputStream stream = new FileInputStream(confFile)) { in getExcludedDeviceNames()
2757 try (final InputStream stream = new FileInputStream(confFile)) { in loadStaticInputPortAssociations()
[all …]
/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp507 int event, in onRecordingConfigurationUpdate()
521 int event, in doOnRecordingConfigurationUpdate()
730 int event, in onRecordingConfigurationUpdate()
2159 status_t AudioPolicyService::AudioCommandThread::volumeCommand(audio_stream_type_t stream, in volumeCommand()
2364 int event, in recordingConfigurationUpdateCommand()
2690 int AudioPolicyService::setStreamVolume(audio_stream_type_t stream, in setStreamVolume()
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java563 public void onInitializeAccessibilityEventInternal(AccessibilityEvent event) { in onInitializeAccessibilityEventInternal()
578 protected void encodeProperties(@NonNull ViewHierarchyEncoder stream) { in encodeProperties()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java434 final ProtoInputStream stream = new ProtoInputStream(is); in parse() local
594 public void onEvent(int event, @Nullable String path) { in onEvent()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate-entitymanager.jar ... ejb/connection/ org/hibernate/ejb/event/ org/hibernate/ejb/instrument/ org ...
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc497 std::string event = get_kprobe_event(kernel_func, attach_type); in detach_kprobe() local
519 std::string event = get_uprobe_event(module, offset, attach_type, pid); in detach_uprobe() local
882 StatusTuple BPF::detach_kprobe_event(const std::string& event, in detach_kprobe_event()
891 StatusTuple BPF::detach_uprobe_event(const std::string& event, in detach_uprobe_event()
1039 std::ostringstream stream; in init() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Djitrt_custom_calls.cc272 se::Stream* stream) { in MaybeBlockAfterFirstRun()
426 se::Stream* stream = run_options->stream(); in operator ()() local
527 se::Stream* stream = run_options->stream(); in operator ()() local
598 se::Stream* stream = run_options->stream(); in operator ()() local
970 se::Stream* stream = run_options->stream(); in operator ()() local
1038 se::Stream* stream = run_options->stream(); in operator ()() local
1119 se::Stream* stream = run_options->stream(); in operator ()() local
1181 se::Stream* stream = run_options->stream(); in operator ()() local
1252 se::Stream* stream = run_options->stream(); in operator ()() local
1324 se::Stream* stream = run_options->stream(); in operator ()() local
[all …]
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dqconf.cc1013 QTextStream stream(&info); in menuInfo() local
1072 QTextStream stream(&debug); in debug_info() local
1162 QTextStream *stream = reinterpret_cast<QTextStream *>(data); in expr_print_help() local
1220 void ConfigInfoView::contextMenuEvent(QContextMenuEvent *event) in contextMenuEvent()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSocketTest.java47 public void handshakeCompleted(HandshakeCompletedEvent event) { in handshakeCompleted()
564 InputStream stream = clientSocket.getInputStream(); in run() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DScriptInterpreter.h263 Event *event, bool &script_error) { in ScriptedThreadPlanExplainsStop()
270 Event *event, bool &script_error) { in ScriptedThreadPlanShouldStop()
291 lldb_private::Stream *stream, in ScriptedThreadPlanGetStopDescription()
/aosp_15_r20/frameworks/av/services/audioflinger/
H A DTracks.cpp317 const sp<audioflinger::SyncEvent>& event) in setSyncEvent()
2043 const sp<audioflinger::SyncEvent>& event) in setSyncEvent()
2401 status_t OutputTrack::start(AudioSystem::sync_event_t event, in start()
2714 status_t PatchTrack::start(AudioSystem::sync_event_t event, in start()
2862 binder::Status RecordHandle::start(int /*AudioSystem::sync_event_t*/ event, in start()
3053 status_t RecordTrack::start(AudioSystem::sync_event_t event, in start()
3186 const sp<audioflinger::SyncEvent>& event) in handleSyncStartEvent()
3550 sp<StreamInHalInterface> stream = obtainStream(&thread); in obtainBuffer() local
3637 sp<StreamInHalInterface> stream = obtainStream(&thread); in getCapturePosition() local
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/filters/census/
H A Dstats_plugin_end2end_test.cc322 auto stream = stub_->BidiStream(&ctx); in TEST_F() local
370 auto stream = stub_->BidiStream(&ctx); in TEST_F() local
613 for (const auto& event : span->annotations().events()) { in IsAnnotationPresent() local

12345678910>>...58