Lines Matching refs:ALOGV
50 ALOGV("EmulatedCameraDevice destructor"); in ~EmulatedCameraDevice()
85 ALOGV("%s", __FUNCTION__); in startDeliveringFrames()
99 ALOGV("%s", __FUNCTION__); in stopDeliveringFrames()
112 ALOGV("%s", __FUNCTION__); in setExposureCompensation()
119 ALOGV("New exposure compensation is %f", mExposureCompensation); in setExposureCompensation()
125 ALOGV("%s with %s, %f, %f", __FUNCTION__, mode, r_scale, b_scale); in initializeWhiteBalanceModes()
134 ALOGV("%s with white balance %s", __FUNCTION__, mode); in setWhiteBalanceMode()
159 ALOGV("%s: Simulating auto-focus", __FUNCTION__); in simulateAutoFocus()
231 ALOGV("%s: Allocated %p %zu bytes for %d pixels in %.4s[%dx%d] frame", in commonStartDevice()
258 ALOGV("%s", __FUNCTION__); in startWorkerThread()
271 ALOGV("%s", __FUNCTION__); in stopWorkerThread()
294 ALOGV("Starting emulated camera device worker thread..."); in readyToRun()
305 ALOGV("Emulated device's worker thread has been started."); in readyToRun()
318 ALOGV("Stopping emulated camera device's worker thread..."); in stopThread()
350 ALOGV("Emulated camera device's worker thread has been stopped."); in stopThread()
404 ALOGV("%s: THREAD_STOP message is received", __FUNCTION__); in Select()