Home
last modified time | relevance | path

Searched defs:button (Results 151 - 175 of 272) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dgpio_keys.c34 const struct gpio_keys_button *button; member
368 const struct gpio_keys_button *button = bdata->button; gpio_keys_gpio_report_event() local
424 const struct gpio_keys_button *button = bdata->button; gpio_keys_gpio_isr() local
502 gpio_keys_setup_key(struct platform_device *pdev, struct input_dev *input, struct gpio_keys_drvdata *ddata, const struct gpio_keys_button *button, int idx, struct fwnode_handle *child) gpio_keys_setup_key() argument
729 struct gpio_keys_button *button; gpio_keys_get_devtree_pdata() local
862 const struct gpio_keys_button *button = &pdata->buttons[i]; gpio_keys_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dwacom_serial4.c311 u8 in_proximity_p, stylus_p, button; in wacom_handle_packet() local
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dkeyspan_remote.c88 u8 button; member
167 static void keyspan_report_button(struct usb_keyspan *remote, int button, int press) in keyspan_report_button() argument
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/
H A Danimator_event_test.cpp184 ArkUI_NodeHandle button = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testKeyframeRegisterOnFinish_001() local
241 ArkUI_NodeHandle button = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testKeyframeRegisterOnEvent_002() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-input_id.c149 int button, axis; in test_pointers() local
[all...]
/third_party/glfw/tests/
H A Devents.c213 static const char* get_button_name(int button) in get_button_name() argument
368 static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in mouse_button_callback() argument
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h217 nk_glfw3_mouse_button_callback(GLFWwindow* window, int button, int action, int mods) in nk_glfw3_mouse_button_callback() argument
/third_party/libinput/src/
H A Devdev-tablet-pad.c333 uint32_t button = e->code; in pad_process_key() local
65 pad_button_is_down(const struct pad_dispatch *pad, uint32_t button) pad_button_is_down() argument
85 pad_button_set_down(struct pad_dispatch *pad, uint32_t button, bool is_down) pad_button_set_down() argument
344 pad_button_get_mode_group(struct pad_dispatch *pad, unsigned int button) pad_button_get_mode_group() argument
391 int32_t button = map_value(map); pad_notify_button_mask() local
[all...]
H A Devdev-tablet-pad-leds.c59 struct pad_mode_toggle_button *button; in pad_mode_toggle_button_new() local
69 pad_mode_toggle_button_destroy(struct pad_mode_toggle_button* button) in pad_mode_toggle_button_destroy() argument
158 struct pad_mode_toggle_button *button; in pad_led_group_destroy() local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_glfw.cpp118 void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window, int button, int action, int mods) in ImGui_ImplGlfw_MouseButtonCallback() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp72 napi_value button = nullptr; in SetNotificationLocalLiveViewContent() local
242 napi_value Common::SetButton(const napi_env &env, const NotificationLocalLiveViewButton &button, napi_value &result) in SetButton() argument
584 NotificationLocalLiveViewButton button; GetNotificationLocalLiveViewButton() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.h116 RefPtr<ButtonComponent> button; member
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp542 UpdateButtonAccessibility( const RefPtr<AccessibilityNode>& node, const RefPtr<RenderButton>& button) UpdateButtonAccessibility() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp305 auto button = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in Padding() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp537 ShowActionMenu(int32_t instanceId, const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp460 auto button = DynamicCast<ButtonComponent>(inputChild_); in CheckSubmitAndResetType() local
470 auto button = DynamicCast<ButtonComponent>(inputChild_); in CheckSubmitAndResetType() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h204 virtual void ShowActionMenu(const std::string& title, const std::vector<ButtonInfo>& button, in ShowActionMenu() argument
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp259 auto button = AceType::DynamicCast<RenderButton>(node->GetParent().Upgrade()); in SetButtonClickColor() local
388 auto button = AceType::MakeRefPtr<ButtonComponent>(children); in BuildCardCalendarTitle() local
460 auto button = AceType::MakeRefPtr<ButtonComponent>(children); InitCardButton() local
[all...]
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h283 OH_NativeXComponent_MouseEventButton button; member
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_avrcp_ct_observer_stub.cpp149 int button = data.ReadInt32(); in OnPressButtonInner() local
152 stub->OnPressButton(RawAddress(addr), button, result); in OnPressButtonInner() local
160 int button = data.ReadInt32(); in OnReleaseButtonInner() local
163 stub->OnReleaseButton(RawAddress(addr), button, result); in OnReleaseButtonInner() local
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp888 PressButton(const RawAddress &device, int32_t button) PressButton() argument
903 ReleaseButton(const RawAddress &device, int32_t button) ReleaseButton() argument
[all...]
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp180 uint32_t button = libinput_event_pointer_get_button(data); in HandleButtonInner() local
248 HandleButtonValueInner(struct libinput_event_pointer *data, uint32_t button, int32_t type) HandleButtonValueInner() argument
802 HandleTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadRightButton() argument
825 HandleTouchpadLeftButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadLeftButton() argument
855 HandleTouchpadTwoFingerButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) HandleTouchpadTwoFingerButton() argument
879 TransTouchpadRightButton(struct libinput_event_pointer *data, const int32_t evenType, uint32_t &button) TransTouchpadRightButton() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dqt1050.c304 struct qt1050_key *button = &ts->keys[0]; in qt1050_apply_fw_data() local
352 struct qt1050_key button; in qt1050_parse_fw() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Daudio_codec.h139 struct gbaudio_jack button; member
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbutton.c195 struct acpi_button *button = acpi_driver_data(device); in acpi_lid_notify_state() local
289 struct acpi_button *button = acpi_driver_data(device); acpi_button_add_fs() local
348 struct acpi_button *button = acpi_driver_data(device); acpi_button_remove_fs() local
393 struct acpi_button *button = acpi_driver_data(device); acpi_lid_initialize_state() local
413 struct acpi_button *button; acpi_lid_notify() local
431 struct acpi_button *button; acpi_button_notify() local
475 struct acpi_button *button = acpi_driver_data(device); acpi_button_suspend() local
484 struct acpi_button *button = acpi_driver_data(device); acpi_button_resume() local
499 struct acpi_button *button = acpi_driver_data(device); acpi_lid_input_open() local
511 struct acpi_button *button; acpi_button_add() local
643 struct acpi_button *button = acpi_driver_data(device); acpi_button_remove() local
[all...]

Completed in 23 milliseconds

1234567891011