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:VibratorThread
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
vibrator_thread.cpp
24
#define LOG_TAG "
VibratorThread
"
35
bool
VibratorThread
::Run()
in Run()
70
int32_t
VibratorThread
::PlayOnce(const VibrateInfo &info)
in PlayOnce()
89
int32_t
VibratorThread
::PlayEffect(const VibrateInfo &info)
in PlayEffect()
111
int32_t
VibratorThread
::PlayCustomByHdHptic(const VibrateInfo &info)
in PlayCustomByHdHptic()
141
int32_t
VibratorThread
::PlayCustomByCompositeEffect(const VibrateInfo &info)
in PlayCustomByCompositeEffect()
163
int32_t
VibratorThread
::PlayCompositeEffect(const VibrateInfo &info, const HdfCompositeEffect &hdfCompositeEffect)
in PlayCompositeEffect()
200
void
VibratorThread
::UpdateVibratorEffect(const VibrateInfo &info)
in UpdateVibratorEffect()
206
VibrateInfo
VibratorThread
::GetCurrentVibrateInfo()
in GetCurrentVibrateInfo()
212
void
VibratorThread
[all...]
H
A
D
vibration_priority_manager.cpp
249
std::shared_ptr<
VibratorThread
> vibratorThread)
in ShouldIgnoreVibrate()
281
bool VibrationPriorityManager::IsCurrentVibrate(std::shared_ptr<
VibratorThread
> vibratorThread) const
in IsCurrentVibrate()
H
A
D
miscdevice_service.cpp
420
vibratorThread_ = std::make_shared<
VibratorThread
>();
in StartVibrateThread()
430
vibratorThread_->Start("
VibratorThread
");
in StartVibrateThread()
781
vibratorThread_ = std::make_shared<
VibratorThread
>();
in ProcessDeathObserver()
/base/sensors/miscdevice/services/miscdevice_service/include/
H
A
D
vibration_priority_manager.h
66
VibrateStatus ShouldIgnoreVibrate(const VibrateInfo &vibrateInfo, std::shared_ptr<
VibratorThread
> vibratorThread);
69
bool IsCurrentVibrate(std::shared_ptr<
VibratorThread
> vibratorThread) const;
H
A
D
vibrator_thread.h
30
class
VibratorThread
: public Thread {
class
H
A
D
miscdevice_service.h
116
std::shared_ptr<
VibratorThread
> vibratorThread_ = nullptr;
Completed in 8 milliseconds