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

1 2

  /packages/apps/TV/jni/
logging.h 26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 42 #ifndef ALOGV
44 #define ALOGV(...) ((void)0)
46 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /external/libese/libese/include/ese/
log.h 44 #ifndef ALOGV
47 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
49 #define ALOGV(...) __ALOGV(__VA_ARGS__)
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /cts/tests/sensor/jni/
nativeTestHelper.h 22 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
  /development/samples/SimpleJNI/jni/
native.cpp 24 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 55 public static void ALOGV(String message, Object... args) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 46 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
48 #define ALOGV(...)
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc 24 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
audio_record_jni.cc 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
audio_track_jni.cc 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
opensles_player.cc 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
  /frameworks/ex/framesequence/jni/utils/
log.h 29 * Normally we strip ALOGV (VERBOSE messages) from release builds.
55 #ifndef ALOGV
57 #define ALOGV(...) ((void)0)
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /frameworks/rs/
rsCppUtils.h 45 #ifndef ALOGV
46 #define ALOGV(...) \
  /system/core/liblog/include/log/
log_main.h 28 * Normally we strip the effects of ALOGV (VERBOSE messages),
175 #ifndef ALOGV
178 #define ALOGV(...) \
185 #define ALOGV(...) __ALOGV(__VA_ARGS__)
  /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 %zu 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",
  /external/conscrypt/common/src/jni/main/include/conscrypt/
macros.h 166 #ifndef ALOGV
168 #define ALOGV(...) \
175 #define ALOGV(...) __ALOGV(__VA_ARGS__)
186 #define ALOGV(...) VA_ARGS_UNUSED(__VA_ARGS__)
  /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");

Completed in 484 milliseconds

1 2