HomeSort by relevance Sort by last modified time
    Searched defs:ALOGD (Results 26 - 33 of 33) sorted by null

12

  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
52 ALOGD("ctor%s", GetThreadInfo().c_str());
64 ALOGD("dtor%s", GetThreadInfo().c_str());
79 ALOGD("Init%s", GetThreadInfo().c_str());
85 ALOGD("Terminate%s", GetThreadInfo().c_str());
92 ALOGD("InitPlayout%s", GetThreadInfo().c_str());
105 ALOGD("StartPlayout%s", GetThreadInfo().c_str());
129 ALOGD("StopPlayout%s", GetThreadInfo().c_str());
176 ALOGD("AttachAudioBuffer");
180 ALOGD("SetPlayoutSampleRate(%d)", sample_rate_hz)
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 18 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
71 ALOGD("AttachCurrentThreadIfNeeded::ctor%s", GetThreadInfo().c_str());
76 ALOGD("Attaching thread to JVM");
84 ALOGD("AttachCurrentThreadIfNeeded::dtor%s", GetThreadInfo().c_str());
87 ALOGD("Detaching thread from JVM");
96 ALOGD("GlobalRef::ctor%s", GetThreadInfo().c_str());
100 ALOGD("GlobalRef::dtor%s", GetThreadInfo().c_str());
133 ALOGD("NativeRegistration::ctor%s", GetThreadInfo().c_str());
137 ALOGD("NativeRegistration::dtor%s", GetThreadInfo().c_str());
144 ALOGD("NativeRegistration::NewObject%s", GetThreadInfo().c_str())
    [all...]
  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 15 #ifndef ALOGD
16 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
21 ((__predict_false(cond)) ? ((void)ALOGD(__VA_ARGS__)) : (void)0)
dvr_display-test.cpp 13 #ifndef ALOGD
14 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
24 ALOGD(
150 ALOGD("The number of display cycles: %d", num_display_cycles_in_5s);
163 ALOGD("Display cycle: %d, bufferhub id of the write buffer: %d", i,
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 1029 #ifndef ALOGD
1030 #define ALOGD LOGD
1041 ALOGD("%s", msg);
    [all...]
  /system/core/libnetutils/
ifc_utils.c 44 #define ALOGD printf
680 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 43 #define ALOGD(...) fprintf(stderr, __VA_ARGS__)
673 ALOGD("Voice acdb: rx id %d tx id %d",
794 ALOGD("Set mixer controls for %s enable %d", use_case, enable);
    [all...]
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 

Completed in 354 milliseconds

12