HomeSort by relevance Sort by last modified time
    Searched defs:ALOGV (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/
rsUtils.h 26 #define ALOGV(...)
rsCppUtils.h 51 #define ALOGV(...) \
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 19 * ALOGV is turned off by release builds: Use the #define below with LOG_NDEBUG=0 to enable.
97 # define ALOGV(a,...)
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 44 #define ALOGV CDBG
55 #define CDBG(fmt, args...) ALOGV(fmt, ##args)
  /system/core/libcutils/
loghack.h 30 #define ALOGV(...) ALOG("V", __VA_ARGS__)
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 34 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
36 #define ALOGV(...)
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 29 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
109 ALOGV("Initially queueing %u buffers of %u bytes each", nbRead, BUFFER_SIZE);
146 ALOGV("EOS was processed\n");
204 ALOGV("StreamChangeCallback called for stream %u", streamIndex);
223 ALOGV("Found video size %u x %u, codec ID=%u, frameRate=%u, bitRate=%u, duration=%u ms",
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 25 #define ALOGV printf
287 //ALOGV("Before 1.5 sec");
290 //ALOGV("After 1.5 sec");
293 //ALOGV("GetPlayState");
301 //ALOGV("TestEnd");
306 //ALOGV("Test Fixture: InvalidBuffer");
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 47 #define ALOGV(...) fprintf(stderr, __VA_ARGS__)
235 ALOGV(" id iface dev sub idx num perms type isvolume name\n");
240 ALOGV("%4d %5s %3d %3d %3d %3d %c%c%c%c%c%c%c%c%c %-6s %8d %s",
258 ALOGV(ei->value.integer.step ?
265 ALOGV(ei->value.integer64.step ?
273 ALOGV(" { %s=0", mixer->ctl[n].ename[0]);
275 ALOGV(", %s=%d", mixer->ctl[n].ename[m],m);
276 ALOGV(" }");
280 ALOGV("\n");
308 ALOGV("%li.%02lidB", dB / 100, (dB < 0 ? -dB : dB) % 100)
    [all...]
alsa_pcm.c 29 #define ALOGV(...) fprintf(stderr, __VA_ARGS__)
159 ALOGV("format_names %s", name);
294 ALOGV("%s = %08x%08x\n", param_name[n],
300 ALOGV("%s = (%d,%d) omin=%d omax=%d int=%d empty=%d\n",
304 ALOGV("info = %08x\n", p->info);
305 ALOGV("msbits = %d\n", p->msbits);
306 ALOGV("rate = %d/%d\n", p->rate_num, p->rate_den);
307 ALOGV("fifo = %d\n", (int) p->fifo_size);
312 ALOGV("device = %d\n", info->device);
313 ALOGV("subdevice = %d\n", info->subdevice)
    [all...]
alsa_ucm.c 42 #define ALOGV(...) fprintf(stderr, __VA_ARGS__)
128 ALOGV("Index:%d Verb:%s", index,
152 ALOGV("Index:%d Device:%s", index,
176 ALOGV("Index:%d Modifier:%s", index,
552 ALOGV("check_devices_for_voice_call(): voice cap detected\n");
567 ALOGV("check_devices_for_voice_call(): Rx and Tx devices enabled\n");
570 ALOGV("check_devices_for_voice_call(): Rx/Tx dev not enabled: \
686 ALOGV("Voice acdb: Required acdb already pushed \
695 ALOGV("No voice use case found");
798 ALOGV("acdb_id %d cap %d enable %d"
    [all...]
  /system/core/include/cutils/
log.h 50 * Normally we strip ALOGV (VERBOSE messages) from release builds.
76 #ifndef ALOGV
78 #define ALOGV(...) ((void)0)
80 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))

Completed in 614 milliseconds