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:isSupportHdHaptic
(Results
1 - 5
of
5
) sorted by relevance
/base/sensors/miscdevice/utils/common/src/
H
A
D
vibrator_infos.cpp
59
std::string isSupportHdHapticStr =
isSupportHdHaptic
? "true" : "false";
in Dump()
69
if (
isSupportHdHaptic
) {
in GetVibrateMode()
83
if (!parcel.WriteBool(
isSupportHdHaptic
)) {
in Marshalling()
84
MISC_HILOGE("Write
isSupportHdHaptic
failed");
in Marshalling()
101
if (!(data.ReadBool(capacity.
isSupportHdHaptic
))) {
in Unmarshalling()
102
MISC_HILOGE("Read
isSupportHdHaptic
failed");
in Unmarshalling()
/base/sensors/miscdevice/utils/common/include/
H
A
D
vibrator_infos.h
105
bool
isSupportHdHaptic
= false;
member
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H
A
D
hdi_connection.cpp
185
capacity.
isSupportHdHaptic
= hapticCapacity.
isSupportHdHaptic
;
in GetVibratorCapacity()
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_service.cpp
503
if (!(g_capacity.
isSupportHdHaptic
|| g_capacity.isSupportPresetMapping || g_capacity.isSupportTimeDelay)) {
in PlayVibratorCustom()
531
if (g_capacity.
isSupportHdHaptic
) {
in PlayVibratorCustom()
688
if (g_capacity.
isSupportHdHaptic
) {
in PlayPattern()
/base/sensors/miscdevice/frameworks/native/vibrator/src/
H
A
D
vibrator_service_client.cpp
267
return capacity_.
isSupportHdHaptic
;
in IsHdHapticSupported()
580
return (capacity_.
isSupportHdHaptic
|| capacity_.isSupportPresetMapping || capacity_.isSupportTimeDelay);
in IsSupportVibratorCustom()
Completed in 4 milliseconds