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:Start
(Results
1 - 25
of
183
) sorted by relevance
1
2
3
4
5
6
7
8
/drivers/hdf_core/adapter/uhdf2/manager/
H
A
D
device_manager.c
48
if ((looper != NULL) && (looper->
Start
!= NULL)) {
in main()
50
looper->
Start
(looper);
in main()
/drivers/peripheral/vibrator/test/unittest/common/
H
A
D
hdf_vibrator_test.cpp
132
int32_t startRet = g_vibratorDev->
Start
(g_timeSequence);
in HWTEST_F()
152
int32_t startRet = g_vibratorDev->
Start
(g_builtIn);
in HWTEST_F()
172
int32_t startRet = g_vibratorDev->
Start
(nullptr);
in HWTEST_F()
190
int32_t startRet = g_vibratorDev->
Start
(g_timeSequence);
in HWTEST_F()
214
int32_t startRet = g_vibratorDev->
Start
(g_timeSequence);
in HWTEST_F()
235
int32_t startRet = g_vibratorDev->
Start
(g_builtIn);
in HWTEST_F()
255
int32_t startRet = g_vibratorDev->
Start
(g_arbitraryStr);
in HWTEST_F()
300
* @tc.desc:
Start
vibrator based on the setting vibration effect.
326
* @tc.desc:
Start
vibrator based on the setting vibration effect.
343
* @tc.desc:
Start
vibrato
[all...]
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H
A
D
algo_plugin.cpp
53
RetCode AlgoPlugin::
Start
()
in Start()
function in OHOS::Camera::AlgoPlugin
55
if (algoHandler_->func.
Start
== nullptr) {
in Start()
59
int ret = algoHandler_->func.
Start
();
in Start()
197
algoHandler_->func.
Start
= reinterpret_cast<AlgoFuncStart>(::dlsym(algoHandler_->handle, "
Start
"));
in LoadLib()
198
if (algoHandler_->func.
Start
== nullptr) {
in LoadLib()
199
CAMERA_LOGE("can't get symbol of function
Start
, %{public}s", ::dlerror());
in LoadLib()
/drivers/hdf_core/framework/utils/include/
H
A
D
hdf_message_looper.h
22
void (*
Start
)(struct HdfMessageLooper *);
member
H
A
D
hdf_thread_ex.h
23
void (*
Start
)(struct HdfThread *thread);
member
/drivers/hdf_core/adapter/uhdf2/host/src/
H
A
D
hdf_device_thread.c
74
if (looper->
Start
!= NULL) {
in DeviceThreadMain()
75
looper->
Start
(looper);
in DeviceThreadMain()
/drivers/peripheral/intelligent_voice/passthrough/engine/
H
A
D
wakeup_engine.h
28
IntellVoiceStatus
Start
(const StartInfo &info) override;
H
A
D
enroll_engine.h
30
IntellVoiceStatus
Start
(const StartInfo &info) override;
/drivers/peripheral/vibrator/test/benchmarktest/
H
A
D
hdf_vibrator_benchmark_test.cpp
83
* @tc.desc: Benchmarktest for interface
Start
87
BENCHMARK_F(VibratorBenchmarkTest,
Start
)(benchmark::State &state)
in BENCHMARK_F()
94
startRet = g_vibratorInterface->
Start
(g_timeSequence);
in BENCHMARK_F()
102
BENCHMARK_REGISTER_F(VibratorBenchmarkTest,
Start
)->
118
startRet = g_vibratorInterface->
Start
(g_builtIn);
in BENCHMARK_F()
208
* @tc.desc:
Start
periodic vibration with custom composite effect
/drivers/peripheral/bluetooth/audio/interfaces/include/
H
A
D
audio_control.h
57
int32_t (*
Start
)(AudioHandle handle);
member
65
* @see
Start
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/venc_node/
H
A
D
venc_node.h
31
RetCode
Start
(const int32_t streamId) override;
H
A
D
venc_node.cpp
27
RetCode VencNode::
Start
(const int32_t streamId)
in Start()
function in OHOS::Camera::VencNode
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/transform_node/
H
A
D
transform_node.cpp
23
RetCode TransformNode::
Start
(const int32_t streamId)
in Start()
function in OHOS::Camera::TransformNode
H
A
D
transform_node.h
28
RetCode
Start
(const int32_t streamId) override;
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H
A
D
i_audio_control.h
23
virtual int32_t
Start
() = 0;
/drivers/peripheral/vibrator/test/fuzztest/vibratorstart_fuzzer/
H
A
D
vibratorstart_fuzzer.cpp
27
if (!g_vibratorInterface->
Start
(reinterpret_cast<const std::string &>(data))) {
in VibratorStartFuzzTest()
/drivers/peripheral/vibrator/test/fuzztest/vibratorstop_fuzzer/
H
A
D
vibratorstop_fuzzer.cpp
27
if (!g_vibratorInterface->
Start
(reinterpret_cast<const std::string &>(data))) {
in VibratorStopFuzzTest()
/drivers/peripheral/audio/test/unittest/common/capture/
H
A
D
audio_capture_mmap_test.cpp
188
ret = mmapCapture_->
Start
(mmapCapture_);
in HWTEST_F()
205
ret = mmapCapture_->
Start
(mmapCapture_);
in HWTEST_F()
208
ret = mmapCapture_->
Start
(mmapCapture_); // restart can be return two state
in HWTEST_F()
230
ret = mmapCapture_->
Start
(mmapCapture_);
in HWTEST_F()
252
ret = mmapCapture_->
Start
(mmapCapture_);
in HWTEST_F()
H
A
D
audio_capture_common_test.cpp
202
int32_t ret = capture_->
Start
(capture_);
in HWTEST_F()
224
int32_t ret = capture_->
Start
(capture_);
in HWTEST_F()
253
int32_t ret = capture_->
Start
(capture_);
in HWTEST_F()
296
ASSERT_NE(capture_->
Start
, nullptr);
in HWTEST_F()
298
int32_t ret = capture_->
Start
(capture_);
in HWTEST_F()
305
ASSERT_NE(capture_->
Start
, nullptr);
in HWTEST_F()
307
int32_t ret = capture_->
Start
(nullptr);
in HWTEST_F()
315
ASSERT_NE(capture_->
Start
, nullptr);
in HWTEST_F()
318
int32_t ret = capture_->
Start
(capture_);
in HWTEST_F()
337
ASSERT_NE(capture_->
Start
, nullpt
in HWTEST_F()
[all...]
/drivers/peripheral/vibrator/test/unittest/hdi/
H
A
D
hdf_vibrator_hdi_test.cpp
145
ret = g_vibratorInterface->
Start
(iter);
in HWTEST_F()
169
ret = g_vibratorInterface->
Start
(iter);
in HWTEST_F()
193
ret = g_vibratorInterface->
Start
(iter);
in HWTEST_F()
221
ret = g_vibratorInterface->
Start
(iter);
in HWTEST_F()
246
ret = g_vibratorInterface->
Start
(iter);
in HWTEST_F()
267
int32_t startRet = g_vibratorInterface->
Start
(g_arbitraryStr);
in HWTEST_F()
309
* @tc.desc:
Start
vibrator based on the setting vibration effect.
350
* @tc.desc:
Start
vibrator based on the setting vibration effect.
383
* @tc.desc:
Start
vibrator based on the setting vibration effect.
416
* @tc.desc:
Start
vibrato
[all...]
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H
A
D
vibrator_driver.h
19
int32_t (*
Start
)(void);
member
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H
A
D
message_dispatcher.h
29
ErrorCode (*
Start
)(struct MessageDispatcher * dispatcher); \
/drivers/hdf_core/framework/test/fuzztest/devicemanagerstart_fuzzer/
H
A
D
devicemanagerstart_fuzzer.cpp
49
if ((looper != NULL) && (looper->
Start
!= NULL)) {
in DeviceManagerStartServiceFuzzTest()
/drivers/peripheral/audio/interfaces/2.0/include/
H
A
D
audio_control.h
58
int32_t (*
Start
)(AudioHandle handle);
member
66
* @see
Start
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/
H
A
D
vi_node.h
30
RetCode
Start
(const int32_t streamId) override;
Completed in 9 milliseconds
1
2
3
4
5
6
7
8