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

1 2 3 4 5 6 7 8 91011>>

  /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(...)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsUtils.h 26 #define ALOGV(...)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsUtils.h 26 #define ALOGV(...)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsUtils.h 26 #define ALOGV(...)
  /hardware/libhardware/modules/usbaudio/
logging.c 56 ALOGV("%s: mask:%s", mask_name, buff);
61 ALOGV("usb:audio_hw - PCM_PARAM_SAMPLE_BITS min:%u, max:%u",
64 ALOGV("usb:audio_hw - PCM_PARAM_FRAME_BITS min:%u, max:%u",
71 ALOGV("usb:audio_hw - PCM_PARAM_CHANNELS min:%u, max:%u",
74 ALOGV("usb:audio_hw - PCM_PARAM_RATE min:%u, max:%u",
77 ALOGV("usb:audio_hw - PCM_PARAM_PERIOD_TIME min:%u, max:%u",
80 ALOGV("usb:audio_hw - PCM_PARAM_PERIOD_SIZE min:%u, max:%u",
83 ALOGV("usb:audio_hw - PCM_PARAM_PERIOD_BYTES min:%u, max:%u",
86 ALOGV("usb:audio_hw - PCM_PARAM_PERIODS min:%u, max:%u",
89 ALOGV("usb:audio_hw - PCM_PARAM_BUFFER_TIME min:%u, max:%u"
    [all...]
  /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 113 ALOGV("%s:() {", __func__);
126 ALOGV("%s: type_env_allocated:%p, fd_env_allocated:%p;", __func__,
137 ALOGV("%s: fd_type = %d = filefd_mapped_file[fd:%d]; ++fdcount:%d;", __func__,
141 ALOGV("%s: fd_cloexec = %d = filefd_FD_CLOEXEC_file[fd:%d];", __func__,
176 ALOGV("%s: Note: unsetenv() failed!", __func__);
195 ALOGV("%s: rv:%d = setenv(fd_env_name:'%s', fd_env_allocated:'%s' ...);", __func__,
206 ALOGV("%s: rv:%d = setenv(type_env_name:'%s', type_env_allocated:'%s' ...);",
220 ALOGV("%s: return(rv:%d); }", __func__, rv);
239 ALOGV("%s:(verify:%d) {", __func__, verify);
249 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...]
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/media/libmediaplayerservice/
StagefrightPlayer.cpp 32 ALOGV("StagefrightPlayer");
38 ALOGV("~StagefrightPlayer");
46 ALOGV("initCheck");
66 ALOGV("setDataSource(%d, %lld, %lld)", fd, offset, length);
76 ALOGV("setVideoSurfaceTexture");
90 ALOGV("start");
96 ALOGV("stop");
102 ALOGV("pause");
108 ALOGV("isPlaying");
113 ALOGV("seekTo %.2f secs", msec / 1E3)
    [all...]
MediaRecorderClient.cpp 61 ALOGV("Query SurfaceMediaSource");
75 ALOGV("setCamera");
86 ALOGV("setPreviewSurface");
97 ALOGV("setVideoSource(%d)", vs);
112 ALOGV("setAudioSource(%d)", as);
126 ALOGV("setOutputFormat(%d)", of);
137 ALOGV("setVideoEncoder(%d)", ve);
148 ALOGV("setAudioEncoder(%d)", ae);
159 ALOGV("setOutputFile(%s)", path);
170 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...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL_test.cpp 71 ALOGV("+swapBuffers");
73 ALOGV("-swapBuffers");
82 ALOGV("+updateTexImage");
84 ALOGV("-updateTexImage");
100 ALOGV("+swapBuffers");
102 ALOGV("-swapBuffers");
112 ALOGV("+updateTexImage");
114 ALOGV("-updateTexImage");
130 ALOGV("+swapBuffers");
132 ALOGV("-swapBuffers")
    [all...]
  /libnativehelper/
ALog-priv.h 42 #ifndef ALOGV
44 #define ALOGV(...) ((void)0)
46 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /frameworks/rs/cpp/
RenderScript.cpp 85 ALOGV("Couldn't initialize RS::dispatch->AllocationGetType");
90 ALOGV("Couldn't initialize RS::dispatch->TypeGetNativeData");
95 ALOGV("Couldn't initialize RS::dispatch->ElementGetNativeData");
100 ALOGV("Couldn't initialize RS::dispatch->ElementGetSubElements");
105 ALOGV("Couldn't initialize RS::dispatch->DeviceCreate");
110 ALOGV("Couldn't initialize RS::dispatch->DeviceDestroy");
115 ALOGV("Couldn't initialize RS::dispatch->DeviceSetConfig");
120 ALOGV("Couldn't initialize RS::dispatch->ContextCreate");
125 ALOGV("Couldn't initialize RS::dispatch->GetName");
130 ALOGV("Couldn't initialize RS::dispatch->ContextDestroy")
    [all...]
  /external/conscrypt/src/compat/native/
log_compat.h 5 #define ALOGV(...) \
  /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/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 36 ALOGV("setCamera(%p,%p)", camera.get(), proxy.get());
48 ALOGV("setCamera failed: %d", ret);
57 ALOGV("setPreviewSurface(%p)", surface.get());
73 ALOGV("setPreviewSurface failed: %d", ret);
82 ALOGV("init");
94 ALOGV("init failed: %d", ret);
101 ALOGV("setListener failed: %d", ret);
112 ALOGV("setVideoSource(%d)", vs);
122 ALOGV("Call init() since the media recorder is not initialized yet");
137 ALOGV("setVideoSource failed: %d", ret)
    [all...]

Completed in 1189 milliseconds

1 2 3 4 5 6 7 8 91011>>