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:is_touchpad
(Results
1 - 3
of
3
) sorted by relevance
/third_party/eudev/src/udev/
H
A
D
udev-builtin-input_id.c
162
bool
is_touchpad
= false;
in test_pointers()
local
219
is_touchpad
= true;
in test_pointers()
236
is_touchpad
= true;
in test_pointers()
241
if (!is_tablet && !
is_touchpad
&& !is_joystick &&
in test_pointers()
251
if (
is_touchpad
)
in test_pointers()
260
return is_tablet || is_mouse ||
is_touchpad
|| is_touchscreen || is_joystick || is_pointing_stick;
in test_pointers()
/third_party/libinput/tools/
H
A
D
shared.c
600
bool
is_touchpad
= false;
in is_touchpad_device()
local
613
is_touchpad
= udev_device_get_property_value(dev, "ID_INPUT_TOUCHPAD");
in is_touchpad_device()
619
return
is_touchpad
;
in is_touchpad_device()
/third_party/libinput/test/
H
A
D
test-tablet.c
4772
bool
is_touchpad
= !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT);
in assert_touch_is_arbitrated()
local
4821
if (
is_touchpad
)
in assert_touch_is_arbitrated()
4841
bool
is_touchpad
= !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT);
in START_TEST()
local
4842
if (
is_touchpad
)
in START_TEST()
4865
bool
is_touchpad
;
in START_TEST()
local
4874
is_touchpad
= !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT);
in START_TEST()
4875
if (
is_touchpad
)
in START_TEST()
4942
bool
is_touchpad
;
in START_TEST()
local
4951
is_touchpad
= !libevdev_has_property(finger->evdev, INPUT_PROP_DIRECT);
in START_TEST()
4952
if (
is_touchpad
)
in START_TEST()
4980
bool
is_touchpad
;
START_TEST()
local
5068
bool
is_touchpad
;
START_TEST()
local
5184
bool
is_touchpad
;
START_TEST()
local
5282
bool
is_touchpad
;
START_TEST()
local
[all...]
Completed in 8 milliseconds