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:IInputInterface
(Results
1 - 19
of
19
) sorted by relevance
/drivers/peripheral/input/interfaces/include/
H
A
D
input_manager.h
130
}
IInputInterface
;
typedef
141
int32_t GetInputInterface(
IInputInterface
**interface);
152
void ReleaseInputInterface(
IInputInterface
**inputInterface);
/drivers/peripheral/input/udriver/src/
H
A
D
input_manager.cpp
261
static void FreeInputHdi(
IInputInterface
**hdi)
in FreeInputHdi()
282
static
IInputInterface
*InstanceInputHdi(void)
in InstanceInputHdi()
285
IInputInterface
*hdi = (
IInputInterface
*)OsalMemAlloc(sizeof(
IInputInterface
));
in InstanceInputHdi()
290
(void)memset_s(hdi, sizeof(
IInputInterface
), 0, sizeof(
IInputInterface
));
in InstanceInputHdi()
310
int32_t GetInputInterface(
IInputInterface
**inputInterface)
in GetInputInterface()
312
IInputInterface
*inputHdi = nullptr;
in GetInputInterface()
327
void ReleaseInputInterface(
IInputInterface
**inputInterfac
[all...]
/drivers/peripheral/input/hal/src/
H
A
D
input_manager.c
314
static void FreeInputHdi(
IInputInterface
**hdi)
in FreeInputHdi()
337
static
IInputInterface
*InstanceInputHdi(void)
in InstanceInputHdi()
340
IInputInterface
*hdi = (
IInputInterface
*)malloc(sizeof(
IInputInterface
));
in InstanceInputHdi()
345
(void)memset_s(hdi, sizeof(
IInputInterface
), 0, sizeof(
IInputInterface
));
in InstanceInputHdi()
367
int32_t GetInputInterface(
IInputInterface
**inputInterface)
in GetInputInterface()
370
IInputInterface
*inputHdi = NULL;
in GetInputInterface()
410
void ReleaseInputInterface(
IInputInterface
**inputInterfac
[all...]
/drivers/peripheral/input/test/fuzztest/closeinputdevice_fuzzer/
H
A
D
closeinputdevice_fuzzer.cpp
30
IInputInterface
*g_inputInterface;
in CloseInputDeviceFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipinfo_fuzzer/
H
A
D
inputgetchipinfo_fuzzer.cpp
32
IInputInterface
*g_inputInterface;
in InputGetchipInfoFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetdevicetype_fuzzer/
H
A
D
inputgetdevicetype_fuzzer.cpp
30
IInputInterface
*g_inputInterface;
in InputGetDeviceTypeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H
A
D
inputgetchipname_fuzzer.cpp
31
IInputInterface
*g_inputInterface;
in InputGetChipnameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H
A
D
inputgetvendorname_fuzzer.cpp
32
IInputInterface
*g_inputInterface;
in InputGetVendorNameFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputgetpowerstatus_fuzzer/
H
A
D
inputgetpowerstatus_fuzzer.cpp
31
IInputInterface
*g_inputInterface;
in InputGetpowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/openinputdevice_fuzzer/
H
A
D
openinputdevice_fuzzer.cpp
30
IInputInterface
*g_inputInterface;
in OpenInputDeviceFuzzTest()
/drivers/peripheral/input/hdi_service/
H
A
D
input_interfaces_impl.h
54
IInputInterface
*inputInterface_;
/drivers/peripheral/input/test/fuzztest/inputregisterreportcallback_fuzzer/
H
A
D
inputregisterreportcallback_fuzzer.cpp
30
IInputInterface
*g_inputInterface;
in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/input/test/fuzztest/inputsetgesturemode_fuzzer/
H
A
D
inputsetgesturemode_fuzzer.cpp
34
IInputInterface
*g_inputInterface;
in InputSetGestureModeFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputsetpowerstatus_fuzzer/
H
A
D
inputsetpowerstatus_fuzzer.cpp
34
IInputInterface
*g_inputInterface;
in InputSetPowerStatusFuzzTest()
/drivers/peripheral/input/test/fuzztest/inputunregisterreportcallback_fuzzer/
H
A
D
inputunregisterreportcallback_fuzzer.cpp
31
IInputInterface
*g_inputInterface;
in InputUnregisterReportCallbackFuzzTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H
A
D
runcapacitancetest_fuzzer.cpp
36
IInputInterface
*g_inputInterface;
in RunCapacitanceTestFuzzTest()
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H
A
D
runextracommand_fuzzer.cpp
32
IInputInterface
*g_inputInterface = nullptr;
in RunExtraCommandFuzzTest()
/drivers/peripheral/input/test/unittest/common/
H
A
D
hdi_input_test.cpp
31
IInputInterface
*g_inputInterface;
/drivers/peripheral/input/test/unittest/udriver/
H
A
D
hdi_input_test.cpp
31
static
IInputInterface
*g_inputInterface;
Completed in 7 milliseconds