HomeSort by relevance Sort by last modified time
    Searched refs:ALOGV (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/gui/
DummyConsumer.cpp 28 ALOGV("DummyConsumer");
32 ALOGV("~DummyConsumer");
36 ALOGV("onFrameAvailable");
40 ALOGV("onBuffersReleased");
  /hardware/ti/omap4xxx/libtiutils/
DebugUtils.h 23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
29 #define LOG_FUNCTION_NAME ALOGV("%d: %s() ENTER", __LINE__, __FUNCTION__);
30 #define LOG_FUNCTION_NAME_EXIT ALOGV("%d: %s() EXIT", __LINE__, __FUNCTION__);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 41 ALOGV("instantiate");
56 ALOGV("created");
62 ALOGV("Destroyed");
85 ALOGV("Entering setDrmServiceListener");
91 ALOGV("Entering installDrmEngine");
97 ALOGV("Entering getConstraints from content");
102 ALOGV("Entering getMetadata from content");
107 ALOGV("Entering canHandle");
112 ALOGV("Entering processDrmInfo");
117 ALOGV("Entering acquireDrmInfo")
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 37 ALOGV("Create");
48 ALOGV("Constructor: E");
56 ALOGV("%s", mUri);
57 ALOGV("Constructor: X");
63 ALOGV("~DummyVideoSource");
69 ALOGV("start: E");
87 ALOGV("start: X");
93 ALOGV("stop");
106 ALOGV("getFormat");
122 ALOGV("read: E")
    [all...]
DummyAudioSource.cpp 35 ALOGV("Create ");
58 ALOGV("Constructor: E");
59 ALOGV("samplingRate = %d", samplingRate);
60 ALOGV("channelCount = %d", channelCount);
61 ALOGV("frameDurationUs = %lld", frameDurationUs);
62 ALOGV("audioDurationUs = %lld", audioDurationUs);
63 ALOGV("mNumberOfSamplePerFrame = %d", mNumberOfSamplePerFrame);
64 ALOGV("Constructor: X");
69 ALOGV("~DummyAudioSource");
73 ALOGV("setDuration: %lld us added to %lld us"
    [all...]
VideoEditorPlayer.cpp 34 ALOGV("VideoEditorPlayer");
39 ALOGV("~VideoEditorPlayer");
49 ALOGV("initCheck");
78 ALOGV("setVideoSurface");
85 ALOGV("setVideoSurfaceTexture");
92 ALOGV("prepare");
101 ALOGV("start");
106 ALOGV("stop");
111 ALOGV("pause");
116 ALOGV("isPlaying")
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp 32 ALOGV("StagefrightPlayer");
38 ALOGV("~StagefrightPlayer");
46 ALOGV("initCheck");
64 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
74 ALOGV("setVideoSurfaceTexture");
88 ALOGV("start");
94 ALOGV("stop");
100 ALOGV("pause");
106 ALOGV("isPlaying");
111 ALOGV("seekTo %.2f secs", msec / 1E3)
    [all...]
MediaRecorderClient.cpp 61 ALOGV("Query SurfaceMediaSource");
75 ALOGV("setCamera");
86 ALOGV("setPreviewSurface");
97 ALOGV("setVideoSource(%d)", vs);
111 ALOGV("setAudioSource(%d)", as);
125 ALOGV("setOutputFormat(%d)", of);
136 ALOGV("setVideoEncoder(%d)", ve);
147 ALOGV("setAudioEncoder(%d)", ae);
158 ALOGV("setOutputFile(%s)", path);
169 ALOGV("setOutputFile(%d, %lld, %lld)", fd, offset, length)
    [all...]
MidiMetadataRetriever.cpp 34 ALOGV("clearMetadataValues");
41 ALOGV("setDataSource: %s", url? url: "NULL pointer");
52 ALOGV("setDataSource: fd(%d), offset(%lld), and length(%lld)", fd, offset, length);
63 ALOGV("extractMetdata: key(%d)", keyCode);
81 ALOGV("duration: %s ms", mMetadataValues[0]);
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 19 ALOGV("+++ break 0x%02x (0x%04x -> 0x%04x)", originalOpcode, inst,
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 67 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
78 ALOGV("Query SurfaceMediaSource");
91 ALOGV("setPreviewSurface(%p)", surface.get());
101 ALOGV("init");
110 ALOGV("setVideoSource(%d)", vs);
120 ALOGV("setAudioSource(%d)", as);
130 ALOGV("setOutputFormat(%d)", of);
140 ALOGV("setVideoEncoder(%d)", ve);
150 ALOGV("setAudioEncoder(%d)", ae);
160 ALOGV("setOutputFile(%s)", path)
    [all...]
mediarecorder.cpp 33 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
45 ALOGV("setCamera failed: %d", ret);
54 ALOGV("setPreviewSurface(%p)", surface.get());
70 ALOGV("setPreviewSurface failed: %d", ret);
79 ALOGV("init");
91 ALOGV("init failed: %d", ret);
98 ALOGV("setListener failed: %d", ret);
109 ALOGV("setVideoSource(%d)", vs);
119 ALOGV("Call init() since the media recorder is not initialized yet");
134 ALOGV("setVideoSource failed: %d", ret)
    [all...]
mediaplayer.cpp 47 ALOGV("constructor");
69 ALOGV("destructor");
77 ALOGV("disconnect");
102 ALOGV("setListener");
143 ALOGV("setDataSource(%s)", url);
161 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
177 ALOGV("setDataSource");
198 ALOGV("invoke %d", request.dataSize());
228 ALOGV("setVideoSurfaceTexture");
252 ALOGV("prepare")
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 61 ALOGV("OMXConfigParserRedirect +\n");
66 ALOGV("OMXConfigParserRedirect -\n");
95 ALOGV("TIOMX_Init\n");
102 ALOGV("TIOMX_Deinit\n");
111 ALOGV("TIOMX_ComponentNameEnum\n");
121 ALOGV("TIOMX_GetHandle\n");
128 ALOGV("TIOMX_FreeHandle\n");
137 ALOGV("TIOMX_GetComponentsOfRole\n");
146 ALOGV("TIOMX_GetRolesOfComponent\n");
156 ALOGV("TIOMX_SetupTunnel\n")
    [all...]
  /development/tools/emulator/system/camera/
EmulatedCameraCommon.h 37 ALOGV("Entering %s", mName);
42 ALOGV("Leaving %s", mName);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 85 ALOGV("VideoEditorAudioEncoderSource::Create");
99 ALOGV("VideoEditorAudioEncoderSource::VideoEditorAudioEncoderSource");
104 ALOGV("VideoEditorAudioEncoderSource::~VideoEditorAudioEncoderSource");
114 ALOGV("VideoEditorAudioEncoderSource::start");
117 ALOGV("VideoEditorAudioEncoderSource::start ERROR : invalid state %d",
125 ALOGV("VideoEditorAudioEncoderSource::start END (0x%x)", err);
132 ALOGV("VideoEditorAudioEncoderSource::stop");
135 ALOGV("VideoEditorAudioEncoderSource::stop ERROR: invalid state %d",
148 ALOGV("VideoEditorAudioEncoderSource::stop : %d buffer remained", i);
154 ALOGV("VideoEditorAudioEncoderSource::stop END (0x%x)", err)
    [all...]
VideoEditorMp3Reader.cpp 91 ALOGV("VideoEditorMp3Reader_create begin");
104 ALOGV("VideoEditorMp3Reader_create no error");
106 ALOGV("VideoEditorMp3Reader_create ERROR 0x%X", err);
108 ALOGV("VideoEditorMp3Reader_create end");
127 ALOGV("VideoEditorMp3Reader_destroy begin");
132 ALOGV("VideoEditorMp3Reader_destroy no error");
134 ALOGV("VideoEditorMp3Reader_destroy ERROR 0x%X", err);
136 ALOGV("VideoEditorMp3Reader_destroy end");
159 ALOGV("VideoEditorMp3Reader_open begin");
166 ALOGV("VideoEditorMp3Reader_open Datasource start %s"
    [all...]
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 30 ALOGV("ThreadWrapper: %p", pthis);
38 ALOGV("Start");
58 ALOGV("Stop");
66 ALOGV("Ending the reading thread");
72 ALOGV("ReadFromSource");
79 ALOGV("A fake writer accessing the frames");
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId);
76 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId);
105 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit");
111 ALOGV("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId);
116 ALOGV("DrmPassthruPlugIn::onInitialize : %d", uniqueId);
121 ALOGV("DrmPassthruPlugIn::onTerminate : %d", uniqueId);
126 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId);
139 ALOGV("DrmPassthruPlugIn::onSaveRights : %d", uniqueId);
144 ALOGV("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId);
160 ALOGV("DrmPassthruPlugIn::canHandle: %s ", path.string())
    [all...]
  /frameworks/av/camera/
ICamera.cpp 65 ALOGV("disconnect");
74 ALOGV("setPreviewDisplay");
85 ALOGV("setPreviewTexture");
98 ALOGV("setPreviewCallbackFlag(%d)", flag);
108 ALOGV("startPreview");
118 ALOGV("startRecording");
128 ALOGV("stopPreview");
137 ALOGV("stopRecording");
145 ALOGV("releaseRecordingFrame");
154 ALOGV("storeMetaDataInBuffers: %s", enabled? "true": "false")
    [all...]
Camera.cpp 74 ALOGV("create");
121 ALOGV("connect");
138 ALOGV("disconnect");
148 ALOGV("reconnect");
176 ALOGV("setPreviewDisplay(%p)", surface.get());
190 ALOGV("setPreviewTexture(%p)", surfaceTexture.get());
204 ALOGV("startPreview");
212 ALOGV("storeMetaDataInBuffers: %s",
222 ALOGV("startRecording");
231 ALOGV("stopPreview")
    [all...]
ICameraRecordingProxy.cpp 45 ALOGV("startRecording");
55 ALOGV("stopRecording");
63 ALOGV("releaseRecordingFrame");
80 ALOGV("START_RECORDING");
88 ALOGV("STOP_RECORDING");
94 ALOGV("RELEASE_RECORDING_FRAME");
  /system/core/libsuspend/
autosuspend_wakeup_count.c 50 ALOGV("%s: read wakeup_count\n", __func__);
64 ALOGV("%s: wait\n", __func__);
72 ALOGV("%s: write %*s to wakeup_count\n", __func__, wakeup_count_len, wakeup_count);
78 ALOGV("%s: write %s to %s\n", __func__, sleep_state, SYS_POWER_STATE);
86 ALOGV("%s: release sem\n", __func__);
101 ALOGV("autosuspend_wakeup_count_enable\n");
110 ALOGV("autosuspend_wakeup_count_enable done\n");
120 ALOGV("autosuspend_wakeup_count_disable\n");
129 ALOGV("autosuspend_wakeup_count_disable done\n");
autosuspend.c 59 ALOGV("autosuspend initialized\n");
72 ALOGV("autosuspend_enable\n");
96 ALOGV("autosuspend_disable\n");
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp 49 ALOGV("JNI createWhiteBalanceClass starts!");
60 ALOGV("Classes recovered");
65 ALOGV("White Balance is %s", stringWhiteBalance);
81 ALOGV("Processing white balance test");
88 ALOGV("CCT is %d", testHandler->getCorrelatedColorTemp());

Completed in 1581 milliseconds

1 2 3 4 5 6 7 8 91011>>