Home | History | Annotate | Download | only in camera

Lines Matching refs:__FUNCTION__

69              __FUNCTION__, mState);
76 ALOGE("%s: Unable to instantiate worker thread object", __FUNCTION__);
87 ALOGV("%s", __FUNCTION__);
90 ALOGE("%s: Device is not started", __FUNCTION__);
96 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
102 ALOGV("%s", __FUNCTION__);
105 ALOGW("%s: Device is not started", __FUNCTION__);
110 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
115 ALOGV("%s", __FUNCTION__);
118 ALOGW("%s: Fake camera device is not started.", __FUNCTION__);
128 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale);
135 ALOGV("%s with white balance %s", __FUNCTION__, mode);
161 ALOGE("%s: Device is not started", __FUNCTION__);
165 ALOGE("%s: No framebuffer", __FUNCTION__);
186 __FUNCTION__, reinterpret_cast<const char*>(&mPixelFormat));
210 __FUNCTION__, reinterpret_cast<const char*>(&pix_fmt));
223 ALOGE("%s: Unable to allocate framebuffer", __FUNCTION__);
227 __FUNCTION__, mCurrentFrame, mFrameBufferSize, mTotalPixels,
249 ALOGV("%s", __FUNCTION__);
252 ALOGE("%s: Emulated camera device is not initialized", __FUNCTION__);
257 ALOGE_IF(res != NO_ERROR, "%s: Unable to start worker thread", __FUNCTION__);
263 ALOGV("%s", __FUNCTION__);
266 ALOGE("%s: Emulated camera device is not initialized", __FUNCTION__);
271 ALOGE_IF(res != NO_ERROR, "%s: Unable to stop worker thread", __FUNCTION__);
291 "%s: Thread control FDs are opened", __FUNCTION__);
301 __FUNCTION__, errno, strerror(errno));
332 __FUNCTION__, res, strerror(-res));
336 __FUNCTION__, errno, strerror(errno));
340 ALOGE("%s: Thread control FDs are not opened", __FUNCTION__);
367 __FUNCTION__, res, errno, strerror(errno));
378 __FUNCTION__, res, errno, strerror(errno));
383 ALOGV("%s: THREAD_STOP message is received", __FUNCTION__);
392 __FUNCTION__);