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:BUS_BLUETOOTH
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libinput/include/linux/linux/
H
A
D
input.h
248
#define
BUS_BLUETOOTH
0x05
macro
/third_party/libevdev/tools/
H
A
D
mouse-dpi-tool.c
188
case
BUS_BLUETOOTH
: bus = "bluetooth"; break;
in bustype()
H
A
D
touchpad-edge-detector.c
194
case
BUS_BLUETOOTH
:
in print_udev_override_rule()
/third_party/libinput/include/linux/freebsd/
H
A
D
input.h
249
#define
BUS_BLUETOOTH
0x05
macro
/third_party/libevdev/include/linux/linux/
H
A
D
input.h
256
#define
BUS_BLUETOOTH
0x05
macro
/third_party/libinput/test/
H
A
D
litest.h
1307
if (bustype ==
BUS_BLUETOOTH
)
in litest_has_palm_detect_size()
H
A
D
test-touchpad.c
4660
libevdev_get_id_bustype(dev->evdev) ==
BUS_BLUETOOTH
) {
in START_TEST()
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.c
2421
trp_is_internal = bus_trp != BUS_USB && bus_trp !=
BUS_BLUETOOTH
;
in tp_pair_trackpoint()
2746
case
BUS_BLUETOOTH
:
in evdev_tag_touchpad()
2999
if (libevdev_get_id_bustype(device->evdev) ==
BUS_BLUETOOTH
) {
in tp_init_accel()
H
A
D
quirks.c
1307
case
BUS_BLUETOOTH
:
in match_fill_bus_vid_pid()
H
A
D
evdev.c
509
if (bustype == BUS_USB || bustype ==
BUS_BLUETOOTH
)
in evdev_tag_external_mouse()
/third_party/libinput/tools/
H
A
D
libinput-record.c
1497
case
BUS_BLUETOOTH
:
in print_description()
Completed in 25 milliseconds