Home
last modified time | relevance | path

Searched refs:Interrupt (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-hwi.md33 - Interrupt information (**LOSCFG_CPUP_INCLUDE_IRQ** disabled):
71 - Interrupt information (**LOSCFG_CPUP_INCLUDE_IRQ** enabled):
113 | InterruptNo | Interrupt number.|
116 | ATime | Interrupt handling time.|
120 | mode | Interrupt type, which can be any of the following:<br>- **normal**: non-shared interrupt…
H A Dkernel-mini-basic-interrupt.md1 # Interrupt Management
12 - Interrupt ID
18 - Interrupt priority
21 - Interrupt handler
24 - Interrupt triggering
27 - Interrupt vector
30 - Interrupt vector table
102 /* Interrupt ID to verify */
105 /* Interrupt handler */
120 HWI_PRIOR_T hwiPrio = 3; // Interrupt priority
H A Dkernel-small-basic-interrupt.md1 # Interrupt and Exception Handling
31 **Figure 1** Interrupt vector table
43 ##### Creating or Deleting an Interrupt
58 ##### Obtaining Interrupt Information
89 /* Interrupt handler function*/
H A Dkernel-small-debug-process-cpu.md17 - Interrupt CPUP
18Interrupt CPUP refers to the CPU usage of a single interrupt. It reflects the interrupt status, bu…
33 - Interrupt CPUP
43 Interrupt CPUP = Total running time of the interrupt/Total running time of the system
59 | Interrupt CPUP| LOS_GetAllIrqCpuUsage | Obtains the historical CPUP of all interrupts in the syst…
H A Dkernel-mini-extend-cpup.md20 **Interrupt CPUP**
24 Interrupt CPUP indicates the CPU usage of a single interrupt out of the total interrupt duration. T…
46 Interrupt CPUP = Running time of a single interrupt/Total running time of all interrupts
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_session_v12.md27 | [Interrupt](#interrupt) () | 中断进程会话。 |
71 ### Interrupt()
74 IImageProcessSession::Interrupt ()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp69 postProcessor_->Interrupt(); in RemoveImage()
99 Interrupt(); in ProcessImage()
222 void DeferredPhotoProcessor::Interrupt() in Interrupt() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
225 postProcessor_->Interrupt(); in Interrupt()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_smartalbum_map_operations_test/src/
H A Dtrash_async_worker_test.cpp44 asyncWorker->Interrupt();
56 asyncWorker1->Interrupt();
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-basic-interrupt.md23 …通过对中断控制器编程来打开和关闭中断源、设置中断源的优先级和触发方式。常用的中断控制器有VIC(Vector Interrupt Controller)和GIC(General Interrupt
/ohos5.0/drivers/interface/camera/v1_2/
H A DIImageProcessSession.idl82 * @brief Interrupt the process session.
87 Interrupt();
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIImageProcessSession.idl82 * @brief Interrupt the process session.
87 Interrupt();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dtrash_async_worker.h30 EXPORT void Interrupt();
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dtrash_async_worker.cpp45 void TrashAsyncTaskWorker::Interrupt() in Interrupt() function in OHOS::Media::TrashAsyncTaskWorker
/ohos5.0/drivers/interface/camera/v1_3/
H A DIVideoProcessSession.idl117 * @brief Interrupt the process session.
122 Interrupt();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h61 void Interrupt();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h52 void Interrupt();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_async_worker/include/
H A Dmedialibrary_async_worker.h60 ASYNC_WORKER_API_EXPORT void Interrupt();
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_session_service.cpp.txt50 int32_t ImageProcessSessionService::Interrupt()
H A Dimage_process_session_service.h.txt40 int32_t Interrupt() override;
H A Diimage_process_session.h.txt81 virtual int32_t Interrupt() = 0;
H A Dimage_process_session_proxy.h.txt48 int32_t Interrupt() override;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-i3c-develop.md9 …C总线拥有更高的速度、更低的功耗,支持带内中断、从设备热接入以及切换当前主设备,同时向后兼容I2C从设备。I3C增加了带内中断(In-Bind Interrupt)功能,支持I3C设备进行热接入操…
13 - IBI(In-Band Interrupt):带内中断。
98 | requestIbi | **device**:结构体指针,核心层I3C设备 | 无 | HDF_STATUS相关状态 | 为I3C设备请求IBI(In-Bind Interrupt,即带内中断…
H A Ddriver-platform-i3c-des.md9 …C总线拥有更高的速度、更低的功耗,支持带内中断、从设备热接入以及切换当前主设备,同时向后兼容I2C从设备。I3C增加了带内中断(In-Bind Interrupt)功能,支持I3C设备进行热接入操…
23 - IBI(In-Band Interrupt)<br>
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp87 imageProcessSession_->Interrupt(); in InterruptApi()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/
H A Dmedialibrary_async_worker.cpp72 void MediaLibraryAsyncWorker::Interrupt() in Interrupt() function in OHOS::Media::MediaLibraryAsyncWorker

123