Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 33) sorted by relevance

12

/drivers/framework/tools/hdi-gen/util/
Dstring.h105 String& operator=(const char* string); variable
107 String& operator=(const String& other); variable
109 String& operator=(String && other); variable
137 int operator()(const String& key) const in operator() function
144 bool operator()(const String& lhs, const String& rhs) const in operator() function
Dautoptr.h28 AutoPtr& operator=(T* other); variable
30 AutoPtr& operator=(const AutoPtr<T>& other); variable
32 AutoPtr& operator=(AutoPtr<T> && other); variable
/drivers/peripheral/camera/hal/hdi_impl/include/stream_operator/
Dstream_preview.h31 StreamPreview& operator=(const StreamPreview &other) = delete; variable
32 StreamPreview& operator=(StreamPreview &&other) = delete; variable
Dstream_video.h31 StreamVideo& operator=(const StreamVideo &other) = delete; variable
32 StreamVideo& operator=(StreamVideo &&other) = delete; variable
Dstream_operator.h55 StreamOperator& operator=(const StreamOperator& other) = delete; variable
56 StreamOperator& operator=(StreamOperator&& other) = delete; variable
Dcapture_message.h49 ICaptureMessage& operator=(const ICaptureMessage& other) = delete; variable
50 ICaptureMessage& operator=(ICaptureMessage&& other) = delete; variable
139 CaptureMessageOperator& operator=(const CaptureMessageOperator& other) = delete; variable
140 CaptureMessageOperator& operator=(CaptureMessageOperator&& other) = delete; variable
Dstream_base.h34 StreamBase& operator=(const StreamBase& other) = delete; variable
35 StreamBase& operator=(StreamBase&& other) = delete; variable
/drivers/peripheral/camera/hal/pipeline_core/utils/
Dno_copyable.h23 NoCopyable& operator=(const NoCopyable& n) = delete; variable
24 NoCopyable& operator=(NoCopyable&& n) = delete; variable
/drivers/peripheral/camera/hal_c/hdi_cif/include/
Dcamera_device.h32 CameraDevice& operator=(const CameraDevice& other) = delete; variable
33 CameraDevice& operator=(CameraDevice&& other) = delete; variable
Dstream_operator.h49 StreamOperator& operator=(const StreamOperator &other) = delete; variable
50 StreamOperator& operator=(StreamOperator &&other) = delete; variable
Dcamera_host.h45 CameraHost& operator=(const CameraHost& other) = delete; variable
46 CameraHost& operator=(CameraHost&& other) = delete; variable
/drivers/peripheral/camera/hal/pipeline_core/ipp/include/
Doffline_pipeline_manager.h43 OfflinePipelineManager& operator=(const OfflinePipelineManager&); variable
45 OfflinePipelineManager& operator=(OfflinePipelineManager&&); variable
Dipp_algo_parser.h34 IppAlgoParser& operator=(const IppAlgoParser& other) = delete; variable
35 IppAlgoParser& operator=(IppAlgoParser&& other) = delete; variable
/drivers/peripheral/camera/hal/include/
Dbuffer_manager.h39 BufferManager& operator=(const BufferManager&); variable
41 BufferManager& operator=(BufferManager&&); variable
/drivers/peripheral/camera/hal/hdi_impl/include/camera_device/
Dcamera_device.h33 CameraDevice& operator=(const CameraDevice &other) = delete; variable
34 CameraDevice& operator=(CameraDevice &&other) = delete; variable
Dcamera_device_impl.h35 CameraDeviceImpl& operator=(const CameraDeviceImpl &other) = delete; variable
36 CameraDeviceImpl& operator=(CameraDeviceImpl &&other) = delete; variable
/drivers/peripheral/camera/hal/hdi_impl/include/camera_host/
Dcamera_host.h46 CameraHost& operator=(const CameraHost &other) = delete; variable
47 CameraHost& operator=(CameraHost &&other) = delete; variable
Dcamera_host_impl.h43 CameraHostImpl& operator=(const CameraHostImpl &other) = delete; variable
44 CameraHostImpl& operator=(CameraHostImpl &&other) = delete; variable
Dhcs_deal.h36 HcsDeal& operator=(const HcsDeal &other) = delete; variable
37 HcsDeal& operator=(HcsDeal &&other) = delete; variable
Dcamera_host_config.h44 CameraHostConfig& operator=(const CameraHostConfig &other) = delete; variable
45 CameraHostConfig& operator=(CameraHostConfig &&other) = delete; variable
/drivers/peripheral/camera/hal/buffer_manager/include/
Dbuffer_allocator_factory.h52 BufferAllocatorFactory& operator=(const BufferAllocatorFactory&); variable
54 BufferAllocatorFactory& operator=(BufferAllocatorFactory&&); variable
Dbuffer_loop_tracking.h117 BufferLoopTracking& operator=(const BufferLoopTracking&); variable
119 BufferLoopTracking& operator=(BufferLoopTracking&&); variable
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/stream_tunnel/lite/
Dstream_tunnel.h52 StreamTunnel& operator=(const StreamTunnel& other) = delete; variable
53 StreamTunnel& operator=(StreamTunnel&& other) = delete; variable
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/stream_tunnel/standard/
Dstream_tunnel.h52 StreamTunnel& operator=(const StreamTunnel& other) = delete; variable
53 StreamTunnel& operator=(StreamTunnel&& other) = delete; variable
/drivers/peripheral/display/hdi_service/device/include/proxy/
Ddisplay_device_proxy.h37 DisplayDeviceProxy &operator=(const DisplayDeviceProxy &) = delete; variable

12