/drivers/peripheral/vibrator/test/unittest/common/ |
D | hdf_vibrator_test.cpp | 99 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 117 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 137 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 157 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 175 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 195 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_BUTT); 198 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 219 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 240 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 258 int32_t endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); [all …]
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
D | audio_idl_hdicapture_control_test.cpp | 76 capture->Stop(capture); 90 capture->Stop(capture); 105 capture->Stop(capture); 118 ret = capture->Stop(capture); 132 ret = capture->Stop(capture); 134 ret = capture->Stop(capture); 148 ret = capture->Stop(capture); 152 capture->Stop(capture); 163 ret = capture->Stop(capture); 178 ret = capture->Stop(captureNull); [all …]
|
D | audio_idl_hdicapture_test.cpp | 90 capture->Stop(capture); 118 capture->Stop(capture); 143 capture->Stop(capture); 175 capture->Stop(capture); 233 capture->Stop(capture); 328 ret = capture->Stop(capture); 368 capture->Stop(capture); 385 capture->Stop(capture); 402 capture->Stop(capture); 431 capture->Stop(capture); [all …]
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
D | audio_idl_hdirender_control_test.cpp | 78 ret = render->Stop(render); 110 ret = render->Stop(render); 125 ret = render->Stop(render); 138 ret = render->Stop(render); 153 ret = render->Stop(render); 155 ret = render->Stop(render); 171 ret = render->Stop(renderNull); 174 ret = render->Stop(render); 193 ret = render->Stop(render); 213 render->Stop(render); [all …]
|
D | audio_idl_hdirender_test.cpp | 82 ret = render->Stop(render); 101 ret = render->Stop(render); 119 ret = render->Stop(render); 142 render->Stop(render); 170 render->Stop(render); 194 render->Stop(render); 217 render->Stop(render); 331 ret = render->Stop(render); 425 render->Stop(render); 442 render->Stop(render); [all …]
|
/drivers/peripheral/vibrator/ |
D | README.md | 43 | int32_t Stop(enum VibratorMode mode) | Stops vibration based on the speci… 86 /* Stop vibration based on the specified vibration mode. */ 87 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 97 /* Stop vibration based on the specified vibration mode. */ 98 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 108 /* Stop vibration based on the specified vibration mode. */ 109 startRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
|
D | README_zh.md | 47 | int32_t Stop(enum VibratorMode mode) | 按照指定的振动模式停止振动。 … 91 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE); 102 endRet = g_vibratorDev->Stop(VIBRATOR_MODE_PRESET); 113 startRet = g_vibratorDev->Stop(VIBRATOR_MODE_ONCE);
|
/drivers/peripheral/vibrator/test/benchmarktest/ |
D | hdf_vibrator_benchmark_test.cpp | 73 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); in BENCHMARK_F() 97 endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); in BENCHMARK_F() 111 BENCHMARK_F(VibratorBenchmarkTest, Stop)(benchmark::State &state) in BENCHMARK_F() argument 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/peripheral/vibrator/test/performance/common/ |
D | hdf_vibrator_performance_test.cpp | 83 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_ONCE); 107 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET); 131 int endRet = g_vibratorPerformanceDev->Stop(VIBRATOR_MODE_PRESET);
|
/drivers/peripheral/vibrator/test/performance/hdi/ |
D | hdf_vibrator_hdi_performance_test.cpp | 79 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_ONCE); 103 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET); 127 int endRet = g_vibratorInterface->Stop(HDF_VIBRATOR_MODE_PRESET);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
D | algo_plugin.cpp | 141 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()
|
/drivers/hdf_core/framework/utils/src/ |
D | hdf_thread_ex.c | 63 thread->Stop = HdfThreadStop; in HdfThreadConstruct() 72 thread->Stop(thread); in HdfThreadDestruct()
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
D | vibrator_driver.c | 38 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/hdf_core/framework/utils/include/ |
D | hdf_message_looper.h | 23 void (*Stop)(struct HdfMessageLooper *); member
|
D | hdf_thread_ex.h | 24 void (*Stop)(struct HdfThread *thread); member
|
/drivers/peripheral/audio/test/unittest/common/capture/ |
D | audio_capture_mmap_test.cpp | 191 ret = mmapCapture_->Stop(mmapCapture_); 211 ret = mmapCapture_->Stop(mmapCapture_); 214 ret = mmapCapture_->Stop(mmapCapture_); // restop can be return two state 236 ret = mmapCapture_->Stop(mmapCapture_); 261 ret = mmapCapture_->Stop(mmapCapture_);
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/venc_node/ |
D | venc_node.h | 32 RetCode Stop(const int32_t streamId) override;
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/transform_node/ |
D | transform_node.h | 29 RetCode Stop(const int32_t streamId) override;
|
D | transform_node.cpp | 28 RetCode TransformNode::Stop(const int32_t streamId) in Stop() function in OHOS::Camera::TransformNode
|
/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
D | i_audio_control.h | 25 virtual int32_t Stop() = 0;
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/pipeline_core/nodes/vo_node/ |
D | vo_node.h | 33 RetCode Stop(const int32_t streamId) override;
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
D | audio_control.h | 67 int32_t (*Stop)(AudioHandle handle); member
|
/drivers/peripheral/audio/interfaces/include/ |
D | audio_control.h | 67 int32_t (*Stop)(AudioHandle handle); member
|
/drivers/peripheral/vibrator/test/fuzztest/vibratorstop_fuzzer/ |
D | vibratorstop_fuzzer.cpp | 31 if (!g_vibratorInterface->Stop(mode)) { in VibratorStopFuzzTest()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
D | isp_manager.cpp | 97 RetCode IspManager::Stop(std::string hardwareName) in Stop() function in OHOS::Camera::IspManager 101 return (*iter)->Stop(); in Stop()
|