Lines Matching refs:mId
29 #define CLOGE(fmt, ...) ALOGE("Camera %d: %s: " fmt, mId, __FUNCTION__, \
55 mId(id), in Camera3Device()
72 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId); in ~Camera3Device()
77 return mId; in getId()
90 ALOGV("%s: Initializing device for camera %d", __FUNCTION__, mId); in initialize()
99 String8 deviceName = String8::format("%d", mId); in initialize()
123 res = module->get_camera_info(mId, &info); in initialize()
167 res = mStatusTracker->run(String8::format("C3Dev-%d-Status", mId).string()); in initialize()
179 res = mRequestThread->run(String8::format("C3Dev-%d-ReqQueue", mId).string()); in initialize()
310 mId, __FUNCTION__); in dump()
313 mId, __FUNCTION__); in dump()
426 ALOGV("Camera %d: Capture request enqueued", mId); in capture()
472 ALOGV("Camera %d: Repeating request set", mId); in setStreamingRequest()
519 ALOGV("Camera %d: Clearing repeating request", mId); in clearStreamingRequest()
536 mId, mNextStreamId, width, height, format); in createInputStream()
592 ALOGV("Camera %d: Created input stream", mId); in createInputStream()
607 mId, mNextStreamId, width, height, depth); in createZslStream()
670 ALOGV("Camera %d: Created ZSL stream", mId); in createZslStream()
680 mId, mNextStreamId, width, height, format, size); in createStream()
741 ALOGV("Camera %d: Created new stream", mId); in createStream()
829 ALOGV("%s: Camera %d: Deleting stream %d", __FUNCTION__, mId, id); in deleteStream()
834 ALOGV("%s: Camera %d: Device not idle", __FUNCTION__, mId); in deleteStream()
933 ALOGV("%s: Camera %d: Waiting until idle", __FUNCTION__, mId); in waitUntilDrained()
943 ALOGV("%s: Camera %d: Internal wait until idle", __FUNCTION__, mId); in internalPauseAndWaitLocked()
1022 __FUNCTION__, mId, timeout, strerror(-res), res); in waitForNextFrame()
1118 ALOGV("%s: Camera %d: Flushing all requests", __FUNCTION__, mId); in flush()
1141 ALOGV("%s: Camera %d: Now %s", __FUNCTION__, mId, in notifyStatus()
1248 ALOGV("%s: Camera %d: Starting stream configuration", __FUNCTION__, mId); in configureStreamsLocked()
1340 ALOGV("%s: Camera %d: Stream configuration complete", __FUNCTION__, mId); in configureStreamsLocked()
1372 ALOGE("Camera %d: %s", mId, errorCause.string()); in setErrorStateLockedV()
1459 __FUNCTION__, mId, frameNumber, requestId, in processPartial3AQuirk()
1545 mId, frameNumber, get_camera_metadata_tag_name(tag)); in get3AResult()
1706 __FUNCTION__, mId, frameNumber); in processCaptureResult()
1786 mId, __FUNCTION__, msg->message.error.frame_number, in notify()
1839 mId, __FUNCTION__, frameNumber, requestId, timestamp); in notify()
1875 mId(getId(parent)), in RequestThread()
1920 if (d != NULL) return d->mId; in getId()