Home
last modified time | relevance | path

Searched refs:event (Results 1126 - 1150 of 9956) sorted by relevance

1...<<41424344454647484950>>...399

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_vsync.c19 _mali_uk_vsync_event event = (_mali_uk_vsync_event)args->event; in _mali_ukk_vsync_event_report() local
20 MALI_IGNORE(event); /* event is not used for release code, and that is OK */ in _mali_ukk_vsync_event_report()
27 if (event == _MALI_UK_VSYNC_EVENT_BEGIN_WAIT) { in _mali_ukk_vsync_event_report()
34 if (event == _MALI_UK_VSYNC_EVENT_END_WAIT) { in _mali_ukk_vsync_event_report()
42 MALI_DEBUG_PRINT(4, ("Received VSYNC event: %d\n", event)); in _mali_ukk_vsync_event_report()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_vsync.c20 mali_uk_vsync_event event = (mali_uk_vsync_event)args->event; in _mali_ukk_vsync_event_report() local
21 MALI_IGNORE(event); /* event is not used for release code, and that is OK */ in _mali_ukk_vsync_event_report()
28 if (event == MALI_UK_VSYNC_EVENT_BEGIN_WAIT) { in _mali_ukk_vsync_event_report()
34 if (event == MALI_UK_VSYNC_EVENT_END_WAIT) { in _mali_ukk_vsync_event_report()
40 MALI_DEBUG_PRINT(MALI_KERNEL_LEVEL_CODE, ("Received VSYNC event: %d\n", event)); in _mali_ukk_vsync_event_report()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.cpp61 void LongPressRecognizer::HandleTouchDownEvent(const TouchEvent& event) in HandleTouchDownEvent() argument
63 if (isDisableMouseLeft_ && event.sourceType == SourceType::MOUSE) { in HandleTouchDownEvent()
65 AddToReferee(event.id, AceType::Claim(this)); in HandleTouchDownEvent()
73 if (isForDrag_ && event.sourceType == SourceType::MOUSE) { in HandleTouchDownEvent()
80 globalPoint_ = Point(event.x, event.y); in HandleTouchDownEvent()
82 touchMap_[event.id] = event; in HandleTouchDownEvent()
84 AddToReferee(event.id, AceType::Claim(this)); in HandleTouchDownEvent()
96 state_, event in HandleTouchDownEvent()
100 HandleTouchUpEvent(const TouchEvent& event) HandleTouchUpEvent() argument
121 HandleTouchMoveEvent(const TouchEvent& event) HandleTouchMoveEvent() argument
143 HandleTouchCancelEvent(const TouchEvent& event) HandleTouchCancelEvent() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c47 static void TransactBtSubnetState(LnnPhysicalSubnet *subnet, BtSubnetManagerEvent event, bool isAccepted) in TransactBtSubnetState() argument
54 subnet->status = transactMap[event][isAccepted ? BT_EVENT_RESULT_ACCEPTED : BT_EVENT_RESULT_REJECTED]; in TransactBtSubnetState()
176 BtSubnetManagerEvent event = BT_SUBNET_MANAGER_EVENT_MAX; in OnBtNetifStatusChanged() local
179 event = GetBtRegistEvent(); in OnBtNetifStatusChanged()
181 if (event != BT_SUBNET_MANAGER_EVENT_IF_READY) { in OnBtNetifStatusChanged()
186 event = GetBtStatusChangedEvent(btState); in OnBtNetifStatusChanged()
192 switch (event) { in OnBtNetifStatusChanged()
206 LNN_LOGW(LNN_BUILDER, "discard unexpected event. event=%{public}d", event); in OnBtNetifStatusChanged()
272 LnnMonitorHbStateChangedEvent *event = (LnnMonitorHbStateChangedEvent *)info; BtStateChangedEvtHandler() local
301 const LnnMonitorBtAclStateChangedEvent *event = (const LnnMonitorBtAclStateChangedEvent *)info; BtAclStateChangedEvtHandler() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dpyperf.h178 Event* event = bpf_map_lookup_elem(&eventmap, &zero); in __on_event() local
179 if (!event) in __on_event()
182 event->pid = pid; in __on_event()
184 event->tid = (pid_t)pid_tgid; in __on_event()
185 bpf_get_current_comm(&event->comm, sizeof(event->comm)); in __on_event()
187 event->user_stack_id = bpf_get_stackid(ctx, &stackmap, BPF_F_USER_STACK); in __on_event()
188 event->kernel_stack_id = bpf_get_stackid(ctx, &stackmap, 0); in __on_event()
200 event->thread_current = thread_state == thread_state_current; in __on_event()
212 event in __on_event()
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dring_buffer_benchmark.c87 struct ring_buffer_event *event; in read_event() local
91 event = ring_buffer_consume(buffer, cpu, &ts, NULL); in read_event()
92 if (!event) in read_event()
95 entry = ring_buffer_event_data(event); in read_event()
107 struct ring_buffer_event *event; in read_page() local
123 /* The commit may have missed event flags set, clear them */ in read_page()
133 event = (void *)&rpage->data[i]; in read_page()
134 switch (event->type_len) { in read_page()
137 if (!event->time_delta) in read_page()
139 inc = event in read_page()
249 struct ring_buffer_event *event; ring_buffer_producer() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.cpp22 #include "event/event_manager.h"
55 int32_t InteractionManager::HandleEvent(SharingEvent &event) in HandleEvent() argument
58 RETURN_INVALID_IF_NULL(event.eventMsg); in HandleEvent()
59 SHARING_LOGI("fromMgr: %{public}u, srcId: %{public}u, toMgr: %{public}u, dstId: %{public}u, event: %{public}s.", in HandleEvent()
60 event.eventMsg->fromMgr, event.eventMsg->srcId, event.eventMsg->toMgr, event.eventMsg->dstId, in HandleEvent()
61 std::string(magic_enum::enum_name(event.eventMsg->type)).c_str()); in HandleEvent()
62 switch (event in HandleEvent()
166 OnEvent(SharingEvent &event) OnEvent() argument
[all...]
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dswitch_event_input_subscribe_manager_test.cpp43 bool HandleKeyEvent(const std::shared_ptr<KeyEvent> event) override
47 bool HandlePointerEvent(const std::shared_ptr<PointerEvent> event) override
62 auto func = [](std::shared_ptr<SwitchEvent> event) { in HWTEST_F()
63 MMI_HILOGD("Subscribe switch event success, type:%{public}d, value:%{public}d", in HWTEST_F()
64 event->GetSwitchType(), event->GetSwitchValue()); in HWTEST_F()
84 auto func = [](std::shared_ptr<SwitchEvent> event) { in HWTEST_F()
85 MMI_HILOGD("Subscribe switch event success, type:%{public}d, value:%{public}d", in HWTEST_F()
86 event->GetSwitchType(), event in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_handler.cpp38 MMI_HILOGD("Key event is filtered"); in HandleKeyEvent()
63 MMI_HILOGD("Touch event is filtered"); in HandleTouchEvent()
156 bool EventFilterHandler::HandleKeyEventFilter(std::shared_ptr<KeyEvent> event) in HandleKeyEventFilter() argument
159 CHKPF(event); in HandleKeyEventFilter()
164 std::vector<KeyEvent::KeyItem> keyItems = event->GetKeyItems(); in HandleKeyEventFilter()
175 if (i.filter->HandleKeyEvent(event)) { in HandleKeyEventFilter()
183 bool EventFilterHandler::HandlePointerEventFilter(std::shared_ptr<PointerEvent> event) in HandlePointerEventFilter() argument
186 CHKPF(event); in HandlePointerEventFilter()
192 int32_t pointerId = event->GetPointerId(); in HandlePointerEventFilter()
193 if (!event in HandlePointerEventFilter()
211 TouchPadKnuckleDoubleClickHandle(std::shared_ptr<KeyEvent> event) TouchPadKnuckleDoubleClickHandle() argument
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dfold_screen_sensor_manager.cpp30 static void SensorPostureDataCallback(SensorEvent *event) in SensorPostureDataCallback() argument
32 OHOS::Rosen::FoldScreenSensorManager::GetInstance().HandlePostureData(event); in SensorPostureDataCallback()
35 static void SensorHallDataCallback(SensorEvent *event) in SensorHallDataCallback() argument
37 OHOS::Rosen::FoldScreenSensorManager::GetInstance().HandleHallData(event); in SensorHallDataCallback()
124 void FoldScreenSensorManager::HandlePostureData(const SensorEvent * const event) in HandlePostureData() argument
126 if (event == nullptr) { in HandlePostureData()
130 if (event[SENSOR_EVENT_FIRST_DATA].data == nullptr) { in HandlePostureData()
134 if (event[SENSOR_EVENT_FIRST_DATA].dataLen < sizeof(PostureData)) { in HandlePostureData()
138 PostureData *postureData = reinterpret_cast<PostureData *>(event[SENSOR_EVENT_FIRST_DATA].data); in HandlePostureData()
162 void FoldScreenSensorManager::HandleHallData(const SensorEvent * const event) in HandleHallData() argument
[all...]
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H A Dftrace2bconf.sh67 event=${p#*/}
74 emit_kv $PREFIX.event.kprobes.$event.probes += $args
79 cat $TRACEFS/synthetic_events | while read event fields; do
80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"`
88 defined_vars() { # event-dir
95 per_event_options() { # event-dir
97 # Check the special event which has no filter and no trigger
113 emit_kv $PREFIX.event
[all...]
/kernel/linux/linux-6.6/arch/x86/events/amd/
H A Dbrs.c29 pmc:3, /* #PMC holding the sampling event */
81 static int amd_brs_setup_filter(struct perf_event *event) in amd_brs_setup_filter() argument
83 u64 type = event->attr.branch_sample_type; in amd_brs_setup_filter()
101 int amd_brs_hw_config(struct perf_event *event) in amd_brs_hw_config() argument
109 if (!is_sampling_event(event)) in amd_brs_hw_config()
115 * to allow sampling on BRS with an event that does not match in amd_brs_hw_config()
117 * Otherwise the correlation with the event's period is even in amd_brs_hw_config()
122 * With any other event: in amd_brs_hw_config()
128 * Where Y is the occurences of the event while BRS is in amd_brs_hw_config()
135 if (!amd_is_brs_event(event)) in amd_brs_hw_config()
262 amd_brs_match_plm(struct perf_event *event, u64 to) amd_brs_match_plm() argument
284 struct perf_event *event = cpuc->events[0]; amd_brs_drain() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dimage_animator_modifier.cpp328 ArkUINodeEvent event; in SetImageAnimatorOnStart()
329 event.kind = COMPONENT_ASYNC_EVENT; in SetImageAnimatorOnStart()
330 event.extraParam = reinterpret_cast<intptr_t>(extraParam); in SetImageAnimatorOnStart()
331 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_START; in SetImageAnimatorOnStart()
332 SendArkUIAsyncEvent(&event); in SetImageAnimatorOnStart()
342 ArkUINodeEvent event; in SetImageAnimatorOnPause()
343 event.kind = COMPONENT_ASYNC_EVENT; in SetImageAnimatorOnPause()
344 event.extraParam = reinterpret_cast<intptr_t>(extraParam); in SetImageAnimatorOnPause()
345 event.componentAsyncEvent.subKind = ON_IMAGE_ANIMATOR_ON_PAUSE; in SetImageAnimatorOnPause()
346 SendArkUIAsyncEvent(&event); in SetImageAnimatorOnPause()
[all...]
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp74 libinput_event *event = libinput_.Dispatch(); in SetupMouse() local
75 ASSERT_TRUE(event != nullptr); in SetupMouse()
76 ASSERT_EQ(libinput_event_get_type(event), LIBINPUT_EVENT_DEVICE_ADDED); in SetupMouse()
77 struct libinput_device *device = libinput_event_get_device(event); in SetupMouse()
148 libinput_event *event = libinput_.Dispatch(); in HWTEST_F() local
149 ASSERT_TRUE(event != nullptr); in HWTEST_F()
151 struct libinput_device *dev = libinput_event_get_device(event); in HWTEST_F()
154 ASSERT_EQ(MouseEventHdr->OnEvent(event), RET_ERR); in HWTEST_F()
174 libinput_event *event = libinput_.Dispatch(); in HWTEST_F() local
175 ASSERT_TRUE(event ! in HWTEST_F()
210 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
525 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
560 libinput_event *event = libinput_.Dispatch(); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp254 UDSSession::EventTime event; in HWTEST_F() local
255 event.id = 4; in HWTEST_F()
256 event.eventTime = 1000; in HWTEST_F()
257 event.timerId = 5; in HWTEST_F()
260 sesObj.events_[key].push_back(event); in HWTEST_F()
275 UDSSession::EventTime event; in HWTEST_F() local
276 event.id = 4; in HWTEST_F()
277 event.eventTime = 1000; in HWTEST_F()
278 event.timerId = 5; in HWTEST_F()
281 sesObj.events_[key].push_back(event); in HWTEST_F()
298 UDSSession::EventTime event; HWTEST_F() local
326 UDSSession::EventTime event; HWTEST_F() local
349 UDSSession::EventTime event; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dswitch-tracking.c72 union perf_event *event, const char *comm, int nr) in check_comm()
74 if (event->header.type == PERF_RECORD_COMM && in check_comm()
75 (pid_t)event->comm.pid == getpid() && in check_comm()
76 (pid_t)event->comm.tid == getpid() && in check_comm()
77 strcmp(event->comm.comm, comm) == 0) { in check_comm()
79 pr_debug("Duplicate comm event\n"); in check_comm()
83 pr_debug3("comm event: %s nr: %d\n", event->comm.comm, nr); in check_comm()
123 union perf_event *event, in process_sample_event()
131 if (perf_evlist__parse_sample(evlist, event, in process_sample_event()
71 check_comm(struct switch_tracking *switch_tracking, union perf_event *event, const char *comm, int nr) check_comm() argument
122 process_sample_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_sample_event() argument
172 process_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_event() argument
208 union perf_event *event; global() member
212 add_event(struct evlist *evlist, struct list_head *events, union perf_event *event) add_event() argument
264 union perf_event *event; process_events() local
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dswitch-tracking.c75 union perf_event *event, const char *comm, int nr) in check_comm()
77 if (event->header.type == PERF_RECORD_COMM && in check_comm()
78 (pid_t)event->comm.pid == getpid() && in check_comm()
79 (pid_t)event->comm.tid == getpid() && in check_comm()
80 strcmp(event->comm.comm, comm) == 0) { in check_comm()
82 pr_debug("Duplicate comm event\n"); in check_comm()
86 pr_debug3("comm event: %s nr: %d\n", event->comm.comm, nr); in check_comm()
126 union perf_event *event, in process_sample_event()
134 if (evlist__parse_sample(evlist, event, in process_sample_event()
74 check_comm(struct switch_tracking *switch_tracking, union perf_event *event, const char *comm, int nr) check_comm() argument
125 process_sample_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_sample_event() argument
175 process_event(struct evlist *evlist, union perf_event *event, struct switch_tracking *switch_tracking) process_event() argument
211 union perf_event *event; global() member
215 add_event(struct evlist *evlist, struct list_head *events, union perf_event *event) add_event() argument
267 union perf_event *event; process_events() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_monitor.c30 union wpa_event_data event; in handle_tx_callback() local
35 os_memset(&event, 0, sizeof(event)); in handle_tx_callback()
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc); in handle_tx_callback()
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback()
38 event.tx_status.dst = hdr->addr1; in handle_tx_callback()
39 event.tx_status.data = buf; in handle_tx_callback()
40 event.tx_status.data_len = len; in handle_tx_callback()
41 event.tx_status.ack = ok; in handle_tx_callback()
42 wpa_supplicant_event(ctx, EVENT_TX_STATUS, &event); in handle_tx_callback()
51 union wpa_event_data event; from_unknown_sta() local
72 union wpa_event_data event; handle_frame() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_monitor.c30 union wpa_event_data event; in handle_tx_callback() local
35 os_memset(&event, 0, sizeof(event)); in handle_tx_callback()
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc); in handle_tx_callback()
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc); in handle_tx_callback()
38 event.tx_status.dst = hdr->addr1; in handle_tx_callback()
39 event.tx_status.data = buf; in handle_tx_callback()
40 event.tx_status.data_len = len; in handle_tx_callback()
41 event.tx_status.ack = ok; in handle_tx_callback()
42 wpa_supplicant_event(ctx, EVENT_TX_STATUS, &event); in handle_tx_callback()
51 union wpa_event_data event; from_unknown_sta() local
72 union wpa_event_data event; handle_frame() local
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-acpi.c27 "Run edge _AEI event-handlers at boot: 0=no, 1=yes, -1=auto");
41 * struct acpi_gpio_event - ACPI GPIO event handler data
47 * @irq: Linux IRQ number for the event, for request_irq() / free_irq()
51 * @desc: struct gpio_desc for the GPIO pin for this event
89 * OpRegions before the event handlers can run. This list contains GPIO chips
133 struct acpi_gpio_event *event = data; in acpi_gpio_irq_handler() local
135 acpi_evaluate_object(event->handle, NULL, NULL, NULL); in acpi_gpio_irq_handler()
142 struct acpi_gpio_event *event = data; in acpi_gpio_irq_handler_evt() local
144 acpi_execute_simple_method(event->handle, NULL, event in acpi_gpio_irq_handler_evt()
171 acpi_gpiochip_request_irq(struct acpi_gpio_chip *acpi_gpio, struct acpi_gpio_event *event) acpi_gpiochip_request_irq() argument
202 struct acpi_gpio_event *event; acpi_gpiochip_request_irqs() local
267 struct acpi_gpio_event *event; acpi_gpiochip_alloc_event() local
417 struct acpi_gpio_event *event, *ep; acpi_gpiochip_free_interrupts() local
1049 struct acpi_gpio_event *event; acpi_gpio_adr_space_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-acpi.c29 "Run edge _AEI event-handlers at boot: 0=no, 1=yes, -1=auto");
50 * struct acpi_gpio_event - ACPI GPIO event handler data
56 * @irq: Linux IRQ number for the event, for request_irq() / free_irq()
60 * @desc: struct gpio_desc for the GPIO pin for this event
122 * OpRegions before the event handlers can run. This list contains GPIO chips
191 struct acpi_gpio_event *event = data; in acpi_gpio_irq_handler() local
193 acpi_evaluate_object(event->handle, NULL, NULL, NULL); in acpi_gpio_irq_handler()
200 struct acpi_gpio_event *event = data; in acpi_gpio_irq_handler_evt() local
202 acpi_execute_simple_method(event->handle, NULL, event in acpi_gpio_irq_handler_evt()
252 acpi_gpiochip_request_irq(struct acpi_gpio_chip *acpi_gpio, struct acpi_gpio_event *event) acpi_gpiochip_request_irq() argument
282 struct acpi_gpio_event *event; acpi_gpiochip_request_irqs() local
413 struct acpi_gpio_event *event; acpi_gpiochip_alloc_event() local
571 struct acpi_gpio_event *event, *ep; acpi_gpiochip_free_interrupts() local
1179 struct acpi_gpio_event *event; acpi_gpio_adr_space_handler() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dhv-gpci.c34 * used depends on the event. See REQUEST_IDX_KIND in hv-gpci-requests.h
718 * we verify offset and length are within the zeroed buffer at event in single_gpci_request()
731 static u64 h_gpci_get_value(struct perf_event *event) in h_gpci_get_value() argument
734 unsigned long ret = single_gpci_request(event_get_request(event), in h_gpci_get_value()
735 event_get_starting_index(event), in h_gpci_get_value()
736 event_get_secondary_index(event), in h_gpci_get_value()
737 event_get_counter_info_version(event), in h_gpci_get_value()
738 event_get_offset(event), in h_gpci_get_value()
739 event_get_length(event), in h_gpci_get_value()
746 static void h_gpci_event_update(struct perf_event *event) in h_gpci_event_update() argument
754 h_gpci_event_start(struct perf_event *event, int flags) h_gpci_event_start() argument
759 h_gpci_event_stop(struct perf_event *event, int flags) h_gpci_event_stop() argument
764 h_gpci_event_add(struct perf_event *event, int flags) h_gpci_event_add() argument
772 h_gpci_event_init(struct perf_event *event) h_gpci_event_init() argument
[all...]
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dengine_event_callback.cpp38 const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &event) in OnEvent()
41 event.msgId, in OnEvent()
42 event.result, in OnEvent()
43 event.info.c_str()); in OnEvent()
45 if (event.msgId == HDI::IntelligentVoice::Engine::V1_0::INTELL_VOICE_ENGINE_MSG_INIT_DONE) { in OnEvent()
46 EXPECT_EQ(event.result, HDI::IntelligentVoice::Engine::V1_0::INTELL_VOICE_ENGINE_OK); in OnEvent()
52 if (event.msgId == HDI::IntelligentVoice::Engine::V1_0::INTELL_VOICE_ENGINE_MSG_ENROLL_COMPLETE) { in OnEvent()
53 EXPECT_EQ(event.result, HDI::IntelligentVoice::Engine::V1_0::INTELL_VOICE_ENGINE_OK); in OnEvent()
64 if (event.msgId == HDI::IntelligentVoice::Engine::V1_0::INTELL_VOICE_ENGINE_MSG_COMMIT_ENROLL_COMPLETE) { in OnEvent()
65 EXPECT_EQ(event in OnEvent()
37 OnEvent( const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &event) OnEvent() argument
[all...]
/foundation/multimodalinput/input/service/event_handler/include/
H A Dinput_event_handler.h42 using EventFun = std::function<int32_t(libinput_event *event)>;
49 void OnEvent(void *event, int64_t frameTime);
67 void UpdateDwtRecord(libinput_event *event);
68 void UpdateDwtTouchpadRecord(libinput_event *event);
69 void UpdateDwtKeyboardRecord(libinput_event *event);
73 bool IsTouchpadMistouch(libinput_event *event);
74 bool IsTouchpadButtonMistouch(libinput_event *event);
75 bool IsTouchpadTapMistouch(libinput_event *event);
76 bool IsTouchpadMotionMistouch(libinput_event *event);
77 bool IsTouchpadPointerMotionMistouch(libinput_event *event);
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine_provider/src/
H A Dav_sender_engine_provider_test.cpp45 virtual int32_t OnProviderEvent(const AVTransEvent &event) in OnProviderEvent() argument
47 (void)event; in OnProviderEvent()
92 AVTransEvent event = {EventType::EVENT_ADD_STREAM, ownerName, peerDevId}; in HWTEST_F() local
94 avSendProTest_->OnChannelEvent(event); in HWTEST_F()
98 event.type = EventType::EVENT_CHANNEL_OPENED; in HWTEST_F()
99 avSendProTest_->OnChannelEvent(event); in HWTEST_F()
101 event.type = EventType::EVENT_CHANNEL_CLOSED; in HWTEST_F()
102 avSendProTest_->OnChannelEvent(event); in HWTEST_F()
104 event.type = EventType::EVENT_START_SUCCESS; in HWTEST_F()
105 avSendProTest_->OnChannelEvent(event); in HWTEST_F()
[all...]

Completed in 13 milliseconds

1...<<41424344454647484950>>...399