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:hapticCapacity
(Results
1 - 8
of
8
) sorted by relevance
/drivers/peripheral/vibrator/test/fuzztest/vibratorgethapticcapacity_fuzzer/
H
A
D
vibratorgethapticcapacity_fuzzer.cpp
26
OHOS::HDI::Vibrator::V1_2::HapticCapacity
hapticCapacity
;
member
49
int32_t ret = !g_vibratorInterface->GetHapticCapacity(params.
hapticCapacity
);
in VibratorGetHapticCapacityTest()
/drivers/peripheral/vibrator/hdi_impl/
H
A
D
vibrator_interface_impl.cpp
218
struct HapticCapacity
hapticCapacity
;
in GetHapticCapacity()
local
219
int32_t ret = vibratorInterface->GetHapticCapacity(&
hapticCapacity
);
in GetHapticCapacity()
224
hapticCapacityVdi.isSupportHdHaptic =
hapticCapacity
.isSupportHdHaptic;
in GetHapticCapacity()
225
hapticCapacityVdi.isSupportPresetMapping =
hapticCapacity
.isSupportPresetMapping;
in GetHapticCapacity()
226
hapticCapacityVdi.isSupportTimeDelay =
hapticCapacity
.isSupportTimeDelay;
in GetHapticCapacity()
/drivers/peripheral/vibrator/interfaces/include/
H
A
D
vibrator_if.h
184
int32_t (*GetHapticCapacity)(struct HapticCapacity *
hapticCapacity
);
/drivers/peripheral/vibrator/hdi_service/
H
A
D
vibrator_if_service.h
42
int32_t GetHapticCapacity(HapticCapacity&
hapticCapacity
) override;
H
A
D
vibrator_if_service.cpp
355
int32_t VibratorIfService::GetHapticCapacity(HapticCapacity&
hapticCapacity
)
in GetHapticCapacity()
argument
370
hapticCapacity
.isSupportHdHaptic = hapticCapacityVdi.isSupportHdHaptic;
in GetHapticCapacity()
371
hapticCapacity
.isSupportPresetMapping = hapticCapacityVdi.isSupportPresetMapping;
in GetHapticCapacity()
372
hapticCapacity
.isSupportTimeDelay = hapticCapacityVdi.isSupportTimeDelay;
in GetHapticCapacity()
/drivers/peripheral/vibrator/interfaces/v1_1/
H
A
D
ivibrator_interface_vdi.h
46
virtual int32_t GetHapticCapacity(HapticCapacityVdi&
hapticCapacity
) = 0;
/drivers/peripheral/vibrator/test/unittest/hdi/
H
A
D
hdf_vibrator_hdi_test.cpp
535
OHOS::HDI::Vibrator::V1_2::HapticCapacity
hapticCapacity
;
in HWTEST_F()
local
536
int32_t startRet = g_vibratorInterface->GetHapticCapacity(
hapticCapacity
);
in HWTEST_F()
538
printf("
hapticCapacity
.isSupportHdHaptic = %d\n",
hapticCapacity
.isSupportHdHaptic);
in HWTEST_F()
539
printf("
hapticCapacity
.isSupportPresetMapping = %d\n",
hapticCapacity
.isSupportPresetMapping);
in HWTEST_F()
540
printf("
hapticCapacity
.isSupportTimeDelay = %d\n",
hapticCapacity
.isSupportTimeDelay);
in HWTEST_F()
/drivers/peripheral/vibrator/hal/src/
H
A
D
vibrator_controller.c
317
static int32_t GetHapticCapacity(struct HapticCapacity *
hapticCapacity
)
in GetHapticCapacity()
argument
319
(void)
hapticCapacity
;
in GetHapticCapacity()
Completed in 4 milliseconds