Lines Matching refs:mId
57 : mId(id), in Camera()
83 ALOGI("%s:%d: Opening camera device", __func__, mId); in open()
88 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId); in open()
115 ALOGI("%s:%d: Closing camera device", __func__, mId); in close()
120 ALOGE("%s:%d: Error! Camera device not open", __func__, mId); in close()
133 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops); in initialize()
138 ALOGE("%s:%d: Failed to initialize device!", __func__, mId); in initialize()
149 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config); in configureStreams()
154 ALOGE("%s:%d: NULL stream configuration array", __func__, mId); in configureStreams()
158 ALOGE("%s:%d: Empty stream configuration array", __func__, mId); in configureStreams()
164 ALOGV("%s:%d: Number of Streams: %d", __func__, mId, in configureStreams()
174 ALOGV("%s:%d: Reusing stream %d", __func__, mId, i); in configureStreams()
177 ALOGV("%s:%d: Creating new stream %d", __func__, mId, i); in configureStreams()
178 newStreams[i] = new Stream(mId, astream); in configureStreams()
182 ALOGE("%s:%d: Error processing stream %d", __func__, mId, i); in configureStreams()
190 ALOGE("%s:%d: Invalid stream set", __func__, mId); in configureStreams()
228 if (!priv->isValidReuseStream(mId, astream)) { in reuseStream()
229 ALOGE("%s:%d: Mismatched parameter in reused stream", __func__, mId); in reuseStream()
243 ALOGE("%s:%d: NULL stream configuration streams", __func__, mId); in isValidStreamSet()
247 ALOGE("%s:%d: Zero count stream configuration streams", __func__, mId); in isValidStreamSet()
259 __func__, mId, outputs, inputs); in isValidStreamSet()
261 ALOGE("%s:%d: Stream config must have >= 1 output", __func__, mId); in isValidStreamSet()
265 ALOGE("%s:%d: Stream config must have <= 1 input", __func__, mId); in isValidStreamSet()
301 ALOGV("%s:%d: buffer_set=%p", __func__, mId, buf_set); in registerStreamBuffers()
303 ALOGE("%s:%d: NULL buffer set", __func__, mId); in registerStreamBuffers()
307 ALOGE("%s:%d: NULL stream handle", __func__, mId); in registerStreamBuffers()
321 ALOGV("%s:%d: type=%d", __func__, mId, type); in constructDefaultRequestSettings()
324 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type); in constructDefaultRequestSettings()
334 ALOGV("%s:%d: request=%p", __func__, mId, request); in processCaptureRequest()
338 ALOGE("%s:%d: NULL request recieved", __func__, mId); in processCaptureRequest()
342 ALOGV("%s:%d: Request Frame:%d Settings:%p", __func__, mId, in processCaptureRequest()
349 __func__, mId, request->frame_number, request); in processCaptureRequest()
357 ALOGV("%s:%d: Reprocessing input buffer %p", __func__, mId, in processCaptureRequest()
362 __func__, mId, request->settings); in processCaptureRequest()
366 ALOGV("%s:%d: Capturing new frame.", __func__, mId); in processCaptureRequest()
370 __func__, mId, request->settings); in processCaptureRequest()
376 ALOGE("%s:%d: Invalid number of output buffers: %d", __func__, mId, in processCaptureRequest()
419 ALOGE("%s:%d: Input buffer reprocessing not implemented", __func__, mId); in isValidReprocessSettings()
430 __func__, mId); in processCaptureBuffer()
434 __func__, mId, strerror(-res), res); in processCaptureBuffer()
458 __func__, mId); in notifyShutter()
464 __func__, mId, strerror(errno), errno); in notifyShutter()
477 ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd); in dump()
481 dprintf(fd, "Camera ID: %d (Busy: %d)\n", mId, mBusy); in dump()
516 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type); in setTemplate()
522 __func__, mId, templateToString(type), type); in setTemplate()
530 __func__, mId, settings, templateToString(type), type); in setTemplate()