Lines Matching refs:mId

102           : mId(id),  in Camera()
133 ALOGI("%s:%d: Opening camera device", __func__, mId); in open()
138 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId); in open()
168 ALOGI("%s:%d: Closing camera device", __func__, mId); in close()
173 ALOGE("%s:%d: Error! Camera device not open", __func__, mId); in close()
185 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops); in initialize()
193 ALOGE("%s:%d: Failed to initialize device!", __func__, mId); in initialize()
205 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config); in configureStreams()
214 ALOGE("%s:%d: NULL stream configuration array", __func__, mId); in configureStreams()
218 ALOGE("%s:%d: Empty stream configuration array", __func__, mId); in configureStreams()
222 ALOGV("%s:%d: Number of Streams: %d", __func__, mId, in configureStreams()
232 ALOGV("%s:%d: Reusing stream %d", __func__, mId, i); in configureStreams()
235 ALOGV("%s:%d: Creating new stream %d", __func__, mId, i); in configureStreams()
236 newStreams.add(new Stream(mId, astream)); in configureStreams()
240 ALOGE("%s:%d: Error processing stream %d", __func__, mId, i); in configureStreams()
248 ALOGE("%s:%d: Invalid stream set", __func__, mId); in configureStreams()
279 if (!priv->isValidReuseStream(mId, astream)) { in reuseStreamLocked()
280 ALOGE("%s:%d: Mismatched parameter in reused stream", __func__, mId); in reuseStreamLocked()
293 ALOGE("%s:%d: Zero count stream configuration streams", __func__, mId); in isValidStreamSetLocked()
305 __func__, mId, outputs, inputs); in isValidStreamSetLocked()
307 ALOGE("%s:%d: Stream config must have >= 1 output", __func__, mId); in isValidStreamSetLocked()
311 ALOGE("%s:%d: Stream config must have <= 1 input", __func__, mId); in isValidStreamSetLocked()
349 ALOGV("%s:%d: type=%d", __func__, mId, type); in constructDefaultRequestSettings()
353 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type); in constructDefaultRequestSettings()
370 ALOGV("%s:%d: request=%p", __func__, mId, request); in processCaptureRequest()
375 ALOGE("%s:%d: NULL request recieved", __func__, mId); in processCaptureRequest()
379 ALOGV("%s:%d: Request Frame:%d Settings:%p", __func__, mId, in processCaptureRequest()
386 __func__, mId, request->frame_number, request); in processCaptureRequest()
394 ALOGV("%s:%d: Reprocessing input buffer is not supported yet", __func__, mId); in processCaptureRequest()
397 ALOGV("%s:%d: Capturing new frame.", __func__, mId); in processCaptureRequest()
401 __func__, mId, request->settings); in processCaptureRequest()
407 ALOGE("%s:%d: Invalid number of output buffers: %d", __func__, mId, in processCaptureRequest()
440 ALOGV("%s:%d: flush device", __func__, mId); in flush()
444 ALOGE("%s:%d: Failed to flush device!", __func__, mId); in flush()
467 __func__, mId); in notifyShutter()
473 __func__, mId, strerror(errno), errno); in notifyShutter()
485 ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd); in dump()
489 dprintf(fd, "Camera ID: %d (Busy: %d)\n", mId, mBusy); in dump()
524 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type); in setTemplate()
530 __func__, mId, templateToString(type), type); in setTemplate()
538 __func__, mId, settings, templateToString(type), type); in setTemplate()