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

1 2

  /packages/apps/TV/jni/
logging.h 27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__)
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_macros.h 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /libnativehelper/
ALog-priv.h 50 #ifndef ALOGD
51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 23 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
166 ALOGD("No physical device available");
253 ALOGD("Vulkan Surface Capabilities:\n");
254 ALOGD("\timage count: %u - %u\n", surfaceCapabilities.minImageCount,
256 ALOGD("\tarray layers: %u\n", surfaceCapabilities.maxImageArrayLayers);
257 ALOGD("\timage size (now): %dx%d\n", surfaceCapabilities.currentExtent.width,
259 ALOGD("\timage size (extent): %dx%d - %dx%d\n", surfaceCapabilities.minImageExtent.width,
262 ALOGD("\tusage: %x\n", surfaceCapabilities.supportedUsageFlags);
263 ALOGD("\tcurrent transform: %u\n", surfaceCapabilities.currentTransform);
264 ALOGD("\tallowed transforms: %x\n", surfaceCapabilities.supportedTransforms)
    [all...]
android_graphics_cts_VulkanPreTransformCtsActivity.cpp 31 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
49 ALOGD("jboolean setPreTransform = %d", setPreTransform);
57 ALOGD("Hardware not supported for this test");
  /external/libese/libese/include/ese/
log.h 53 #ifndef ALOGD
54 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_macros.h 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x)
  /development/samples/SimpleJNI/jni/
native.cpp 25 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
Util.java 45 static void ALOGD(String message, Object... args) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 50 #define ALOGD LOG_TAG(rtc::LS_INFO, TAG)
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 21 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
105 ALOGD("Attaching thread to JVM%s", GetThreadInfo().c_str());
114 ALOGD("Detaching thread from JVM%s", GetThreadInfo().c_str());
  /system/core/libnetutils/
packet.c 34 #define ALOGD printf
182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
186 ALOGD("Not a valid IP packet");
190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
231 ALOGD("Malformed Packet");
  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc 25 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
44 ALOGD("JavaAudioManager::ctor%s", GetThreadInfo().c_str());
48 ALOGD("JavaAudioManager::dtor%s", GetThreadInfo().c_str());
78 ALOGD("ctor%s", GetThreadInfo().c_str());
95 ALOGD("~dtor%s", GetThreadInfo().c_str());
102 ALOGD("SetActiveAudioLayer(%d)%s", audio_layer, GetThreadInfo().c_str());
115 ALOGD("delay_estimate_in_milliseconds: %d", delay_estimate_in_milliseconds_);
119 ALOGD("Init%s", GetThreadInfo().c_str());
132 ALOGD("Close%s", GetThreadInfo().c_str());
142 ALOGD("IsCommunicationModeEnabled()")
    [all...]
audio_record_jni.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
87 ALOGD("ctor%s", GetThreadInfo().c_str());
110 ALOGD("~dtor%s", GetThreadInfo().c_str());
116 ALOGD("Init%s", GetThreadInfo().c_str());
122 ALOGD("Terminate%s", GetThreadInfo().c_str());
129 ALOGD("InitRecording%s", GetThreadInfo().c_str());
140 ALOGD("frames_per_buffer: %" PRIuS, frames_per_buffer_);
149 ALOGD("StartRecording%s", GetThreadInfo().c_str());
162 ALOGD("StopRecording%s", GetThreadInfo().c_str());
182 ALOGD("AttachAudioBuffer")
    [all...]
audio_track_jni.cc 24 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__)
80 ALOGD("ctor%s", GetThreadInfo().c_str());
103 ALOGD("~dtor%s", GetThreadInfo().c_str());
109 ALOGD("Init%s", GetThreadInfo().c_str());
115 ALOGD("Terminate%s", GetThreadInfo().c_str());
122 ALOGD("InitPlayout%s", GetThreadInfo().c_str());
133 ALOGD("StartPlayout%s", GetThreadInfo().c_str());
146 ALOGD("StopPlayout%s", GetThreadInfo().c_str());
171 ALOGD("SetSpeakerVolume(%d)%s", volume, GetThreadInfo().c_str());
177 ALOGD("MaxSpeakerVolume%s", GetThreadInfo().c_str())
    [all...]
  /frameworks/ex/framesequence/jni/utils/
log.h 79 #ifndef ALOGD
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /frameworks/rs/
rsCppUtils.h 41 #ifndef ALOGD
42 #define ALOGD(...) \
  /system/core/liblog/include/log/
log_main.h 202 #ifndef ALOGD
203 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /external/conscrypt/common/src/jni/main/include/conscrypt/
macros.h 156 #ifndef ALOGD
157 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
184 #define ALOGD(...) VA_ARGS_UNUSED(__VA_ARGS__)

Completed in 1301 milliseconds

1 2