HomeSort by relevance Sort by last modified time
    Searched refs:HAL_LOGE (Results 1 - 17 of 17) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
metadata.cpp 39 HAL_LOGE("Can't fill null metadata.");
54 HAL_LOGE("Failed to get all static properties.");
61 HAL_LOGE("Failed to append all static properties.");
86 HAL_LOGE("Failed to add request keys meta key.");
93 HAL_LOGE("Failed to add result keys meta key.");
100 HAL_LOGE("Failed to add characteristics keys meta key.");
131 HAL_LOGE("Can't fill null template.");
137 HAL_LOGE("Unrecognized template type %d.", template_type);
147 HAL_LOGE("Failed to get all default request fields.");
154 HAL_LOGE("Failed to append all default request fields.")
    [all...]
boottime_state_delegate.cpp 29 HAL_LOGE("Failed to get BOOTTIME for state delegate: %d (%s)",
metadata_common.h 67 HAL_LOGE("Failed to update metadata tag %d", tag);
173 HAL_LOGE("Null pointer passed to SingleTagValue.");
178 HAL_LOGE("Metadata tag %d is empty.", tag);
181 HAL_LOGE(
191 HAL_LOGE("Metadata tag %d is empty.", tag);
204 HAL_LOGE("Null pointer passed to SingleTagValue.");
209 HAL_LOGE("Metadata tag %d is empty.", tag);
212 HAL_LOGE(
223 HAL_LOGE("Metadata tag %d is empty.", tag);
253 HAL_LOGE("Null pointer passed to VectorTagValue.")
    [all...]
v4l2_control_delegate.h 42 HAL_LOGE("Failed to get device value for control %d.", control_id_);
52 HAL_LOGE("Failed to convert metadata value to V4L2.");
partial_metadata_factory.h 133 HAL_LOGE("At least one option must be provided.");
196 HAL_LOGE("Failed to query control %d.", control_id);
204 HAL_LOGE("No acceptable values (min %d is greater than max %d).",
221 HAL_LOGE(
240 HAL_LOGE("Error converting value %d for control %d.", i, control_id);
247 HAL_LOGE("No valid options for control %d.", control_id);
256 HAL_LOGE(
272 HAL_LOGE(
280 HAL_LOGE(
290 HAL_LOGE("Control %d (%s) is of unsupported type %d"
    [all...]
map_converter.h 66 HAL_LOGE("Empty conversion map.");
73 HAL_LOGE("Failed to perform underlying conversion.");
128 HAL_LOGE("Couldn't find map conversion of V4L2 value %d.", value);
control.h 152 HAL_LOGE("Failure while searching for request value for tag %d",
180 HAL_LOGE("Failure while searching for request value for tag %d",
187 HAL_LOGE("Unsupported value requested for control %d.", delegate_->tag());
menu_control_options.h 49 HAL_LOGE("Can't get default value, options are empty.");
slider_control_options.h 53 HAL_LOGE("No valid default slider option, min is greater than max.");
ranged_converter.h 74 HAL_LOGE("Failed to perform underlying conversion.");
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera.cpp 56 HAL_LOGE("Failed to initialize V4L2 wrapper.");
63 HAL_LOGE("Failed to initialize V4L2 metadata: %d", res);
93 HAL_LOGE("Already connected. Please disconnect and try again.");
99 HAL_LOGE("Failed to connect to device.");
134 HAL_LOGE("Failed to get static metadata.");
142 HAL_LOGE("Failed to get max num input streams from static metadata.");
148 HAL_LOGE("Failed to get max num output streams from static metadata.");
178 HAL_LOGE("Failed to start buffer enqueue thread: %d", res);
185 HAL_LOGE("Failed to start buffer dequeue thread: %d", res);
237 HAL_LOGE("Failed to set settings.")
    [all...]
v4l2_wrapper.cpp 77 HAL_LOGE("failed to open %s (%s)", device_path_.c_str(), strerror(errno));
107 HAL_LOGE("Camera device %s is not connected, cannot disconnect.",
134 HAL_LOGE("Device %s not connected.", device_path_.c_str());
142 HAL_LOGE("Stream format must be set before turning on stream.");
148 HAL_LOGE("STREAMON fails (%d): %s", errno, strerror(errno));
168 HAL_LOGE("STREAMOFF fails: %s", strerror(errno));
192 HAL_LOGE("QUERY_EXT_CTRL fails: %s", strerror(errno));
203 HAL_LOGE("QUERYCTRL fails: %s", strerror(errno));
255 HAL_LOGE("G_EXT_CTRLS fails: %s", strerror(errno));
262 HAL_LOGE("G_CTRL fails: %s", strerror(errno))
    [all...]
format_metadata_factory.cpp 29 HAL_LOGE("Null result formats pointer passed");
36 HAL_LOGE("Failed to get device formats.");
99 HAL_LOGE(
124 HAL_LOGE("Couldn't find V4L2 format for HAL format %d", hal_format);
143 HAL_LOGE(
151 HAL_LOGE(
168 HAL_LOGE("Failed to get all frame sizes for format %d", v4l2_format);
185 HAL_LOGE(
v4l2_camera_hal.cpp 57 HAL_LOGE("Failed to open /dev");
84 HAL_LOGE("failed to open %s (%s).", node.c_str(), strerror(errno));
89 HAL_LOGE(
92 HAL_LOGE("%s is not a V4L2 video capture device.", node.c_str());
102 HAL_LOGE("Failed to initialize camera at %s.", node.c_str());
162 HAL_LOGE(
common.h 26 #define HAL_LOGE(fmt, args...) do { \
stream_format.cpp 169 HAL_LOGE("Conversion between YU12 and 0x%x not supported.", fourcc);
v4l2_metadata_factory.cpp 51 HAL_LOGE("Failed to connect to device: %d.", temp_connection.status());
563 HAL_LOGE("Failed to initialize format components.");

Completed in 250 milliseconds