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:VibratorInterface
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/vibrator/hdi_impl/
H
A
D
vibrator_interface_impl.cpp
34
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in Init()
46
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in StartOnce()
61
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in Start()
76
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in Stop()
106
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in GetVibratorInfo()
140
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in EnableVibratorModulation()
156
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in EnableCompositeEffect()
168
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in GetEffectInfo()
189
const struct
VibratorInterface
*vibratorInterface = NewVibratorInterfaceInstance();
in IsVibratorRunning()
201
const struct
VibratorInterface
*vibratorInterfac
in PlayHapticPattern()
[all...]
/drivers/peripheral/vibrator/interfaces/include/
H
A
D
vibrator_if.h
50
struct
VibratorInterface
{
struct
200
* @brief Creates a <b>
VibratorInterface
</b> instance.
202
* The obtained <b>
VibratorInterface
</b> instance can be used to control the vibrator to vibrate as configured.
210
const struct
VibratorInterface
*NewVibratorInterfaceInstance(void);
213
* @brief Releases this <b>
VibratorInterface
</b> instance to free up related resources.
/drivers/peripheral/vibrator/test/performance/common/
H
A
D
hdf_vibrator_performance_test.cpp
34
const struct
VibratorInterface
*g_vibratorPerformanceDev = nullptr;
/drivers/peripheral/vibrator/hal/src/
H
A
D
vibrator_controller.c
331
const struct
VibratorInterface
*NewVibratorInterfaceInstance(void)
in NewVibratorInterfaceInstance()
333
static struct
VibratorInterface
vibratorDevInstance;
in NewVibratorInterfaceInstance()
/drivers/peripheral/vibrator/test/unittest/common/
H
A
D
hdf_vibrator_test.cpp
39
const struct
VibratorInterface
*g_vibratorDev = nullptr;
Completed in 3 milliseconds