Lines Matching refs:mId
52 : mId(id), in Camera()
73 ALOGI("%s:%d: Opening camera device", __func__, mId); in openDevice()
78 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId); in openDevice()
123 __func__, mId); in loadStaticInfo()
131 __func__, mId); in loadStaticInfo()
140 ALOGI("%s:%d: Closing camera device", __func__, mId); in close()
145 ALOGE("%s:%d: Error! Camera device not open", __func__, mId); in close()
159 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops); in initialize()
164 ALOGE("%s:%d: Failed to initialize device!", __func__, mId); in initialize()
175 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config); in configureStreams()
181 __func__, mId); in configureStreams()
188 ALOGE("%s:%d: Failed to validate stream set", __func__, mId); in configureStreams()
196 ALOGE("%s:%d: Failed to setup stream set", __func__, mId); in configureStreams()
219 ALOGE("%s:%d: NULL stream configuration array", __func__, mId); in validateStreamConfiguration()
222 ALOGE("%s:%d: Empty stream configuration array", __func__, mId); in validateStreamConfiguration()
225 ALOGE("%s:%d: NULL stream configuration streams", __func__, mId); in validateStreamConfiguration()
239 "metadata restrictions.", __func__, mId); in validateStreamConfiguration()
249 "dataspaces or rotations.", __func__, mId); in validateStreamConfiguration()
263 ALOGV("%s:%d: type=%d", __func__, mId, type); in constructDefaultRequestSettings()
266 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type); in constructDefaultRequestSettings()
275 __func__, mId, type); in constructDefaultRequestSettings()
285 __func__, mId, type); in constructDefaultRequestSettings()
307 ALOGE("%s:%d: NULL request recieved", __func__, mId); in processCaptureRequest()
315 ALOGV("%s:%d: frame: %d", __func__, mId, request->frame_number); in processCaptureRequest()
319 ALOGE("%s:%d: Can not add request.", __func__, mId); in processCaptureRequest()
326 __func__, mId, request->frame_number); in processCaptureRequest()
331 ALOGV("%s:%d: Reprocessing input buffer %p", __func__, mId, in processCaptureRequest()
334 ALOGV("%s:%d: Capturing new frame.", __func__, mId); in processCaptureRequest()
338 ALOGE("%s:%d: Invalid request settings.", __func__, mId); in processCaptureRequest()
344 ALOGE("%s:%d: Invalid number of output buffers: %zu", __func__, mId, in processCaptureRequest()
357 __func__, mId, request->frame_number); in processCaptureRequest()
381 __func__, mId, request.get()); in completeRequest()
391 __func__, mId, request->frame_number); in completeRequest()
404 __func__, mId, request->frame_number); in completeRequest()
420 ALOGV("%s:%d: Flushing.", __func__, mId); in flush()
436 ALOGV("%s:%d: Flushed %zu requests.", __func__, mId, requests.size()); in flush()
451 __func__, mId); in preprocessCaptureBuffer()
455 __func__, mId, strerror(-res), res); in preprocessCaptureBuffer()
517 ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd); in dump()
521 dprintf(fd, "Camera ID: %d (Busy: %d)\n", mId, mBusy); in dump()