Home
last modified time | relevance | path

Searched refs:LOGV (Results 1 – 25 of 191) sorted by relevance

12345678

/frameworks/base/media/libmediaplayerservice/
DStagefrightPlayer.cpp12 LOGV("StagefrightPlayer"); in StagefrightPlayer()
16 LOGV("~StagefrightPlayer"); in ~StagefrightPlayer()
18 LOGV("~StagefrightPlayer done."); in ~StagefrightPlayer()
22 LOGV("initCheck"); in initCheck()
27 LOGV("setDataSource('%s')", url); in setDataSource()
46 LOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); in setDataSource()
63 LOGV("setVideoSurface"); in setVideoSurface()
75 LOGV("prepare"); in prepare()
89 LOGV("prepareAsync"); in prepareAsync()
103 LOGV("start"); in start()
[all …]
DMediaRecorderClient.cpp57 LOGV("setCamera"); in setCamera()
68 LOGV("setPreviewSurface"); in setPreviewSurface()
79 LOGV("setVideoSource(%d)", vs); in setVideoSource()
93 LOGV("setAudioSource(%d)", as); in setAudioSource()
107 LOGV("setOutputFormat(%d)", of); in setOutputFormat()
118 LOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
129 LOGV("setAudioEncoder(%d)", ae); in setAudioEncoder()
140 LOGV("setOutputFile(%s)", path); in setOutputFile()
151 LOGV("setOutputFile(%d, %lld, %lld)", fd, offset, length); in setOutputFile()
162 LOGV("setVideoSize(%dx%d)", width, height); in setVideoSize()
[all …]
DVorbisPlayer.cpp61 LOGV("constructor\n"); in VorbisPlayer()
67 LOGV("onFirstRef"); in onFirstRef()
73 LOGV("render thread(%d) started", mRenderTid); in onFirstRef()
85 LOGV("VorbisPlayer destructor\n"); in ~VorbisPlayer()
121 LOGV("vp_fclose"); in vp_fclose()
135 LOGV("setDataSource url=%s, fd=%d\n", path, fd); in setdatasource()
210 LOGV("prepare\n"); in prepare()
218 LOGV("prepareAsync\n"); in prepareAsync()
231 LOGV("start\n"); in start()
241 LOGV(" wakeup render thread\n"); in start()
[all …]
DMidiFile.cpp64 LOGV("constructor"); in MidiFile()
94 LOGV("thread started"); in MidiFile()
99 LOGV(" render thread(%d) started", mTid); in MidiFile()
114 LOGV("MidiFile destructor"); in ~MidiFile()
120 LOGV("MidiFile::setDataSource url=%s", path); in setDataSource()
151 LOGV("MidiFile::setDataSource fd=%d", fd); in setDataSource()
179 LOGV("MidiFile::prepare"); in prepare()
195 LOGV("MidiFile::prepareAsync"); in prepareAsync()
209 LOGV("MidiFile::start"); in start()
227 LOGV(" wakeup render thread"); in start()
[all …]
DMetadataRetrieverClient.cpp61 LOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient()
73 LOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient()
92 LOGV("disconnect from pid %d", mPid); in disconnect()
109 LOGV("create pv metadata retriever"); in createRetriever()
114 LOGV("create vorbis metadata retriever"); in createRetriever()
118 LOGV("create midi metadata retriever"); in createRetriever()
135 LOGV("setDataSource(%s)", url); in setDataSource()
147 LOGV("player type = %d", playerType); in setDataSource()
160 LOGV("setDataSource fd=%d, offset=%lld, length=%lld", fd, offset, length); in setDataSource()
168 LOGV("st_dev = %llu", sb.st_dev); in setDataSource()
[all …]
DMediaPlayerService.cpp216 LOGV("MediaPlayerService created"); in MediaPlayerService()
222 LOGV("MediaPlayerService destroyed"); in ~MediaPlayerService()
235 LOGV("Create new media recorder client from pid %d", pid); in createMediaRecorder()
243 LOGV("Delete media recorder client"); in removeMediaRecorderClient()
249 LOGV("Create new media retriever from pid %d", pid); in createMetadataRetriever()
257 LOGV("Create new client(%d) from pid %d, url=%s, connId=%d", connId, pid, url, connId); in create()
274 LOGV("Create new client(%d) from pid %d, fd=%d, offset=%lld, length=%lld", in create()
577 LOGV("Client(%d) constructor", connId); in Client()
592 LOGV("Client(%d) destructor pid = %d", mConnId, mPid); in ~Client()
601 LOGV("disconnect(%d) from pid %d", mConnId, mPid); in disconnect()
[all …]
DVorbisMetadataRetriever.cpp30 LOGV("cleearMetadataValues"); in clearMetadataValues()
36 LOGV("setDataSource: url(%s)", url? url: "NULL pointer"); in setDataSource()
47 LOGV("setDataSource: fd(%d), offset(%lld), and length(%lld)", fd, offset, length); in setDataSource()
58 LOGV("extractMetadata: key(%d)", keyCode); in extractMetadata()
75 LOGV("duration: %s ms", mMetadataValues[0]); in extractMetadata()
DMidiMetadataRetriever.cpp34 LOGV("clearMetadataValues"); in clearMetadataValues()
40 LOGV("setDataSource: %s", url? url: "NULL pointer"); in setDataSource()
51 LOGV("setDataSource: fd(%d), offset(%lld), and length(%lld)", fd, offset, length); in setDataSource()
62 LOGV("extractMetdata: key(%d)", keyCode); in extractMetadata()
80 LOGV("duration: %s ms", mMetadataValues[0]); in extractMetadata()
/frameworks/base/media/libmedia/
Dmediarecorder.cpp32 LOGV("setCamera(%p)", camera.get()); in setCamera()
44 LOGV("setCamera failed: %d", ret); in setCamera()
53 LOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
69 LOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface()
78 LOGV("init"); in init()
90 LOGV("init failed: %d", ret); in init()
97 LOGV("setListener failed: %d", ret); in init()
108 LOGV("setVideoSource(%d)", vs); in setVideoSource()
118 LOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource()
131 LOGV("setVideoSource failed: %d", ret); in setVideoSource()
[all …]
DIMediaRecorder.cpp63 LOGV("setCamera(%p)", camera.get()); in setCamera()
73 LOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface()
83 LOGV("init"); in init()
92 LOGV("setVideoSource(%d)", vs); in setVideoSource()
102 LOGV("setAudioSource(%d)", as); in setAudioSource()
112 LOGV("setOutputFormat(%d)", of); in setOutputFormat()
122 LOGV("setVideoEncoder(%d)", ve); in setVideoEncoder()
132 LOGV("setAudioEncoder(%d)", ae); in setAudioEncoder()
142 LOGV("setOutputFile(%s)", path); in setOutputFile()
151 LOGV("setOutputFile(%d, %lld, %lld)", fd, offset, length); in setOutputFile()
[all …]
Dmediaplayer.cpp81 LOGV("constructor"); in MediaPlayer()
104 LOGV("destructor"); in ~MediaPlayer()
112 LOGV("disconnect"); in disconnect()
136 LOGV("setListener"); in setListener()
175 LOGV("setDataSource(%s)", url); in setDataSource()
189 LOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); in setDataSource()
204 LOGV("invoke %d", request.dataSize()); in invoke()
233 LOGV("setVideoSurface"); in setVideoSurface()
260 LOGV("prepare"); in prepare()
278 LOGV("prepare complete - status=%d", mPrepareStatus); in prepare()
[all …]
Dmediametadataretriever.cpp61 LOGV("constructor"); in MediaMetadataRetriever()
76 LOGV("destructor"); in ~MediaMetadataRetriever()
83 LOGV("disconnect"); in disconnect()
97 LOGV("setDataSource"); in setDataSource()
106 LOGV("data source (%s)", srcUrl); in setDataSource()
112 LOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); in setDataSource()
126 LOGV("setMode(%d)", mode); in setMode()
136 LOGV("getMode"); in getMode()
146 LOGV("captureFrame"); in captureFrame()
156 LOGV("extractMetadata(%d)", keyCode); in extractMetadata()
[all …]
DJetPlayer.cpp52 LOGV("JetPlayer constructor"); in JetPlayer()
62 LOGV("~JetPlayer"); in ~JetPlayer()
109 LOGV("JetPlayer::init(): trying to start render thread"); in init()
115 LOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid); in init()
135 LOGV("JetPlayer::release()"); in release()
178 LOGV("JetPlayer::render(): entering"); in render()
192 LOGV("JetPlayer::render(): render thread(%d) signal", mTid); in render()
202 LOGV("JetPlayer::render(): NULL EAS data, exiting render."); in render()
209 LOGV("JetPlayer::render(): signal wait"); in render()
216 LOGV("JetPlayer::render(): signal rx'd"); in render()
[all …]
/frameworks/base/libs/ui/
DICamera.cpp61 LOGV("disconnect"); in disconnect()
70 LOGV("setPreviewDisplay"); in setPreviewDisplay()
82 LOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag()
92 LOGV("startPreview"); in startPreview()
102 LOGV("startRecording"); in startRecording()
112 LOGV("stopPreview"); in stopPreview()
121 LOGV("stopRecording"); in stopRecording()
129 LOGV("releaseRecordingFrame"); in releaseRecordingFrame()
139 LOGV("previewEnabled"); in previewEnabled()
149 LOGV("recordingEnabled"); in recordingEnabled()
[all …]
DCamera.cpp70 LOGV("create"); in create()
97 LOGV("connect"); in connect()
114 LOGV("disconnect"); in disconnect()
123 LOGV("reconnect"); in reconnect()
151 LOGV("setPreviewDisplay"); in setPreviewDisplay()
164 LOGV("setPreviewDisplay"); in setPreviewDisplay()
177 LOGV("startPreview"); in startPreview()
186 LOGV("startRecording"); in startRecording()
195 LOGV("stopPreview"); in stopPreview()
204 LOGV("stopRecording"); in stopRecording()
[all …]
/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp26 LOGV("MessageQueue::write - acquiring lock\n"); in write()
29 LOGV("MessageQueue::write - wait\n"); in write()
32 LOGV("MessageQueue::write - push message\n"); in write()
38 LOGV("MessageQueue::read - acquiring lock\n"); in read()
41 LOGV("MessageQueue::read - wait\n"); in read()
45 LOGV("MessageQueue::read - retrieve message\n"); in read()
57 LOGV("return from quit"); in quit()
72 LOGV("beginThread"); in beginThread()
78 LOGV("run"); in run()
81 LOGV("Got message m=%d, mData=%d", msg.mMessageType, msg.mData); in run()
[all …]
DSoundPool.cpp43 LOGV("SoundPool constructor: maxChannels=%d, streamType=%d, srcQuality=%d", in SoundPool()
77 LOGV("SoundPool destructor"); in ~SoundPool()
87 LOGV("clear samples"); in ~SoundPool()
112 LOGV("awake"); in run()
117 LOGV("Getting channel from list"); in run()
129 LOGV("goodbye"); in run()
139 LOGV("return from quit"); in quit()
173 LOGV("load: path=%s, priority=%d", path, priority); in load()
183 LOGV("load: fd=%d, offset=%lld, length=%lld, priority=%d", in load()
194 LOGV("doLoad: loading sample sampleID=%d", sample->sampleID()); in doLoad()
[all …]
Dandroid_media_SoundPool.cpp43 LOGV("android_media_SoundPool_load_URL"); in android_media_SoundPool_load_URL()
59 LOGV("android_media_SoundPool_load_FD"); in android_media_SoundPool_load_FD()
68 LOGV("android_media_SoundPool_unload\n"); in android_media_SoundPool_unload()
79 LOGV("android_media_SoundPool_play\n"); in android_media_SoundPool_play()
88 LOGV("android_media_SoundPool_pause"); in android_media_SoundPool_pause()
97 LOGV("android_media_SoundPool_resume"); in android_media_SoundPool_resume()
106 LOGV("android_media_SoundPool_stop"); in android_media_SoundPool_stop()
116 LOGV("android_media_SoundPool_setVolume"); in android_media_SoundPool_setVolume()
126 LOGV("android_media_SoundPool_setPriority"); in android_media_SoundPool_setPriority()
136 LOGV("android_media_SoundPool_setLoop"); in android_media_SoundPool_setLoop()
[all …]
/frameworks/base/core/jni/
Dandroid_bluetooth_ScoSocket.cpp98 LOGV(__FUNCTION__); in classInitNative()
112 LOGV(__FUNCTION__); in initNative()
132 LOGV(__FUNCTION__); in destroyNative()
150 LOGV(__FUNCTION__); in acceptNative()
196 LOGV(__FUNCTION__); in connectNative()
245 LOGV(__FUNCTION__); in closeNative()
258 LOGV("%s: signal_sk = %d", __FUNCTION__, signal_sk); in closeNative()
273 LOGV(__FUNCTION__); in work_thread()
281 LOGV("SCO OBJECT %p ACCEPT #####", data->nat->object); in work_thread()
283 LOGV("SCO OBJECT %p END ACCEPT *****", data->nat->object); in work_thread()
[all …]
Dandroid_media_ToneGenerator.cpp42 LOGV("android_media_ToneGenerator_startTone: %x\n", (int)thiz); in android_media_ToneGenerator_startTone()
55 LOGV("android_media_ToneGenerator_stopTone: %x\n", (int)thiz); in android_media_ToneGenerator_stopTone()
60 LOGV("ToneGenerator lpToneGen: %x\n", (unsigned int)lpToneGen); in android_media_ToneGenerator_stopTone()
71 LOGV("android_media_ToneGenerator_release lpToneGen: %x\n", (int)lpToneGen); in android_media_ToneGenerator_release()
86 LOGV("android_media_ToneGenerator_native_setup jobject: %x\n", (int)thiz); in android_media_ToneGenerator_native_setup()
93 LOGV("ToneGenerator lpToneGen: %x\n", (unsigned int)lpToneGen); in android_media_ToneGenerator_native_setup()
104 LOGV("ToneGenerator fields.context: %x\n", env->GetIntField(thiz, fields.context)); in android_media_ToneGenerator_native_setup()
109 LOGV("android_media_ToneGenerator_native_finalize jobject: %x\n", (int)thiz); in android_media_ToneGenerator_native_finalize()
115 LOGV("delete lpToneGen: %x\n", (int)lpToneGen); in android_media_ToneGenerator_native_finalize()
145LOGV("register_android_media_ToneGenerator ToneGenerator fields.context: %x", (unsigned int)fields… in register_android_media_ToneGenerator()
Dandroid_server_BluetoothService.cpp88 LOGV(__FUNCTION__); in classInitNative()
100 LOGV(__FUNCTION__); in initializeNativeDataNative()
139 LOGV(__FUNCTION__); in setupNativeDataNative()
162 LOGV(__FUNCTION__); in tearDownNativeDataNative()
176 LOGV(__FUNCTION__); in cleanupNativeDataNative()
188 LOGV(__FUNCTION__); in getAdapterPathNative()
200 LOGV(__FUNCTION__); in startDiscoveryNative()
246 LOGV(__FUNCTION__); in stopDiscoveryNative()
278 LOGV("%s: There was no active discovery to cancel", __FUNCTION__); in stopDiscoveryNative()
293 LOGV(__FUNCTION__); in createPairedDeviceNative()
[all …]
Dandroid_bluetooth_BluetoothSocket.cpp69 LOGV(__FUNCTION__); in initSocketFromFdNative()
74 LOGV("asocket_init() failed, throwing"); in initSocketFromFdNative()
88 LOGV(__FUNCTION__); in initSocketNative()
115 LOGV("socket() failed, throwing"); in initSocketNative()
139 LOGV("setsockopt(RFCOMM_LM) failed, throwing"); in initSocketNative()
148 LOGV("setsockopt(SO_SNDBUF) failed, throwing"); in initSocketNative()
154 LOGV("...fd %d created (%s, lm = %x)", fd, TYPE_AS_STR(type), lm); in initSocketNative()
164 LOGV(__FUNCTION__); in connectNative()
229 LOGV("...connect(%d, %s) = %d (errno %d)", in connectNative()
243 LOGV(__FUNCTION__); in bindListenNative()
[all …]
Dandroid_hardware_Camera.cpp79 LOGV("get_native_camera: context=%p, camera=%p", context, camera.get()); in get_native_camera()
100 LOGV("release"); in release()
118 LOGV("notify"); in notify()
140 LOGV("postData: off=%d, size=%d", offset, size); in copyAndPost()
147 LOGV("Allocating callback buffer"); in copyAndPost()
152 LOGV("Using callback buffer from queue of length %d", mCallbackBuffers.size()); in copyAndPost()
217 LOGV("rawCallback"); in postData()
269 LOGV("Adding callback buffer to queue, %d total", mCallbackBuffers.size()); in addCallbackBuffer()
284 LOGV("Clearing callback buffers, %d remained", mCallbackBuffers.size()); in clearCallbackBuffers_l()
346 LOGV("native_release: context=%p camera=%p", context, camera.get()); in android_hardware_Camera_release()
[all …]
/frameworks/base/core/java/android/net/http/
DLoggingEventHandler.java38 if (HttpLog.LOGV) { in status()
47 if (HttpLog.LOGV) { in headers()
54 if (HttpLog.LOGV) { in locationChanged()
61 if (HttpLog.LOGV) { in data()
67 if (HttpLog.LOGV) { in endData()
73 if (HttpLog.LOGV) { in certificate()
79 if (HttpLog.LOGV) { in error()
86 if (HttpLog.LOGV) { in handleSslErrorRequest()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp100 LOGV("JNIMediaRecorderListener::notify"); in notify()
110 LOGV("get_surface"); in get_surface()
118 LOGV("process_media_recorder_call"); in process_media_recorder_call()
167 LOGV("setVideoSource(%d)", vs); in android_media_MediaRecorder_setVideoSource()
179 LOGV("setAudioSource(%d)", as); in android_media_MediaRecorder_setAudioSource()
192 LOGV("setOutputFormat(%d)", of); in android_media_MediaRecorder_setOutputFormat()
204 LOGV("setVideoEncoder(%d)", ve); in android_media_MediaRecorder_setVideoEncoder()
216 LOGV("setAudioEncoder(%d)", ae); in android_media_MediaRecorder_setAudioEncoder()
228 LOGV("setParameters()"); in android_media_MediaRecorder_setParameters()
251 LOGV("setOutputFile"); in android_media_MediaRecorder_setOutputFileFD()
[all …]

12345678