/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_post_view.cpp | 19 StreamPostView::StreamPostView(const int32_t id, in StreamPostView() argument
|
H A D | stream_preview.cpp | 19 StreamPreview::StreamPreview(const int32_t id, in StreamPreview() argument
|
H A D | stream_video.cpp | 19 StreamVideo::StreamVideo(const int32_t id, in StreamVideo() argument
|
/drivers/hdf_core/framework/core/shared/src/ |
H A D | ioserstat_listener.c | 13 OnIoServiceEventReceive( struct HdfDevEventlistener *listener, struct HdfIoService *service, uint32_t id, struct HdfSBuf *data) OnIoServiceEventReceive() argument
|
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_dfx_vdi.cpp | 46 int32_t id = 0;
in SetTimer() local 56 void CancelTimer(int32_t id)
in CancelTimer() argument
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_manager.cpp | 34 uint64_t id = static_cast<uint64_t>(tv.tv_sec) * 1000 * 1000 + tv.tv_usec; // 1000:usec in GenerateBufferPoolId() local 42 std::shared_ptr<IBufferPool> BufferManager::GetBufferPool(uint64_t id) in GetBufferPool() argument 64 EraseBufferPoolMapById(uint64_t id) EraseBufferPoolMapById() argument [all...] |
H A D | buffer_tracking.cpp | 71 int32_t BufferTracking::IsNodeEmpty(const int32_t id, const std::string node) in IsNodeEmpty() argument 77 int32_t BufferTracking::IsNodeEmpty(const int32_t id, const std::string beginNode, const std::string endNode) in IsNodeEmpty() argument 83 void BufferTracking::DumpBufferTrace(const int32_t id, BufferTraceGraph& graph) in DumpBufferTrace() argument
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | driver_os_account_subscriber.cpp | 28 void DriverOsAccountSwitched::OnAccountsChanged(const int &id) in OnAccountsChanged() argument 51 void DriverOsAccountSwitching::OnAccountsChanged(const int &id) in OnAccountsChanged() argument
|
/drivers/hdf_core/framework/core/adapter/vnode/include/ |
H A D | hdf_vnode_adapter.h | 27 uint32_t id; member
|
/drivers/hdf_core/framework/model/storage/include/mtd/ |
H A D | mtd_spi_nor.h | 32 uint8_t id[MTD_FLASH_ID_LEN_MAX]; member
|
/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | mmc_if.c | 24 static void *MmcCntlrObjGetByNumber(int16_t id) in MmcCntlrObjGetByNumber() argument 59 DevHandle MmcOpen(int16_t id) in MmcOpen() argument
|
/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_product.h | 71 uint8_t id; member
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | watchdog_test.h | 29 int16_t id; member
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | buffer_trace.h | 47 bool operator==(const TrackingBuffer& id) in operator ==() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/ |
H A D | params.h | 20 uint8_t id; member 25 uint8_t id; member
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_encoder.h | 35 void SetCrtcId(uint32_t id) in SetCrtcId() argument
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_crtc.cpp | 75 int32_t DrmCrtc::BindToDisplay(uint32_t id) in BindToDisplay() argument 83 void DrmCrtc::UnBindDisplay(uint32_t id) in UnBindDisplay() argument 98 int32_t DrmCrtc::SetActivieMode(int32_t id) in SetActivieMode() argument [all...] |
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_crtc.cpp | 45 int32_t DrmCrtc::BindToDisplay(uint32_t id)
in BindToDisplay() argument 53 void DrmCrtc::UnBindDisplay(uint32_t id)
in UnBindDisplay() argument 68 int32_t DrmCrtc::SetActivieMode(int32_t id)
in SetActivieMode() argument [all...] |
H A D | drm_encoder.h | 36 void SetCrtcId(uint32_t id)
in SetCrtcId() argument
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wlan_product.c | 77 int HdfWlanSendBroadcastEvent(uint32_t id, const struct HdfSBuf *data)
in HdfWlanSendBroadcastEvent() argument
|
/drivers/hdf_core/framework/support/platform/src/mipi/ |
H A D | mipi_dsi_if.c | 14 DevHandle MipiDsiOpen(uint8_t id) in MipiDsiOpen() argument
|
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/qos/ |
H A D | flow_control_test.c | 121 FlowControlQueueID id; in WiFiFlowControlTestGetEapolQueueId() local 148 FlowControlQueueID id; in WiFiFlowControlTestSendData() local
|
/drivers/peripheral/audio/supportlibs/adm_adapter/include/ |
H A D | audio_interface_lib_common.h | 41 struct AudioCtlElemId id; member 46 struct AudioCtlElemId id; member
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | buffer_producer_wrapper.cpp | 24 void BindBufferProducer(int id, OHOS::sptr<OHOS::IBufferProducer>& producer) in BindBufferProducer() argument 137 void BufferProducerDetachBufferProducer(int id) in BufferProducerDetachBufferProducer() argument
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | offline_pipeline_manager.cpp | 64 RetCode OfflinePipelineManager::DestoryOfflinePipeline(int32_t id) in DestoryOfflinePipeline() argument 112 std::shared_ptr<OfflinePipeline> OfflinePipelineManager::FindOfflinePipeline(int32_t id) in FindOfflinePipeline() argument 129 bool OfflinePipelineManager::CheckCaptureIdExist(int32_t id, int32_t captureId) in CheckCaptureIdExist() argument
|