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:udev_device
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimodalinput/input/libudev/include/
H
A
D
libudev.h
68
*
udev_device
access to sysfs/kernel devices
70
struct
udev_device
;
71
struct
udev_device
*udev_device_ref(struct
udev_device
*
udev_device
);
72
struct
udev_device
*udev_device_unref(struct
udev_device
*
udev_device
);
73
struct udev *udev_device_get_udev(struct
udev_device
*
udev_device
);
[all...]
/foundation/multimodalinput/input/libudev/src/
H
A
D
udev_device.cpp
139
struct
udev_device
{
struct
142
udev_device
(
udev_device
&) = delete;
143
udev_device
(
udev_device
&&) = delete;
144
udev_device
&operator = (
udev_device
&) = delete;
145
udev_device
&operator = (
udev_device
&&) = delete;
147
static
udev_device
*NewFromSyspat
[all...]
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H
A
D
libinput_interface.h
24
struct
udev_device
{
struct
29
struct
udev_device
udevDev;
H
A
D
libinput.h
126
struct
udev_device
;
270
struct
udev_device
* libinput_device_get_udev_device(struct libinput_device *device);
/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H
A
D
libinput_interface.cpp
369
struct
udev_device
* libinput_device_get_udev_device(struct libinput_device *device)
in libinput_device_get_udev_device()
/foundation/multimodalinput/input/libudev/test/
H
A
D
custom_udev_test.cpp
60
struct
udev_device
* udevDevice_{};
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
352
struct
udev_device
*udevDevice = libinput_device_get_udev_device(inputDevice);
in GetInputIdentification()
Completed in 5 milliseconds