Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:button_mask
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-middle-button.c
571
if (device->middlebutton.
button_mask
!= 0)
in evdev_middlebutton_apply_config()
615
btnbit >= sizeof(device->middlebutton.
button_mask
) * 8) {
in evdev_middlebutton_filter_button()
625
old_mask = device->middlebutton.
button_mask
;
in evdev_middlebutton_filter_button()
627
device->middlebutton.
button_mask
|= bit(btnbit);
in evdev_middlebutton_filter_button()
629
device->middlebutton.
button_mask
&= ~bit(btnbit);
in evdev_middlebutton_filter_button()
631
if (old_mask != device->middlebutton.
button_mask
&&
in evdev_middlebutton_filter_button()
632
device->middlebutton.
button_mask
== 0) {
in evdev_middlebutton_filter_button()
H
A
D
evdev-tablet-pad-leds.c
419
group->
button_mask
|= bit(i);
in pad_init_mode_buttons()
546
group->base.
button_mask
= -1;
in pad_init_fallback_group()
H
A
D
libinput-private.h
481
uint32_t
button_mask
;
member
H
A
D
evdev.h
271
uint32_t
button_mask
;
member
H
A
D
libinput.c
3431
return !!(group->
button_mask
& bit(button));
in libinput_tablet_pad_mode_group_has_button()
Completed in 13 milliseconds