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:libinput_seat
(Results
1 - 16
of
16
) sorted by relevance
/third_party/libinput/src/
H
A
D
libinput.h
71
* @struct
libinput_seat
76
struct
libinput_seat
;
3889
struct
libinput_seat
*
3890
libinput_seat_ref(struct
libinput_seat
*seat);
3903
struct
libinput_seat
*
3904
libinput_seat_unref(struct
libinput_seat
*seat);
3918
libinput_seat_set_user_data(struct
libinput_seat
*seat, void *user_data);
3930
libinput_seat_get_user_data(struct
libinput_seat
*seat);
3941
libinput_seat_get_context(struct
libinput_seat
*seat);
3960
libinput_seat_get_physical_name(struct
libinput_seat
*sea
[all...]
H
A
D
path-seat.c
44
struct
libinput_seat
base;
53
struct
libinput_seat
*seat = device->base.seat;
in path_disable_device()
83
path_seat_destroy(struct
libinput_seat
*seat)
in path_seat_destroy()
407
struct
libinput_seat
*seat;
in libinput_path_remove_device()
H
A
D
udev-seat.h
33
struct
libinput_seat
base;
H
A
D
libinput-private.h
175
typedef void (*libinput_seat_destroy_func) (struct
libinput_seat
*seat);
177
struct
libinput_seat
{
struct
407
struct
libinput_seat
*seat;
575
libinput_seat_init(struct
libinput_seat
*seat,
583
struct
libinput_seat
*seat);
H
A
D
libinput.c
1926
libinput_seat_destroy(struct
libinput_seat
*seat);
1950
struct
libinput_seat
*seat;
in libinput_unref()
2069
libinput_seat_init(struct
libinput_seat
*seat,
in libinput_seat_init()
2084
LIBINPUT_EXPORT struct
libinput_seat
*
2085
libinput_seat_ref(struct
libinput_seat
*seat)
in libinput_seat_ref()
2092
libinput_seat_destroy(struct
libinput_seat
*seat)
in libinput_seat_destroy()
2100
LIBINPUT_EXPORT struct
libinput_seat
*
2101
libinput_seat_unref(struct
libinput_seat
*seat)
in libinput_seat_unref()
2114
libinput_seat_set_user_data(struct
libinput_seat
*seat, void *user_data)
in libinput_seat_set_user_data()
2120
libinput_seat_get_user_data(struct
libinput_seat
*sea
[all...]
H
A
D
evdev-fallback.c
230
struct
libinput_seat
*seat = base->seat;
in fallback_flush_mt_down()
300
struct
libinput_seat
*seat = base->seat;
in fallback_flush_mt_up()
328
struct
libinput_seat
*seat = base->seat;
in fallback_flush_mt_cancel()
355
struct
libinput_seat
*seat = base->seat;
in fallback_flush_st_down()
412
struct
libinput_seat
*seat = base->seat;
in fallback_flush_st_up()
437
struct
libinput_seat
*seat = base->seat;
in fallback_flush_st_cancel()
H
A
D
udev-seat.c
336
udev_seat_destroy(struct
libinput_seat
*seat)
in udev_seat_destroy()
H
A
D
evdev.h
378
evdev_device_create(struct
libinput_seat
*seat,
H
A
D
evdev.c
2383
evdev_device_create(struct
libinput_seat
*seat,
in evdev_device_create()
/third_party/libinput/export_include/
H
A
D
libinput.h
71
* @struct
libinput_seat
76
struct
libinput_seat
;
3889
struct
libinput_seat
*
3890
libinput_seat_ref(struct
libinput_seat
*seat);
3903
struct
libinput_seat
*
3904
libinput_seat_unref(struct
libinput_seat
*seat);
3918
libinput_seat_set_user_data(struct
libinput_seat
*seat, void *user_data);
3930
libinput_seat_get_user_data(struct
libinput_seat
*seat);
3941
libinput_seat_get_context(struct
libinput_seat
*seat);
3960
libinput_seat_get_physical_name(struct
libinput_seat
*sea
[all...]
/third_party/libinput/test/
H
A
D
test-udev.c
184
struct
libinput_seat
*seat;
in START_TEST()
226
struct
libinput_seat
*seat1, *seat2;
in START_TEST()
506
struct
libinput_seat
*saved_seat = NULL;
in START_TEST()
507
struct
libinput_seat
*seat;
in START_TEST()
H
A
D
test-path.c
300
struct
libinput_seat
*seat;
in START_TEST()
329
struct
libinput_seat
*seat1, *seat2;
in START_TEST()
951
struct
libinput_seat
*saved_seat = NULL;
in START_TEST()
952
struct
libinput_seat
*seat;
in START_TEST()
H
A
D
test-device.c
780
struct
libinput_seat
*seat;
in START_TEST()
1672
struct
libinput_seat
*seat = libinput_device_get_seat(device);
in START_TEST()
/third_party/libinput/tools/
H
A
D
libinput-list-devices.c
285
struct
libinput_seat
*seat = libinput_device_get_seat(dev);
in print_device_notify()
H
A
D
libinput-debug-events.c
258
struct
libinput_seat
*seat = libinput_device_get_seat(dev);
in print_device_notify()
H
A
D
libinput-record.c
422
struct
libinput_seat
*seat = libinput_device_get_seat(d);
in print_device_notify()
Completed in 32 milliseconds