/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUtil.cpp | 27 ALOGV("Format:LPCM"); 30 ALOGV("Format:AC-3"); 33 ALOGV("Format:MPEG1 (Layers 1 & 2)"); 36 ALOGV("Format:MP3 (MPEG1 Layer 3)"); 39 ALOGV("Format:MPEG2 (multichannel)"); 42 ALOGV("Format:AAC"); 45 ALOGV("Format:DTS"); 48 ALOGV("Format:ATRAC"); 51 ALOGV("Format:One-bit audio aka SACD"); 54 ALOGV("Format:Dolby Digital +") [all...] |
/frameworks/rs/ |
rsUtils.h | 26 #define ALOGV(...)
|
/development/ndk/sources/android/libportable/arch-mips/ |
pipe.c | 48 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); 58 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); 67 ALOGV(" "); 68 ALOGV("%s(pipefd[2]:%p, portable_flags:0x%x) {", __func__, 75 ALOGV("%s: pipe2() returned pipefd[0]:%d, pipefd[1]:%d", __func__, 84 ALOGV("%s: return(rv:%d); }", __func__, rv);
|
inotify.c | 49 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); 59 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); 68 ALOGV(" "); 69 ALOGV("%s(portable_flags:%d) {", __func__, 82 ALOGV("%s: return(rv:%d); }", __func__, rv);
|
timerfd.c | 46 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); 56 ALOGV("%s: return(native_flags:%d); }", __func__, native_flags); 65 ALOGV(" "); 66 ALOGV("%s(clockid:%d, portable_flags:%d) {", __func__, 79 ALOGV("%s: return(rv:%d); }", __func__, rv);
|
filefd.c | 114 ALOGV("%s:() {", __func__); 127 ALOGV("%s: type_env_allocated:%p, fd_env_allocated:%p;", __func__, 138 ALOGV("%s: fd_type = %d = filefd_mapped_file[fd:%d]; ++fdcount:%d;", __func__, 142 ALOGV("%s: fd_cloexec = %d = filefd_FD_CLOEXEC_file[fd:%d];", __func__, 177 ALOGV("%s: Note: unsetenv() failed!", __func__); 196 ALOGV("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__, 207 ALOGV("%s: rv:%d = setenv(type_env_name:'%s', type_env_allocated:'%s' ...);", 221 ALOGV("%s: return(rv:%d); }", __func__, rv); 240 ALOGV("%s:(verify:%d) {", __func__, verify); 250 ALOGV("%s: fd_env = NULL = getenv('%s');", __func__ [all...] |
mmap.c | 34 ALOGV("%s(portable_prot:0x%x) {", __func__, portable_prot); 42 ALOGV("%s: return(native_prot:0x%x); }", __func__, native_prot); 51 ALOGV("%s(portable_flags:0x%x) {", __func__, portable_flags); 87 ALOGV("%s: return(native_flags:0x%x); }", __func__, native_flags); 98 ALOGV(" "); 99 ALOGV("%s(addr:%p, size:%d, prot:0x%x, flags:0x%x, fd:%d, byte_offset:0x%lx) {", __func__, 107 ALOGV("%s: return(ret_addr:%p); }", __func__, ret_addr); 119 ALOGV(" "); 120 ALOGV("%s(addr:%p, size:%d, portable_prot:0x%x); {", __func__, 127 ALOGV("%s: return(rv:%d); }", __func__, rv) [all...] |
flags.c | 35 ALOGV(" "); 36 ALOGV("%s(mode:%p, optr:%p) {", __func__, mode, optr); 56 ALOGV("%s: return(rv:%d); }", __func__, rv);
|
waitpid.c | 35 ALOGV("%s(status:%p) {", __func__, 51 ALOGV("%s: (*status):0x%08x = portable_status:0x%08x", __func__, 56 ALOGV("%s: return; }", __func__); 64 ALOGV("%s(pid:%d, status:%p, options:0x%x) {", __func__, 71 ALOGV("%s: return rv:%d; }", __func__, rv); 80 ALOGV("%s(status:%p) {", __func__, 87 ALOGV("%s: return rv:%d; }", __func__, rv); 96 ALOGV("%s(status:%p, options:0x%x, rusage:%p) {", __func__, 103 ALOGV("%s: return rv:%d; }", __func__, rv); 117 ALOGV("%s(pid:%d, status:%p, options:0x%x, rusage:%p) {", __func__ [all...] |
/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__);
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
SignalDrivenThread.cpp | 46 ALOGV("(SignalDrivenThread() ):"); 56 ALOGV("DEBUG(SignalDrivenThread::Start() ):"); 63 ALOGV("DEBUG(SignalDrivenThread( , , )):"); 80 ALOGV("DEBUG(%s):Setting Signal (%x)", __FUNCTION__, signal); 83 ALOGV("DEBUG(%s):Signal Set (%x) - prev(%x)", __FUNCTION__, signal, m_receivedSignal); 95 ALOGV("DEBUG(%s): Signal (%x)", __FUNCTION__, m_processingSignal); 109 ALOGV("DEBUG(%s):", __func__); 115 ALOGV("DEBUG(%s):", __func__); 123 ALOGV("DEBUG(%s):Waiting Signal", __FUNCTION__); 132 ALOGV("DEBUG(%s):Got Signal (%x)", __FUNCTION__, m_processingSignal) [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...] |
/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...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.cpp | 35 ALOGV("%s", __FUNCTION__); 41 ALOGV("%s", __FUNCTION__); 65 ALOGV("%s", __FUNCTION__); 71 ALOGV("%s", __FUNCTION__); 76 ALOGV("%s", __FUNCTION__); 107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height); 127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__); 141 ALOGV("%s", __FUNCTION__); 148 ALOGV("%s", __FUNCTION__); 160 ALOGV("%s", __FUNCTION__) [all...] |
/libnativehelper/ |
ALog-priv.h | 42 #ifndef ALOGV 44 #define ALOGV(...) ((void)0) 46 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
/dalvik/vm/mterp/c/ |
OP_BREAKPOINT.cpp | 19 ALOGV("+++ break 0x%02x (0x%04x -> 0x%04x)", originalOpcode, inst,
|
/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...] |
/device/generic/goldfish/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...] |
/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/media/libmedia/ |
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"); 68 ALOGV("destructor"); 76 ALOGV("disconnect"); 100 ALOGV("setListener"); 141 ALOGV("setDataSource(%s)", url); 159 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length); 175 ALOGV("setDataSource"); 196 ALOGV("invoke %d", request.dataSize()); 226 ALOGV("setVideoSurfaceTexture"); 250 ALOGV("prepare") [all...] |
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 41 ALOGV("instantiate"); 56 ALOGV("created"); 62 ALOGV("Destroyed"); 85 ALOGV("Entering setDrmServiceListener"); 92 ALOGV("Entering getConstraints from content"); 97 ALOGV("Entering getMetadata from content"); 102 ALOGV("Entering canHandle"); 107 ALOGV("Entering processDrmInfo"); 112 ALOGV("Entering acquireDrmInfo"); 119 ALOGV("Entering saveRights") [all...] |