Lines Matching refs:ALOGV

38     ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());  in setCamera()
50 ALOGV("setCamera failed: %d", ret); in setCamera()
59 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
75 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface()
84 ALOGV("init"); in init()
96 ALOGV("init failed: %d", ret); in init()
103 ALOGV("setListener failed: %d", ret); in init()
114 ALOGV("setVideoSource(%d)", vs); in setVideoSource()
124 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource()
139 ALOGV("setVideoSource failed: %d", ret); in setVideoSource()
149 ALOGV("setAudioSource(%d)", as); in setAudioSource()
155 ALOGV("Call init() since the media recorder is not initialized yet"); in setAudioSource()
172 ALOGV("setAudioSource failed: %d", ret); in setAudioSource()
182 ALOGV("setOutputFormat(%d)", of); in setOutputFormat()
211 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
231 ALOGV("setVideoEncoder failed: %d", ret); in setVideoEncoder()
241 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder()
261 ALOGV("setAudioEncoder failed: %d", ret); in setAudioEncoder()
271 ALOGV("setOutputFile(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setOutputFile()
298 ALOGV("setOutputFile failed: %d", ret); in setOutputFile()
308 ALOGV("setVideoSize(%d, %d)", width, height); in setVideoSize()
351 ALOGV("setInputSurface"); in setInputSurface()
369 ALOGV("setVideoFrameRate(%d)", frames_per_second); in setVideoFrameRate()
393 ALOGV("setParameters(%s)", params.string()); in setParameters()
421 ALOGV("prepare"); in prepare()
460 ALOGV("getMaxAmplitude"); in getMaxAmplitude()
481 ALOGV("start"); in start()
503 ALOGV("stop"); in stop()
531 ALOGV("reset"); in reset()
567 ALOGV("pause"); in pause()
589 ALOGV("resume"); in resume()
611 ALOGV("close"); in close()
629 ALOGV("doReset"); in doReset()
643 ALOGV("doCleanUp"); in doCleanUp()
654 ALOGV("release"); in release()
663 ALOGV("constructor"); in MediaRecorder()
684 ALOGV("destructor"); in ~MediaRecorder()
696 ALOGV("setListener"); in setListener()
705 ALOGV("setClientName"); in setClientName()
726 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
735 ALOGV("callback application"); in notify()
737 ALOGV("back from callback"); in notify()
743 ALOGV("died"); in died()