Home
last modified time | relevance | path

Searched refs:HAL_LOGE (Results 1 – 17 of 17) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata.cpp39 HAL_LOGE("Can't fill null metadata."); in FillStaticMetadata()
54 HAL_LOGE("Failed to get all static properties."); in FillStaticMetadata()
61 HAL_LOGE("Failed to append all static properties."); in FillStaticMetadata()
86 HAL_LOGE("Failed to add request keys meta key."); in FillStaticMetadata()
93 HAL_LOGE("Failed to add result keys meta key."); in FillStaticMetadata()
100 HAL_LOGE("Failed to add characteristics keys meta key."); in FillStaticMetadata()
131 HAL_LOGE("Can't fill null template."); in GetRequestTemplate()
137 HAL_LOGE("Unrecognized template type %d.", template_type); in GetRequestTemplate()
147 HAL_LOGE("Failed to get all default request fields."); in GetRequestTemplate()
154 HAL_LOGE("Failed to append all default request fields."); in GetRequestTemplate()
[all …]
Dmetadata_common.h67 HAL_LOGE("Failed to update metadata tag %d", tag); in UpdateMetadata()
173 HAL_LOGE("Null pointer passed to SingleTagValue."); in SingleTagValue()
178 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
181 HAL_LOGE( in SingleTagValue()
191 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
204 HAL_LOGE("Null pointer passed to SingleTagValue."); in SingleTagValue()
209 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
212 HAL_LOGE( in SingleTagValue()
223 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
253 HAL_LOGE("Null pointer passed to VectorTagValue."); in VectorTagValue()
[all …]
Dpartial_metadata_factory.h133 HAL_LOGE("At least one option must be provided."); in NoEffectMenuControl()
196 HAL_LOGE("Failed to query control %d.", control_id); in V4L2Control()
204 HAL_LOGE("No acceptable values (min %d is greater than max %d).", in V4L2Control()
221 HAL_LOGE( in V4L2Control()
240 HAL_LOGE("Error converting value %d for control %d.", i, control_id); in V4L2Control()
247 HAL_LOGE("No valid options for control %d.", control_id); in V4L2Control()
256 HAL_LOGE( in V4L2Control()
272 HAL_LOGE( in V4L2Control()
280 HAL_LOGE( in V4L2Control()
290 HAL_LOGE("Control %d (%s) is of unsupported type %d", in V4L2Control()
Dmap_converter.h66 HAL_LOGE("Empty conversion map."); in MetadataToV4L2()
73 HAL_LOGE("Failed to perform underlying conversion."); in MetadataToV4L2()
128 HAL_LOGE("Couldn't find map conversion of V4L2 value %d.", value); in V4L2ToMetadata()
Dv4l2_control_delegate.h42 HAL_LOGE("Failed to get device value for control %d.", control_id_); in GetValue()
52 HAL_LOGE("Failed to convert metadata value to V4L2."); in SetValue()
Dcontrol.h152 HAL_LOGE("Failure while searching for request value for tag %d", in SupportsRequestValues()
180 HAL_LOGE("Failure while searching for request value for tag %d", in SetRequestValues()
187 HAL_LOGE("Unsupported value requested for control %d.", delegate_->tag()); in SetRequestValues()
Dboottime_state_delegate.cpp29 HAL_LOGE("Failed to get BOOTTIME for state delegate: %d (%s)", in GetValue()
Dmenu_control_options.h49 HAL_LOGE("Can't get default value, options are empty."); in DefaultValueForTemplate()
Dslider_control_options.h53 HAL_LOGE("No valid default slider option, min is greater than max."); in DefaultValueForTemplate()
Dranged_converter.h74 HAL_LOGE("Failed to perform underlying conversion."); in MetadataToV4L2()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp56 HAL_LOGE("Failed to initialize V4L2 wrapper."); in NewV4L2Camera()
63 HAL_LOGE("Failed to initialize V4L2 metadata: %d", res); in NewV4L2Camera()
93 HAL_LOGE("Already connected. Please disconnect and try again."); in connect()
99 HAL_LOGE("Failed to connect to device."); in connect()
134 HAL_LOGE("Failed to get static metadata."); in initStaticInfo()
142 HAL_LOGE("Failed to get max num input streams from static metadata."); in initStaticInfo()
148 HAL_LOGE("Failed to get max num output streams from static metadata."); in initStaticInfo()
178 HAL_LOGE("Failed to start buffer enqueue thread: %d", res); in initDevice()
185 HAL_LOGE("Failed to start buffer dequeue thread: %d", res); in initDevice()
237 HAL_LOGE("Failed to set settings."); in enqueueRequestBuffers()
[all …]
Dv4l2_wrapper.cpp77 HAL_LOGE("failed to open %s (%s)", device_path_.c_str(), strerror(errno)); in Connect()
107 HAL_LOGE("Camera device %s is not connected, cannot disconnect.", in Disconnect()
134 HAL_LOGE("Device %s not connected.", device_path_.c_str()); in IoctlLocked()
142 HAL_LOGE("Stream format must be set before turning on stream."); in StreamOn()
148 HAL_LOGE("STREAMON fails (%d): %s", errno, strerror(errno)); in StreamOn()
168 HAL_LOGE("STREAMOFF fails: %s", strerror(errno)); in StreamOff()
192 HAL_LOGE("QUERY_EXT_CTRL fails: %s", strerror(errno)); in QueryControl()
203 HAL_LOGE("QUERYCTRL fails: %s", strerror(errno)); in QueryControl()
255 HAL_LOGE("G_EXT_CTRLS fails: %s", strerror(errno)); in GetControl()
262 HAL_LOGE("G_CTRL fails: %s", strerror(errno)); in GetControl()
[all …]
Dformat_metadata_factory.cpp29 HAL_LOGE("Null result formats pointer passed"); in GetHalFormats()
36 HAL_LOGE("Failed to get device formats."); in GetHalFormats()
99 HAL_LOGE( in AddFormatComponents()
124 HAL_LOGE("Couldn't find V4L2 format for HAL format %d", hal_format); in AddFormatComponents()
143 HAL_LOGE( in AddFormatComponents()
151 HAL_LOGE( in AddFormatComponents()
168 HAL_LOGE("Failed to get all frame sizes for format %d", v4l2_format); in AddFormatComponents()
185 HAL_LOGE( in AddFormatComponents()
Dv4l2_camera_hal.cpp57 HAL_LOGE("Failed to open /dev"); in V4L2CameraHAL()
84 HAL_LOGE("failed to open %s (%s).", node.c_str(), strerror(errno)); in V4L2CameraHAL()
89 HAL_LOGE( in V4L2CameraHAL()
92 HAL_LOGE("%s is not a V4L2 video capture device.", node.c_str()); in V4L2CameraHAL()
102 HAL_LOGE("Failed to initialize camera at %s.", node.c_str()); in V4L2CameraHAL()
162 HAL_LOGE( in openDevice()
Dcommon.h26 #define HAL_LOGE(fmt, args...) do { \ macro
Dstream_format.cpp169 HAL_LOGE("Conversion between YU12 and 0x%x not supported.", fourcc); in FindBestFitFormat()
Dv4l2_metadata_factory.cpp51 HAL_LOGE("Failed to connect to device: %d.", temp_connection.status()); in GetV4L2Metadata()
563 HAL_LOGE("Failed to initialize format components."); in GetV4L2Metadata()