Searched refs:ALOGE (Results 1 - 25 of 624) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DCamera.cpp50 ALOGE("camera remote is a NULL pointer");
H A DCameraBase.cpp218 ALOGE("Error reading number of cameras: %s",
H A DCameraMetadata.cpp60 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__);
84 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
88 ALOGE("%s: Can't unlock CameraMetadata with wrong pointer!",
98 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
108 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
119 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
132 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
144 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
165 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
174 ALOGE("Updat
[all...]
H A DCameraParameters.cpp242 //XXX ALOGE("Key \"%s\"contains invalid character (= or ;)", key);
247 //XXX ALOGE("Value \"%s\"contains invalid character (= or ;)", value);
305 ALOGE("Cannot find delimeter (%c) in str=%s", delim, str);
335 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
H A DCameraParameters2.cpp96 //XXX ALOGE("Key \"%s\"contains invalid character (= or ;)", key);
101 //XXX ALOGE("Value \"%s\"contains invalid character (= or ;)", value);
152 ALOGE("%s: key1 must not be NULL", __FUNCTION__);
155 ALOGE("%s: key2 must not be NULL", __FUNCTION__);
158 ALOGE("%s: order must not be NULL", __FUNCTION__);
193 ALOGE("Cannot find delimeter (%c) in str=%s", delim, str);
223 ALOGE("Picture sizes string \"%s\" contains invalid character.", sizesStr);
H A DCameraUtils.cpp43 ALOGE("%s: Can't find android.sensor.orientation in static metadata!", __FUNCTION__);
49 ALOGE("%s: Can't find android.lens.facing in static metadata!", __FUNCTION__);
72 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
98 ALOGE("%s: Invalid HAL android.sensor.orientation value: %d",
H A DCaptureResult.cpp31 ALOGE("%s: Null parcel", __FUNCTION__);
48 ALOGE("%s: Null parcel", __FUNCTION__);
77 ALOGE("%s: parcel is null", __FUNCTION__);
86 ALOGE("%s: Failed to read metadata from parcel.",
94 ALOGE("%s: Failed to read result extras from parcel.",
108 ALOGE("%s: parcel is null", __FUNCTION__);
116 ALOGE("%s: Failed to write metadata to parcel", __FUNCTION__);
123 ALOGE("%s: Failed to write result extras to parcel", __FUNCTION__);
H A DICameraClient.cpp144 ALOGE("%s: Failed to read timestamp: %s (%d)", __FUNCTION__, strerror(-res), res);
149 ALOGE("%s: Received a null native handle", __FUNCTION__);
H A DICameraRecordingProxyListener.cpp90 ALOGE("%s: Failed to read timestamp: %s (%d)", __FUNCTION__, strerror(-res), res);
96 ALOGE("%s: Received a null native handle", __FUNCTION__);
H A DVendorTagDescriptor.cpp102 ALOGE("%s: parcel argument was NULL.", __FUNCTION__);
108 ALOGE("%s: could not read tag count from parcel", __FUNCTION__);
113 ALOGE("%s: tag count %d from vendor ops is invalid.", __FUNCTION__, tagCount);
125 ALOGE("%s: could not read tag id from parcel for index %d", __FUNCTION__, i);
129 ALOGE("%s: vendor tag %d not in vendor tag section.", __FUNCTION__, tag);
134 ALOGE("%s: could not read tag type from parcel for tag %d", __FUNCTION__, tag);
138 ALOGE("%s: tag type %d from vendor ops does not exist.", __FUNCTION__, tagType);
144 ALOGE("%s: parcel tag name was NULL for tag %d.", __FUNCTION__, tag);
150 ALOGE("%s: could not read section index for tag %d.", __FUNCTION__, tag);
169 ALOGE("
[all...]
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp33 ALOGE("%s: Null parcel", __FUNCTION__);
43 ALOGE("%s: Failed to read metadata from parcel", __FUNCTION__);
50 ALOGE("%s: Failed to read surface list size from parcel", __FUNCTION__);
88 ALOGE("%s: Failed to read reprocessing from parcel", __FUNCTION__);
98 ALOGE("%s: Null parcel", __FUNCTION__);
H A DOutputConfiguration.cpp63 ALOGE("%s: Failed to read rotation from parcel", __FUNCTION__);
69 ALOGE("%s: Failed to read surface set ID from parcel", __FUNCTION__);
75 ALOGE("%s: Failed to read surface from parcel", __FUNCTION__);
/frameworks/av/camera/ndk/
H A DNdkCameraCaptureSession.cpp47 ALOGE("%s: Error: invalid input: session %p, device %p",
53 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
61 ALOGE("%s: unknown failure: device is null", __FUNCTION__);
74 ALOGE("%s: Error: invalid input: session %p, numRequest %d, requests %p",
80 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
95 ALOGE("%s: Error: invalid input: session %p, numRequest %d, requests %p",
101 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
113 ALOGE("%s: Error: session is null", __FUNCTION__);
118 ALOGE("%s: session %p is already closed", __FUNCTION__, session);
128 ALOGE("
[all...]
H A DNdkCameraDevice.cpp33 ALOGE("%s: invalid argument! device is null", __FUNCTION__);
44 ALOGE("%s: invalid argument! device is null", __FUNCTION__);
57 ALOGE("%s: invalid argument! device %p request %p",
70 ALOGE("%s: unknown template ID %d", __FUNCTION__, templateId);
81 ALOGE("%s: Error: out null", __FUNCTION__);
102 ALOGE("%s: Error: bad argument. window %p, out %p",
124 ALOGE("%s: Error: invalid input: container %p, output %p",
140 ALOGE("%s: Error: invalid input: container %p, output %p",
156 ALOGE("%s: Error: invalid input: device %p, outputs %p, callbacks %p, session %p",
H A DNdkCameraManager.cpp48 ALOGE("%s: invalid argument! manager %p, cameraIdList %p",
68 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__);
72 ALOGE("%s: invalid argument! callback %p, "
87 ALOGE("%s: invalid argument! callback is null!", __FUNCTION__);
91 ALOGE("%s: invalid argument! callback %p, "
106 ALOGE("%s: invalid argument! mgr %p cameraId %p chars %p",
120 ALOGE("%s: invalid argument! mgr %p cameraId %p callback %p device %p",
H A DNdkCameraMetadata.cpp34 ALOGE("%s: invalid argument! metadata %p, tag 0x%x, entry %p",
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
57 ALOGE("%s: src is null!", __FUNCTION__);
H A DNdkCaptureRequest.cpp33 ALOGE("%s: Error: input window is null", __FUNCTION__);
54 ALOGE("%s: Error: invalid input: req %p, req-targets %p, target %p",
70 ALOGE("%s: Error: invalid input: req %p, req-targets %p, target %p",
83 ALOGE("%s: invalid argument! req 0x%p, tag 0x%x, entry 0x%p",
95 ALOGE("%s: invalid argument! request %p, numTags %p, tags %p",
108 ALOGE("%s: invalid argument! req %p, tag 0x%x, count %d, data 0x%p", \
/frameworks/av/camera/ndk/impl/
H A DACameraCaptureSession.cpp62 ALOGE("Stop repeating request failed while closing session %p", this);
78 ALOGE("Error: Device associated with session %p has been closed!", this);
96 ALOGE("Error: Device associated with session %p has been closed!", this);
117 ALOGE("Error: Device associated with session %p has been closed!", this);
138 ALOGE("Error: Device associated with session %p has been closed!", this);
156 ALOGE("Error: Device associated with session %p has been closed!", this);
H A DACameraDevice.cpp72 ALOGE("%s: Unable to start camera device callback looper: %s (%d)",
134 ALOGE("Create capture request failed: %s", remoteRet.toString8().string());
163 ALOGE("Fail to create new session. cannot configure streams");
207 ALOGE("Camera %s submit capture request failed! ret %d", getId(), ret);
219 ALOGE("Convert capture request to internal format failure! ret %d", ret);
223 ALOGE("Capture request without output target cannot be submitted!");
233 ALOGE("Camera %s stop repeating failed! ret %d", getId(), ret);
244 ALOGE("Camera %s submit request remote failure: ret %d", getId(), sequenceId);
291 ALOGE("Bad output target in capture request! ret %d", ret);
339 ALOGE("Erro
[all...]
H A DACameraManager.cpp102 ALOGE("%s: Unable to start camera service listener looper: %s (%d)",
126 ALOGE("%s: Failed to set vendor tag descriptors, received error %s (%d)",
135 ALOGE("%s: Failed to get vendor tag descriptors: %s",
145 ALOGE("Camera service binderDied!");
227 ALOGE("%s: Cannot find camera callback fp!", __FUNCTION__);
232 ALOGE("%s: Cannot find callback context!", __FUNCTION__);
237 ALOGE("%s: Cannot find camera ID!", __FUNCTION__);
244 ALOGE("%s: unknown message type %d", __FUNCTION__, msg->what());
255 ALOGE("Cannot deliver status change. Global camera manager died");
269 ALOGE("
[all...]
H A DACameraMetadata.cpp57 ALOGE("%s: Unknonwn capability %d", __FUNCTION__, capability);
67 ALOGE("%s: malformed available capability key! count %zu, type %d",
93 ALOGE("%s: malformed available stream configuration key! count %zu, type %d",
169 ALOGE("%s: cannot find metadata tag %d", __FUNCTION__, tag);
221 ALOGE("%s: error reading metadata index %zu", __FUNCTION__, i);
H A DACameraMetadata.h72 ALOGE("Error: Write to metadata is only allowed for capture request!");
76 ALOGE("Error: tag %d is not writable!", tag);
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp170 ALOGE("%s: onDeviceError occurred with: %d", __FUNCTION__, static_cast<int>(errorCode));
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp39 ALOGE("surface already created");
56 ALOGE("eglCreateWindowSurface error: %#x", eglGetError());
66 ALOGE("surface already created");
84 ALOGE("eglCreatePbufferSurface error: %#x", eglGetError());
94 ALOGE("eglMakeCurrent failed: %#x", eglGetError());
105 ALOGE("eglGetDisplay failed: %#x", eglGetError());
112 ALOGE("eglInitialize failed: %#x", eglGetError());
141 ALOGE("eglChooseConfig error: %#x", eglGetError());
152 ALOGE("eglCreateContext error: %#x", eglGetError());
H A DFrameOutput.cpp66 ALOGE("glGenTextures failed: %#x", glGetError());
141 ALOGE("glReadPixels failed: %#x", glErr);
186 ALOGE("write failed (errno=%d)", errno);

Completed in 1517 milliseconds

1234567891011>>