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:INPUT_ROOT_DIR
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/adapter/khdf/liteos/model/input/
H
A
D
Makefile
31
INPUT_ROOT_DIR
= $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/input/driver
macro
35
LOCAL_INCLUDE := $(
INPUT_ROOT_DIR
) \
36
$(
INPUT_ROOT_DIR
)/input_bus_ops \
37
$(
INPUT_ROOT_DIR
)/../../../../../../third_party/FreeBSD/sys/dev/evdev
38
LOCAL_SRCS += $(
INPUT_ROOT_DIR
)/input_bus_ops/input_i2c_ops.c \
39
$(
INPUT_ROOT_DIR
)/hdf_input_device_manager.c \
40
$(
INPUT_ROOT_DIR
)/input_config_parser.c \
41
$(
INPUT_ROOT_DIR
)/event_hub.c \
42
$(
INPUT_ROOT_DIR
)/hdf_touch.c \
43
$(
INPUT_ROOT_DIR
)/hdf_ke
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/input/
H
A
D
Makefile
15
INPUT_ROOT_DIR
= ../../../../../framework/model/input/driver
macro
18
$(
INPUT_ROOT_DIR
)/input_bus_ops/input_i2c_ops.o \
19
$(
INPUT_ROOT_DIR
)/hdf_input_device_manager.o \
20
$(
INPUT_ROOT_DIR
)/input_config_parser.o \
21
$(
INPUT_ROOT_DIR
)/event_hub.o \
22
$(
INPUT_ROOT_DIR
)/hdf_touch.o \
23
$(
INPUT_ROOT_DIR
)/hdf_key.o \
24
$(
INPUT_ROOT_DIR
)/hdf_hid_adapter.o
27
$(
INPUT_ROOT_DIR
)/touchscreen/touch_gt911.o
29
$(
INPUT_ROOT_DIR
)/touchscree
[all...]
Completed in 1 milliseconds