Home
last modified time | relevance | path

Searched refs:Stop (Results 1 - 25 of 188) sorted by relevance

12345678

/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_control_test.cpp76 capture->Stop(capture); in HWTEST_F()
90 capture->Stop(capture); in HWTEST_F()
105 capture->Stop(capture); in HWTEST_F()
118 ret = capture->Stop(capture); in HWTEST_F()
132 ret = capture->Stop(capture); in HWTEST_F()
134 ret = capture->Stop(capture); in HWTEST_F()
148 ret = capture->Stop(capture); in HWTEST_F()
152 capture->Stop(capture); in HWTEST_F()
163 ret = capture->Stop(capture); in HWTEST_F()
178 ret = capture->Stop(captureNul in HWTEST_F()
[all...]
H A Daudio_idl_hdicapture_test.cpp90 capture->Stop(capture); in HWTEST_F()
118 capture->Stop(capture); in HWTEST_F()
143 capture->Stop(capture); in HWTEST_F()
175 capture->Stop(capture); in HWTEST_F()
233 capture->Stop(capture); in HWTEST_F()
328 ret = capture->Stop(capture); in HWTEST_F()
368 capture->Stop(capture); in HWTEST_F()
385 capture->Stop(capture); in HWTEST_F()
402 capture->Stop(capture); in HWTEST_F()
431 capture->Stop(captur in HWTEST_F()
[all...]
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_control_test.cpp78 ret = render->Stop(render); in HWTEST_F()
110 ret = render->Stop(render); in HWTEST_F()
125 ret = render->Stop(render); in HWTEST_F()
138 ret = render->Stop(render); in HWTEST_F()
153 ret = render->Stop(render); in HWTEST_F()
155 ret = render->Stop(render); in HWTEST_F()
171 ret = render->Stop(renderNull); in HWTEST_F()
174 ret = render->Stop(render); in HWTEST_F()
193 ret = render->Stop(render); in HWTEST_F()
213 render->Stop(rende in HWTEST_F()
[all...]
H A Daudio_idl_hdirender_test.cpp82 ret = render->Stop(render); in HWTEST_F()
101 ret = render->Stop(render); in HWTEST_F()
119 ret = render->Stop(render); in HWTEST_F()
142 render->Stop(render); in HWTEST_F()
170 render->Stop(render); in HWTEST_F()
194 render->Stop(render); in HWTEST_F()
217 render->Stop(render); in HWTEST_F()
331 ret = render->Stop(render); in HWTEST_F()
425 render->Stop(render); in HWTEST_F()
442 render->Stop(rende in HWTEST_F()
[all...]
/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp99 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); in HWTEST_F()
117 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); in HWTEST_F()
137 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
157 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
175 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); in HWTEST_F()
195 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_BUTT); in HWTEST_F()
198 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
219 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
240 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
258 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONC in HWTEST_F()
[all...]
/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp73 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in BENCHMARK_F()
97 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in BENCHMARK_F()
107 * @tc.desc: Benchmarktest for interface Stop
111 BENCHMARK_F(VibratorBenchmarkTest, Stop)(benchmark::State &state) in BENCHMARK_F()
121 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in BENCHMARK_F()
126 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, Stop)->
197 startRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in BENCHMARK_F()
/drivers/hdf_core/framework/utils/src/
H A Dhdf_thread_ex.c63 thread->Stop = HdfThreadStop; in HdfThreadConstruct()
72 thread->Stop(thread); in HdfThreadDestruct()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Dalgo_plugin.cpp141 RetCode AlgoPlugin::Stop() in Stop() function in OHOS::Camera::AlgoPlugin
143 if (algoHandler_->func.Stop == nullptr) { in Stop()
147 int ret = algoHandler_->func.Stop(); in Stop()
215 algoHandler_->func.Stop = reinterpret_cast<AlgoFuncStop>(::dlsym(algoHandler_->handle, "Stop")); in LoadLib()
216 if (algoHandler_->func.Stop == nullptr) { in LoadLib()
217 CAMERA_LOGE("can't get symbol of function Stop, %{public}s", ::dlerror()); in LoadLib()
/drivers/peripheral/vibrator/test/performance/common/
H A Dhdf_vibrator_performance_test.cpp83 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_ONCE); in HWTEST_F()
107 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
131 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET); in HWTEST_F()
/drivers/peripheral/vibrator/test/performance/hdi/
H A Dhdf_vibrator_hdi_performance_test.cpp79 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in HWTEST_F()
103 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in HWTEST_F()
127 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in HWTEST_F()
/drivers/hdf_core/framework/utils/include/
H A Dhdf_message_looper.h23 void (*Stop)(struct HdfMessageLooper *); member
H A Dhdf_thread_ex.h24 void (*Stop)(struct HdfThread *thread); member
/drivers/hdf_core/framework/model/misc/vibrator/driver/src/
H A Dvibrator_driver.c38 drvData->ops.Stop = ops->Stop; in RegisterVibratorOps()
106 CHECK_VIBRATOR_NULL_PTR_RETURN(drvData->ops.Stop); in VibratorWorkEntry()
116 ret = drvData->ops.Stop(); in VibratorWorkEntry()
199 static int32_t Stop(struct HdfSBuf *data, struct HdfSBuf *reply) in Stop() function
314 {VIBRATOR_DRV_IO_STOP, Stop},
/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_control.h55 * @see Stop
67 int32_t (*Stop)(AudioHandle handle); member
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/venc_node/
H A Dvenc_node.h32 RetCode Stop(const int32_t streamId) override;
H A Dvenc_node.cpp32 RetCode VencNode::Stop(const int32_t streamId) in Stop() function in OHOS::Camera::VencNode
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/transform_node/
H A Dtransform_node.cpp28 RetCode TransformNode::Stop(const int32_t streamId) in Stop() function in OHOS::Camera::TransformNode
H A Dtransform_node.h29 RetCode Stop(const int32_t streamId) override;
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Di_audio_control.h25 virtual int32_t Stop() = 0;
/drivers/peripheral/vibrator/test/fuzztest/vibratorstop_fuzzer/
H A Dvibratorstop_fuzzer.cpp31 if (!g_vibratorInterface->Stop(mode)) { in VibratorStopFuzzTest()
/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_mmap_test.cpp191 ret = mmapCapture_->Stop(mmapCapture_); in HWTEST_F()
211 ret = mmapCapture_->Stop(mmapCapture_); in HWTEST_F()
214 ret = mmapCapture_->Stop(mmapCapture_); // restop can be return two state in HWTEST_F()
236 ret = mmapCapture_->Stop(mmapCapture_); in HWTEST_F()
261 ret = mmapCapture_->Stop(mmapCapture_); in HWTEST_F()
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H A Dvibrator_driver.h20 int32_t (*Stop)(void); member
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_control.h56 * @see Stop
68 int32_t (*Stop)(AudioHandle handle); member
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vi_node/
H A Dvi_node.h31 RetCode Stop(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/
H A Dvo_node.h33 RetCode Stop(const int32_t streamId) override;

Completed in 13 milliseconds

12345678