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:inputInterfaces_
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H
A
D
input_callback_impl.cpp
24
InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &
inputInterfaces_
,
in InputCallbackImpl()
argument
25
const wptr<InputCallbackImpl> &reportCallback_) :
inputInterfaces_
(
inputInterfaces_
),
in InputCallbackImpl()
51
ret =
inputInterfaces_
->OpenInputDevice(event.devIndex);
in HotPlugCallback()
57
ret =
inputInterfaces_
->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr());
in HotPlugCallback()
63
ret =
inputInterfaces_
->UnregisterReportCallback(event.devIndex);
in HotPlugCallback()
69
ret =
inputInterfaces_
->CloseInputDevice(event.devIndex);
in HotPlugCallback()
H
A
D
input_callback_impl.h
33
wptr<IInputInterfaces>
inputInterfaces_
;
member in OHOS::HDI::Input::V1_0::InputCallbackImpl
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H
A
D
input_callback_impl.cpp
24
InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &
inputInterfaces_
,
in InputCallbackImpl()
argument
25
const wptr<InputCallbackImpl> &reportCallback_) :
inputInterfaces_
(
inputInterfaces_
),
in InputCallbackImpl()
51
ret =
inputInterfaces_
->OpenInputDevice(event.devIndex);
in HotPlugCallback()
57
ret =
inputInterfaces_
->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr());
in HotPlugCallback()
63
ret =
inputInterfaces_
->UnregisterReportCallback(event.devIndex);
in HotPlugCallback()
69
ret =
inputInterfaces_
->CloseInputDevice(event.devIndex);
in HotPlugCallback()
H
A
D
input_callback_impl.h
33
wptr<IInputInterfaces>
inputInterfaces_
;
member in OHOS::HDI::Input::V1_0::InputCallbackImpl
/test/xts/hats/hdf/input/hdi_passthrough/
H
A
D
input_callback_impl.cpp
24
InputCallbackImpl::InputCallbackImpl(const wptr<IInputInterfaces> &
inputInterfaces_
,
in InputCallbackImpl()
argument
25
const wptr<InputCallbackImpl> &reportCallback_) :
inputInterfaces_
(
inputInterfaces_
),
in InputCallbackImpl()
51
ret =
inputInterfaces_
->OpenInputDevice(event.devIndex);
in HotPlugCallback()
57
ret =
inputInterfaces_
->RegisterReportCallback(event.devIndex, reportCallback_.GetRefPtr());
in HotPlugCallback()
63
ret =
inputInterfaces_
->UnregisterReportCallback(event.devIndex);
in HotPlugCallback()
69
ret =
inputInterfaces_
->CloseInputDevice(event.devIndex);
in HotPlugCallback()
H
A
D
input_callback_impl.h
33
wptr<IInputInterfaces>
inputInterfaces_
;
member in OHOS::HDI::Input::V1_0::InputCallbackImpl
Completed in 1 milliseconds