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:libwacom
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libinput/udev/
H
A
D
libinput-device-group.c
34
#include <
libwacom
/
libwacom
.h>
/third_party/libinput/src/
H
A
D
evdev-tablet-pad-leds.c
32
#include <
libwacom
/
libwacom
.h>
389
/*
libwacom
numbers buttons as 'A', 'B', etc. We number them with 0,
in pad_init_mode_buttons()
571
/* If
libwacom
fails, we init one fallback group anyway */
in pad_init_leds()
H
A
D
libinput-private.h
35
#include <
libwacom
/
libwacom
.h>
171
}
libwacom
;
member
H
A
D
libinput.c
4736
if (!li->
libwacom
.db) {
in libinput_libwacom_ref()
4740
"Failed to initialize
libwacom
context\n");
in libinput_libwacom_ref()
4744
li->
libwacom
.db = db;
in libinput_libwacom_ref()
4745
li->
libwacom
.refcount = 0;
in libinput_libwacom_ref()
4748
li->
libwacom
.refcount++;
in libinput_libwacom_ref()
4749
db = li->
libwacom
.db;
in libinput_libwacom_ref()
4756
if (!li->
libwacom
.db)
in libinput_libwacom_unref()
4759
assert(li->
libwacom
.refcount >= 1);
in libinput_libwacom_unref()
4761
if (--li->
libwacom
.refcount == 0) {
in libinput_libwacom_unref()
4762
libwacom_database_destroy(li->
libwacom
in libinput_libwacom_unref()
[all...]
H
A
D
evdev-tablet-pad.c
33
#include <
libwacom
/
libwacom
.h>
H
A
D
evdev-tablet.c
33
#include <
libwacom
/
libwacom
.h>
239
/* tool_id is the identifier for the tool we can use in
libwacom
in tablet_process_absolute()
946
db = tablet_libinput_context(tablet)->
libwacom
.db;
in tool_set_bits_from_libwacom()
1014
/* If we don't have
libwacom
, we simply copy any axis we have on the
in tool_set_bits()
1050
/* If we don't have
libwacom
, copy all pen-related buttons from the
in tool_set_bits()
2482
*
libwacom
keeps all the AES pens in a single group, so any device
in tablet_is_aes()
2490
db = tablet_libinput_context(tablet)->
libwacom
.db;
in tablet_is_aes()
H
A
D
evdev.c
49
#include <
libwacom
/
libwacom
.h>
2040
/*
libwacom
assigns touchpad (or touchscreen) _and_ tablet to the
in evdev_configure_device()
2047
/*
libwacom
assigns tablet _and_ tablet_pad to the pad devices */
in evdev_configure_device()
3147
"tablet '%s' unknown to
libwacom
\n",
in evdev_tablet_has_left_handed()
3151
"
libwacom
error: %s\n",
in evdev_tablet_has_left_handed()
H
A
D
evdev-mt-touchpad.c
32
#include <
libwacom
/
libwacom
.h>
/third_party/libinput/test/
H
A
D
test-pad.c
34
#include <
libwacom
/
libwacom
.h>
621
/* Without
libwacom
we default to left-handed being available */
in START_TEST()
Completed in 23 milliseconds