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.cpp40 HAL_LOGE("Can't fill null metadata."); in FillStaticMetadata()
55 HAL_LOGE("Failed to get all static properties."); in FillStaticMetadata()
62 HAL_LOGE("Failed to append all static properties."); in FillStaticMetadata()
87 HAL_LOGE("Failed to add request keys meta key."); in FillStaticMetadata()
94 HAL_LOGE("Failed to add result keys meta key."); in FillStaticMetadata()
101 HAL_LOGE("Failed to add characteristics keys meta key."); in FillStaticMetadata()
132 HAL_LOGE("Can't fill null template."); in GetRequestTemplate()
138 HAL_LOGE("Unrecognized template type %d.", template_type); in GetRequestTemplate()
148 HAL_LOGE("Failed to get all default request fields."); in GetRequestTemplate()
155 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()
182 HAL_LOGE("Null pointer passed to SingleTagValue."); in SingleTagValue()
187 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
190 HAL_LOGE( in SingleTagValue()
200 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
213 HAL_LOGE("Null pointer passed to SingleTagValue."); in SingleTagValue()
218 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
221 HAL_LOGE( in SingleTagValue()
232 HAL_LOGE("Metadata tag %d is empty.", tag); in SingleTagValue()
262 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.h151 HAL_LOGE("Failure while searching for request value for tag %d", in SupportsRequestValues()
179 HAL_LOGE("Failure while searching for request value for tag %d", in SetRequestValues()
186 HAL_LOGE("Unsupported value requested for control %d.", delegate_->tag()); in SetRequestValues()
Dboottime_state_delegate.cpp34 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.h52 HAL_LOGE("No valid default slider option, min is greater than max."); in DefaultValueForTemplate()
Dranged_converter.h75 HAL_LOGE("Failed to perform underlying conversion."); in MetadataToV4L2()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp45 HAL_LOGE("Failed to initialize V4L2 wrapper."); in NewV4L2Camera()
52 HAL_LOGE("Failed to initialize V4L2 metadata: %d", res); in NewV4L2Camera()
82 HAL_LOGE("Already connected. Please disconnect and try again."); in connect()
88 HAL_LOGE("Failed to connect to device."); in connect()
123 HAL_LOGE("Failed to get static metadata."); in initStaticInfo()
131 HAL_LOGE("Failed to get max num input streams from static metadata."); in initStaticInfo()
137 HAL_LOGE("Failed to get max num output streams from static metadata."); in initStaticInfo()
167 HAL_LOGE("Failed to start buffer enqueue thread: %d", res); in initDevice()
174 HAL_LOGE("Failed to start buffer dequeue thread: %d", res); in initDevice()
226 HAL_LOGE("Failed to set settings."); in enqueueRequestBuffers()
[all …]
Dv4l2_wrapper.cpp75 HAL_LOGE("failed to open %s (%s)", device_path_.c_str(), strerror(errno)); in Connect()
105 HAL_LOGE("Camera device %s is not connected, cannot disconnect.", in Disconnect()
132 HAL_LOGE("Device %s not connected.", device_path_.c_str()); in IoctlLocked()
140 HAL_LOGE("Stream format must be set before turning on stream."); in StreamOn()
146 HAL_LOGE("STREAMON fails (%d): %s", errno, strerror(errno)); in StreamOn()
166 HAL_LOGE("STREAMOFF fails: %s", strerror(errno)); in StreamOff()
190 HAL_LOGE("QUERY_EXT_CTRL fails: %s", strerror(errno)); in QueryControl()
201 HAL_LOGE("QUERYCTRL fails: %s", strerror(errno)); in QueryControl()
253 HAL_LOGE("G_EXT_CTRLS fails: %s", strerror(errno)); in GetControl()
260 HAL_LOGE("G_CTRL fails: %s", strerror(errno)); in GetControl()
[all …]
Dformat_metadata_factory.cpp36 HAL_LOGE("Null result formats pointer passed"); in GetHalFormats()
43 HAL_LOGE("Failed to get device formats."); in GetHalFormats()
106 HAL_LOGE( in AddFormatComponents()
131 HAL_LOGE("Couldn't find V4L2 format for HAL format %d", hal_format); in AddFormatComponents()
150 HAL_LOGE( in AddFormatComponents()
158 HAL_LOGE( in AddFormatComponents()
175 HAL_LOGE("Failed to get all frame sizes for format %d", v4l2_format); in AddFormatComponents()
192 HAL_LOGE( in AddFormatComponents()
Dv4l2_camera_hal.cpp60 HAL_LOGE("Failed to open /dev"); in V4L2CameraHAL()
87 HAL_LOGE("failed to open %s (%s).", node.c_str(), strerror(errno)); in V4L2CameraHAL()
92 HAL_LOGE( in V4L2CameraHAL()
95 HAL_LOGE("%s is not a V4L2 video capture device.", node.c_str()); in V4L2CameraHAL()
105 HAL_LOGE("Failed to initialize camera at %s.", node.c_str()); in V4L2CameraHAL()
165 HAL_LOGE( in openDevice()
Dcommon.h23 #define HAL_LOGE(fmt, args...) do { \ macro
Dstream_format.cpp166 HAL_LOGE("Conversion between YU12 and 0x%x not supported.", fourcc); in FindBestFitFormat()
Dv4l2_metadata_factory.cpp52 HAL_LOGE("Failed to connect to device: %d.", temp_connection.status()); in GetV4L2Metadata()
564 HAL_LOGE("Failed to initialize format components."); in GetV4L2Metadata()