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:hdfVibratorInfo
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/vibrator/hdi_impl/
H
A
D
vibrator_interface_impl.cpp
111
HdfVibratorInfoVdi
hdfVibratorInfo
;
in GetVibratorInfo()
local
125
hdfVibratorInfo
.isSupportFrequency = tmp->isSupportFrequency;
in GetVibratorInfo()
126
hdfVibratorInfo
.frequencyMaxValue = tmp->frequencyMaxValue;
in GetVibratorInfo()
127
hdfVibratorInfo
.frequencyMinValue = tmp->frequencyMinValue;
in GetVibratorInfo()
128
hdfVibratorInfo
.isSupportIntensity = tmp->isSupportIntensity;
in GetVibratorInfo()
129
hdfVibratorInfo
.intensityMaxValue = tmp->intensityMaxValue;
in GetVibratorInfo()
130
hdfVibratorInfo
.intensityMinValue = tmp->intensityMinValue;
in GetVibratorInfo()
131
vibratorInfo.push_back(std::move(
hdfVibratorInfo
));
in GetVibratorInfo()
/drivers/peripheral/vibrator/hdi_service/
H
A
D
vibrator_if_service.cpp
203
HdfVibratorInfo
hdfVibratorInfo
;
in GetVibratorInfo()
local
204
hdfVibratorInfo
.isSupportIntensity = iter.isSupportIntensity;
in GetVibratorInfo()
205
hdfVibratorInfo
.isSupportFrequency = iter.isSupportFrequency;
in GetVibratorInfo()
206
hdfVibratorInfo
.intensityMaxValue = iter.intensityMaxValue;
in GetVibratorInfo()
207
hdfVibratorInfo
.intensityMinValue = iter.intensityMinValue;
in GetVibratorInfo()
208
hdfVibratorInfo
.frequencyMaxValue = iter.frequencyMaxValue;
in GetVibratorInfo()
209
hdfVibratorInfo
.frequencyMinValue = iter.frequencyMinValue;
in GetVibratorInfo()
210
vibratorInfo.push_back(std::move(
hdfVibratorInfo
));
in GetVibratorInfo()
Completed in 2 milliseconds