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:get_enabled
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libinput/src/
H
A
D
libinput-private.h
197
enum libinput_config_tap_state (*
get_enabled
)(struct libinput_device *device);
member
298
int (*
get_enabled
)(struct libinput_device *device);
member
349
enum libinput_config_dwt_state (*
get_enabled
)(
member
360
enum libinput_config_dwtp_state (*
get_enabled
)(
member
H
A
D
libinput.c
3899
return device->config.tap->
get_enabled
(device);
in libinput_device_config_tap_get_enabled()
4327
return device->config.natural_scroll->
get_enabled
(device);
in libinput_device_config_scroll_get_natural_scroll_enabled()
4636
return device->config.dwt->
get_enabled
(device);
in libinput_device_config_dwt_get_enabled()
4678
return device->config.dwtp->
get_enabled
(device);
in libinput_device_config_dwtp_get_enabled()
H
A
D
evdev-mt-touchpad-tap.c
1555
tp->tap.config.
get_enabled
= tp_tap_config_is_enabled;
in tp_init_tap()
H
A
D
evdev-mt-touchpad.c
3320
tp->dwt.config.
get_enabled
= tp_dwt_config_get;
in tp_init_dwt()
3337
tp->palm.config.
get_enabled
= tp_dwtp_config_get;
in tp_init_dwtp()
H
A
D
evdev.c
974
device->scroll.config_natural.
get_enabled
= evdev_scroll_config_natural_get;
in evdev_init_natural_scroll()
Completed in 18 milliseconds