Home | History | Annotate | Download | only in usbcamera

Lines Matching full:__func__

126     ALOGI("%s:%d: Opening camera device", __func__, mId);
131 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
161 ALOGI("%s:%d: Closing camera device", __func__, mId);
166 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
178 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
186 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
198 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config);
207 ALOGE("%s:%d: NULL stream configuration array", __func__, mId);
211 ALOGE("%s:%d: Empty stream configuration array", __func__, mId);
215 ALOGV("%s:%d: Number of Streams: %d", __func__, mId,
225 ALOGV("%s:%d: Reusing stream %d", __func__, mId, i);
228 ALOGV("%s:%d: Creating new stream %d", __func__, mId, i);
233 ALOGE("%s:%d: Error processing stream %d", __func__, mId, i);
241 ALOGE("%s:%d: Invalid stream set", __func__, mId);
273 ALOGE("%s:%d: Mismatched parameter in reused stream", __func__, mId);
286 ALOGE("%s:%d: Zero count stream configuration streams", __func__, mId);
298 __func__, mId, outputs, inputs);
300 ALOGE("%s:%d: Stream config must have >= 1 output", __func__, mId);
304 ALOGE("%s:%d: Stream config must have <= 1 input", __func__, mId);
342 ALOGV("%s:%d: type=%d", __func__, mId, type);
346 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type);
363 ALOGV("%s:%d: request=%p", __func__, mId, request);
368 ALOGE("%s:%d: NULL request recieved", __func__, mId);
372 ALOGV("%s:%d: Request Frame:%d Settings:%p", __func__, mId,
379 __func__, mId, request->frame_number, request);
387 ALOGV("%s:%d: Reprocessing input buffer is not supported yet", __func__, mId);
390 ALOGV("%s:%d: Capturing new frame.", __func__, mId);
394 __func__, mId, request->settings);
400 ALOGE("%s:%d: Invalid number of output buffers: %d", __func__, mId,
433 ALOGV("%s:%d: flush device", __func__, mId);
437 ALOGE("%s:%d: Failed to flush device!", __func__, mId);
460 __func__, mId);
466 __func__, mId, strerror(errno), errno);
478 ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd);
517 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type);
523 __func__, mId, templateToString(type), type);
531 __func__, mId, settings, templateToString(type), type);