/frameworks/rs/cpp/ |
D | RenderScript.cpp | 85 ALOGV("Couldn't initialize RS::dispatch->AllocationGetType"); in loadSymbols() 90 ALOGV("Couldn't initialize RS::dispatch->TypeGetNativeData"); in loadSymbols() 95 ALOGV("Couldn't initialize RS::dispatch->ElementGetNativeData"); in loadSymbols() 100 ALOGV("Couldn't initialize RS::dispatch->ElementGetSubElements"); in loadSymbols() 105 ALOGV("Couldn't initialize RS::dispatch->DeviceCreate"); in loadSymbols() 110 ALOGV("Couldn't initialize RS::dispatch->DeviceDestroy"); in loadSymbols() 115 ALOGV("Couldn't initialize RS::dispatch->DeviceSetConfig"); in loadSymbols() 120 ALOGV("Couldn't initialize RS::dispatch->ContextCreate"); in loadSymbols() 125 ALOGV("Couldn't initialize RS::dispatch->GetName"); in loadSymbols() 130 ALOGV("Couldn't initialize RS::dispatch->ContextDestroy"); in loadSymbols() [all …]
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 70 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera() 81 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource() 94 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface() 104 ALOGV("init"); in init() 113 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 123 ALOGV("setAudioSource(%d)", as); in setAudioSource() 133 ALOGV("setOutputFormat(%d)", of); in setOutputFormat() 143 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 153 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder() 163 ALOGV("setOutputFile(%s)", path); in setOutputFile() [all …]
|
D | mediaplayer.cpp | 49 ALOGV("constructor"); in MediaPlayer() 71 ALOGV("destructor"); in ~MediaPlayer() 83 ALOGV("disconnect"); in disconnect() 107 ALOGV("setListener"); in setListener() 149 ALOGV("setDataSource(%s)", url); in setDataSource() 167 ALOGV("setDataSource(%d, %" PRId64 ", %" PRId64 ")", fd, offset, length); in setDataSource() 183 ALOGV("setDataSource"); in setDataSource() 204 ALOGV("invoke %zu", request.dataSize()); in invoke() 234 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture() 261 ALOGV("prepare"); in prepare() [all …]
|
D | mediarecorder.cpp | 36 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get()); in setCamera() 48 ALOGV("setCamera failed: %d", ret); in setCamera() 57 ALOGV("setPreviewSurface(%p)", surface.get()); in setPreviewSurface() 73 ALOGV("setPreviewSurface failed: %d", ret); in setPreviewSurface() 82 ALOGV("init"); in init() 94 ALOGV("init failed: %d", ret); in init() 101 ALOGV("setListener failed: %d", ret); in init() 112 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 122 ALOGV("Call init() since the media recorder is not initialized yet"); in setVideoSource() 137 ALOGV("setVideoSource failed: %d", ret); in setVideoSource() [all …]
|
D | SoundPool.cpp | 45 ALOGV("SoundPool constructor: maxChannels=%d, attr.usage=%d, attr.flags=0x%x, attr.tags=%s", in SoundPool() 80 ALOGV("SoundPool destructor"); in ~SoundPool() 90 ALOGV("clear samples"); in ~SoundPool() 126 ALOGV("awake"); in run() 131 ALOGV("Getting channel from stop list"); in run() 146 ALOGV("Getting channel from list"); in run() 164 ALOGV("goodbye"); in run() 174 ALOGV("return from quit"); in quit() 208 ALOGV("load: path=%s, priority=%d", path, priority); in load() 218 ALOGV("load: fd=%d, offset=%" PRId64 ", length=%" PRId64 ", priority=%d", in load() [all …]
|
D | CharacterEncodingDetector.cpp | 78 ALOGV("%d tags before conversion", size); in detectAndConvert() 80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert() 115 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert() 125 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert() 127 ALOGV("not a good match, trying with more data"); in detectAndConvert() 153 ALOGV("still not a good match after adding printable tags"); in detectAndConvert() 157 ALOGV("no printable tags to add"); in detectAndConvert() 174 ALOGV("@@@ checking %s", name); in detectAndConvert() 190 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert() 199 ALOGV("@@@@ recognized charset: %s for %s confidence %d", in detectAndConvert() [all …]
|
D | JetPlayer.cpp | 42 ALOGV("JetPlayer constructor"); in JetPlayer() 52 ALOGV("~JetPlayer"); in ~JetPlayer() 99 ALOGV("JetPlayer::init(): trying to start render thread"); in init() 106 ALOGV("JetPlayer::init(): render thread(%d) successfully started.", mTid); in init() 126 ALOGV("JetPlayer::release()"); in release() 162 ALOGV("JetPlayer::render(): entering"); in render() 172 ALOGV("JetPlayer::render(): render thread(%d) signal", mTid); in render() 182 ALOGV("JetPlayer::render(): NULL EAS data, exiting render."); in render() 189 ALOGV("JetPlayer::render(): signal wait"); in render() 196 ALOGV("JetPlayer::render(): signal rx'd"); in render() [all …]
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 52 ALOGV("instantiate"); in instantiate() 67 ALOGV("created"); in DrmManagerService() 73 ALOGV("Destroyed"); in ~DrmManagerService() 96 ALOGV("Entering setDrmServiceListener"); in setDrmServiceListener() 103 ALOGV("Entering getConstraints from content"); in getConstraints() 108 ALOGV("Entering getMetadata from content"); in getMetadata() 113 ALOGV("Entering canHandle"); in canHandle() 118 ALOGV("Entering processDrmInfo"); in processDrmInfo() 123 ALOGV("Entering acquireDrmInfo"); in acquireDrmInfo() 130 ALOGV("Entering saveRights"); in saveRights() [all …]
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.cpp | 61 ALOGV("Query SurfaceMediaSource"); in querySurfaceMediaSource() 75 ALOGV("setCamera"); in setCamera() 86 ALOGV("setPreviewSurface"); in setPreviewSurface() 97 ALOGV("setVideoSource(%d)", vs); in setVideoSource() 112 ALOGV("setAudioSource(%d)", as); in setAudioSource() 126 ALOGV("setOutputFormat(%d)", of); in setOutputFormat() 137 ALOGV("setVideoEncoder(%d)", ve); in setVideoEncoder() 148 ALOGV("setAudioEncoder(%d)", ae); in setAudioEncoder() 159 ALOGV("setOutputFile(%s)", path); in setOutputFile() 170 ALOGV("setOutputFile(%d, %lld, %lld)", fd, offset, length); in setOutputFile() [all …]
|
D | StagefrightPlayer.cpp | 32 ALOGV("StagefrightPlayer"); in StagefrightPlayer() 38 ALOGV("~StagefrightPlayer"); in ~StagefrightPlayer() 46 ALOGV("initCheck"); in initCheck() 66 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); in setDataSource() 76 ALOGV("setVideoSurfaceTexture"); in setVideoSurfaceTexture() 90 ALOGV("start"); in start() 96 ALOGV("stop"); in stop() 102 ALOGV("pause"); in pause() 108 ALOGV("isPlaying"); in isPlaying() 113 ALOGV("seekTo %.2f secs", msec / 1E3); in seekTo() [all …]
|
D | MidiFile.cpp | 61 ALOGV("constructor"); in MidiFile() 92 ALOGV("thread started"); in MidiFile() 97 ALOGV(" render thread(%d) started", mTid); in MidiFile() 112 ALOGV("MidiFile destructor"); in ~MidiFile() 120 ALOGV("MidiFile::setDataSource url=%s", path); in setDataSource() 151 ALOGV("MidiFile::setDataSource fd=%d", fd); in setDataSource() 179 ALOGV("MidiFile::prepare"); in prepare() 195 ALOGV("MidiFile::prepareAsync"); in prepareAsync() 209 ALOGV("MidiFile::start"); in start() 230 ALOGV(" wakeup render thread"); in start() [all …]
|
D | MetadataRetrieverClient.cpp | 47 ALOGV("MetadataRetrieverClient constructor pid(%d)", pid); in MetadataRetrieverClient() 56 ALOGV("MetadataRetrieverClient destructor"); in ~MetadataRetrieverClient() 75 ALOGV("disconnect from pid %d", mPid); in disconnect() 94 ALOGV("create midi metadata retriever"); in createRetriever() 114 ALOGV("setDataSource(%s)", url); in setDataSource() 130 ALOGV("player type = %d", playerType); in setDataSource() 140 ALOGV("setDataSource fd=%d, offset=%lld, length=%lld", fd, offset, length); in setDataSource() 148 ALOGV("st_dev = %llu", sb.st_dev); in setDataSource() 149 ALOGV("st_mode = %u", sb.st_mode); in setDataSource() 150 ALOGV("st_uid = %lu", static_cast<unsigned long>(sb.st_uid)); in setDataSource() [all …]
|
D | MediaPlayerService.cpp | 272 ALOGV("MediaPlayerService created"); in MediaPlayerService() 303 ALOGV("MediaPlayerService destroyed"); in ~MediaPlayerService() 313 ALOGV("Create new media recorder client from pid %d", pid); in createMediaRecorder() 321 ALOGV("Delete media recorder client"); in removeMediaRecorderClient() 328 ALOGV("Create new media retriever from pid %d", pid); in createMetadataRetriever() 342 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid, in create() 579 ALOGV("Client(%d) constructor", connId); in Client() 599 ALOGV("Client(%d) destructor pid = %d", mConnId, mPid); in ~Client() 611 ALOGV("disconnect(%d) from pid %d", mConnId, mPid); in disconnect() 645 ALOGV("delete player"); in createPlayer() [all …]
|
/frameworks/av/camera/ |
D | ICamera.cpp | 65 ALOGV("disconnect"); in disconnect() 75 ALOGV("setPreviewTarget"); in setPreviewTarget() 88 ALOGV("setPreviewCallbackFlag(%d)", flag); in setPreviewCallbackFlag() 98 ALOGV("setPreviewCallbackTarget"); in setPreviewCallbackTarget() 110 ALOGV("startPreview"); in startPreview() 120 ALOGV("startRecording"); in startRecording() 130 ALOGV("stopPreview"); in stopPreview() 139 ALOGV("stopRecording"); in stopRecording() 147 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame() 156 ALOGV("storeMetaDataInBuffers: %s", enabled? "true": "false"); in storeMetaDataInBuffers() [all …]
|
D | Camera.cpp | 48 ALOGV("create"); in create() 85 ALOGV("%s: connect legacy camera device", __FUNCTION__); in connectLegacy() 108 ALOGV("reconnect"); in reconnect() 131 ALOGV("setPreviewTarget(%p)", bufferProducer.get()); in setPreviewTarget() 141 ALOGV("startPreview"); in startPreview() 149 ALOGV("storeMetaDataInBuffers: %s", in storeMetaDataInBuffers() 159 ALOGV("startRecording"); in startRecording() 168 ALOGV("stopPreview"); in stopPreview() 177 ALOGV("stopRecording"); in stopRecording() 190 ALOGV("releaseRecordingFrame"); in releaseRecordingFrame() [all …]
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
D | DrmPassthruPlugIn.cpp | 61 ALOGV("DrmPassthruPlugIn::onGetConstraints From Path: %d", uniqueId); in onGetConstraints() 77 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Enter : %d", uniqueId); in onProcessDrmInfo() 106 ALOGV("DrmPassthruPlugIn::onProcessDrmInfo - Exit"); in onProcessDrmInfo() 112 ALOGV("DrmPassthruPlugIn::onSetOnInfoListener : %d", uniqueId); in onSetOnInfoListener() 117 ALOGV("DrmPassthruPlugIn::onInitialize : %d", uniqueId); in onInitialize() 122 ALOGV("DrmPassthruPlugIn::onTerminate : %d", uniqueId); in onTerminate() 127 ALOGV("DrmPassthruPlugIn::onGetSupportInfo : %d", uniqueId); in onGetSupportInfo() 140 ALOGV("DrmPassthruPlugIn::onSaveRights : %d", uniqueId); in onSaveRights() 145 ALOGV("DrmPassthruPlugIn::onAcquireDrmInfo : %d", uniqueId); in onAcquireDrmInfo() 161 ALOGV("DrmPassthruPlugIn::canHandle: %s ", path.string()); in onCanHandle() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 37 ALOGV("\tLVM_ERROR : Parameter error - "\ 41 ALOGV("\tLVM_ERROR : Parameter error - "\ 45 ALOGV("\tLVM_ERROR : Parameter error - "\ 49 ALOGV("\tLVM_ERROR : Parameter error - "\ 76 ALOGV("\tLVM_ERROR : Invalid argument: "#cond); \ 175 ALOGV("\n\tEffectCreate start session %d", sessionId); in EffectCreate() 178 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate() 185 ALOGV("\tEffectCreate - Initializing all global memory"); in EffectCreate() 194 … ALOGV("\tEffectCreate: Allocating SessionNo %d for SessionId %d\n", sessionNo,sessionId); in EffectCreate() 200 ALOGV("\tLVM_ERROR : Cannot find memory to allocate for current session"); in EffectCreate() [all …]
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | JpegCompressor.cpp | 35 ALOGV("%s", __FUNCTION__); in ~JpegCompressor() 41 ALOGV("%s", __FUNCTION__); in start() 65 ALOGV("%s", __FUNCTION__); in cancel() 71 ALOGV("%s", __FUNCTION__); in readyToRun() 76 ALOGV("%s", __FUNCTION__); in threadLoop() 107 …ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_he… in threadLoop() 127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__); in threadLoop() 141 ALOGV("%s", __FUNCTION__); in isBusy() 148 ALOGV("%s", __FUNCTION__); in isStreamInUse() 160 ALOGV("%s", __FUNCTION__); in waitForDone() [all …]
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 38 ALOGV("\tLVREV_ERROR : Parameter error - "\ 42 ALOGV("\tLVREV_ERROR : Parameter error - "\ 46 ALOGV("\tLVREV_ERROR : Parameter error - "\ 201 ALOGV("\t\nEffectCreate start"); in EffectCreate() 204 ALOGV("\tLVM_ERROR : EffectCreate() called with NULL pointer"); in EffectCreate() 212 ALOGV("\tEffectCreate - UUID matched Reverb type %d, UUID = %x", i, desc->uuid.timeLow); in EffectCreate() 229 ALOGV("\tEffectCreate - AUX"); in EffectCreate() 231 ALOGV("\tEffectCreate - INS"); in EffectCreate() 240 ALOGV("\tEffectCreate - PRESET"); in EffectCreate() 242 ALOGV("\tEffectCreate - ENVIRONMENTAL"); in EffectCreate() [all …]
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLThreadToGL_test.cpp | 71 ALOGV("+swapBuffers"); in TEST_F() 73 ALOGV("-swapBuffers"); in TEST_F() 82 ALOGV("+updateTexImage"); in TEST_F() 84 ALOGV("-updateTexImage"); in TEST_F() 100 ALOGV("+swapBuffers"); in TEST_F() 102 ALOGV("-swapBuffers"); in TEST_F() 112 ALOGV("+updateTexImage"); in TEST_F() 114 ALOGV("-updateTexImage"); in TEST_F() 130 ALOGV("+swapBuffers"); in TEST_F() 132 ALOGV("-swapBuffers"); in TEST_F() [all …]
|
/frameworks/av/media/libstagefright/omx/ |
D | GraphicBufferSource.cpp | 66 ALOGV("GraphicBufferSource w=%u h=%u c=%u", in GraphicBufferSource() 107 ALOGV("~GraphicBufferSource"); in ~GraphicBufferSource() 118 ALOGV("--> executing; avail=%zu, codec vec size=%zd", in omxExecuting() 134 ALOGV("stop load with frames available (codecAvail=%d)", in omxExecuting() 140 ALOGV("done loading initial frames, avail=%zu", mNumFramesAvailable); in omxExecuting() 166 ALOGV("omxIdle"); in omxIdle() 192 ALOGV("--> loaded; avail=%zu eos=%d eosSent=%d", in omxLoaded() 213 ALOGV("addCodecBuffer h=%p size=%" PRIu32 " p=%p", in addCodecBuffer() 234 ALOGV("codecBufferEmptied h=%p size=%" PRIu32 " filled=%" PRIu32 " p=%p", in codecBufferEmptied() 287 ALOGV("cbi %d matches bq slot %d, handle=%p", in codecBufferEmptied() [all …]
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | DrcPresModeWrap.cpp | 76 ALOGV("DRC presentation mode wrapper: drcProgRefLev is %d\n", mStreamPRL); in submitStreamData() 84 ALOGV("DRC presentation mode wrapper: drcPresMode is %d\n", mStreamDRCPresMode); in submitStreamData() 92 ALOGV("DRC presentation mode wrapper: aacNumChannels is %d\n", mStreamNrAACChan); in submitStreamData() 100 ALOGV("DRC presentation mode wrapper: numChannels is %d\n", mStreamNrOutChan); in submitStreamData() 324 …ALOGV("DRC presentation mode wrapper: forced target level to %d (from %d)\n", newTarget, mDesTarge… in update() 326 ALOGV("DRC presentation mode wrapper: set target level to %d\n", newTarget); in update() 335 …ALOGV("DRC presentation mode wrapper: forced attenuation factor to %d (from %d)\n", newAttFactor, … in update() 337 … ALOGV("DRC presentation mode wrapper: set attenuation factor to %d\n", newAttFactor); in update() 346 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n", in update() 349 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor); in update() [all …]
|
/frameworks/av/media/libeffects/proxy/ |
D | EffectProxy.cpp | 66 ALOGV("EffectProxyCreate start.."); in EffectProxyCreate() 127 ALOGV("EffectCreate() UUID of HOST: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate() 132 ALOGV("EffectCreate() UUID of OFFLOAD: %08X-%04X-%04X-%04X-%02X%02X%02X%02X" in EffectProxyCreate() 143 ALOGV("EffectCreate end"); in EffectProxyCreate() 150 ALOGV("ERROR : EffectRelease called with NULL pointer"); in EffectProxyRelease() 153 ALOGV("EffectRelease"); in EffectProxyRelease() 173 ALOGV("EffectGetDescriptor() called with NULL pointer"); in EffectProxyGetDescriptor() 210 ALOGV("Effect_command() Proxy context is NULL"); in Effect_command() 214 ALOGV("Effect_command() Calling HOST EffectCreate"); in Effect_command() 220 ALOGV("Effect_command() Error creating SW sub effect"); in Effect_command() [all …]
|
/frameworks/av/media/libstagefright/ |
D | SurfaceMediaSource.cpp | 53 ALOGV("SurfaceMediaSource"); in SurfaceMediaSource() 81 ALOGV("~SurfaceMediaSource"); in ~SurfaceMediaSource() 86 ALOGV("getTimestamp"); in getTimestamp() 93 ALOGV("setFrameAvailableListener"); in setFrameAvailableListener() 118 ALOGV("setFrameRate"); in setFrameRate() 129 ALOGV("isMetaDataStoredInVideoBuffers"); in isMetaDataStoredInVideoBuffers() 134 ALOGV("getFrameRate"); in getFrameRate() 141 ALOGV("start"); in start() 184 ALOGV("setMaxAcquiredBufferCount(%zu)", count); in setMaxAcquiredBufferCount() 194 ALOGV("setUseAbsoluteTimestamps"); in setUseAbsoluteTimestamps() [all …]
|
D | CameraSourceTimeLapse.cpp | 110 ALOGV("startQuickReadReturns"); in startQuickReadReturns() 125 ALOGV("trySettingVideoSize"); in trySettingVideoSize() 151 ALOGV("Video size (%d, %d) is supported", width, height); in trySettingVideoSize() 170 ALOGV("signalBufferReturned"); in signalBufferReturned() 185 ALOGV("createMediaBufferCopy"); in createMediaBufferCopy() 196 ALOGV("fillLastReadBufferCopy"); in fillLastReadBufferCopy() 206 ALOGV("read"); in read() 227 ALOGV("createIMemoryCopy"); in createIMemoryCopy() 238 ALOGV("skipCurrentFrame"); in skipCurrentFrame() 248 ALOGV("skipFrameAndModifyTimeStamp"); in skipFrameAndModifyTimeStamp() [all …]
|