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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.cpp 105 ALOGD("AAudioStreamParameters mDeviceId = %d", mDeviceId);
106 ALOGD("AAudioStreamParameters mSampleRate = %d", mSampleRate);
107 ALOGD("AAudioStreamParameters mSamplesPerFrame = %d", mSamplesPerFrame);
108 ALOGD("AAudioStreamParameters mSharingMode = %d", (int)mSharingMode);
109 ALOGD("AAudioStreamParameters mAudioFormat = %d", (int)mAudioFormat);
110 ALOGD("AAudioStreamParameters mDirection = %d", mDirection);
111 ALOGD("AAudioStreamParameters mBufferCapacity = %d", mBufferCapacity);
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Usage.cpp 32 ALOGD("%s: Usage %s has identifier 0x%X", __FUNCTION__, getName().c_str(), identifier);
42 ALOGD("%s: %d for Usage %s", __FUNCTION__, strategy, getName().c_str());
50 ALOGD("%s: %d for Usage %s", __FUNCTION__, mApplicableStrategy, getName().c_str());
  /cts/tests/tests/net/jni/
NativeDnsJni.c 36 ALOGD("getaddrinfo(www.google.com) gave res=%d (%s)", res, gai_strerror(res));
50 ALOGD(" %s", buf);
55 ALOGD(" %s", buf);
63 ALOGD("getaddrinfo(www.google.com) didn't find either v4 or v6 address");
70 ALOGD("getaddrinfo(ipv6.google.com) gave res=%d", res);
82 ALOGD(" %s", buf);
87 ALOGD(" %s", buf);
96 ALOGD("getaddrinfo(ipv6.google.com) didn't find only v6");
119 ALOGD("getnameinfo(%s (GoogleDNS) ) gave error %d (%s)", GoogleDNSIpV4Address, res,
124 ALOGD("getnameinfo(%s (GoogleDNS) ) didn't return google.com: %s"
    [all...]
  /hardware/libhardware/modules/input/evdev/
BitUtils.cpp 40 ALOGD("testBitInRange(%d, %d)", start, end);
50 ALOGD("startIndex=%d, endIndex=%d", startIndex, endIndex);
56 ALOGD("block %04d: %s%s", i, bitstrings[bits >> 4], bitstrings[bits & 0x0f]);
68 ALOGD("mask: %s%s", bitstrings[mask >> 4], bitstrings[mask & 0x0f]);
  /system/nfc/halimpl/bcm2079x/include/
_OverrideLog.h 30 // Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) \
  /system/nfc/src/include/
_OverrideLog.h 30 // Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) \
  /system/nfc/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 78 ALOGD("%s: enter", __func__);
100 ALOGD("%s: preserve HAL NV store", __func__);
180 ALOGD("%s: uart config=0x%04x, %d\n", __func__, cfg.fmt, cfg.baud);
206 ALOGD("%s: exit %d", __func__, retval);
212 ALOGD("%s: enter", __func__);
220 ALOGD("%s: exit %d", __func__, retval);
226 ALOGD("%s: enter", __func__);
237 ALOGD("%s: exit %d", __func__, retval);
242 ALOGD("%s: enter; event=0x%X", __func__, event);
245 ALOGD("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __func__, status)
    [all...]
patchram.cpp 158 ALOGD("%s: config=%s", __func__, pConfigName);
161 ALOGD("%s No patchfile defined\n", __func__);
166 ALOGD("%s found patchfile %s\n", __func__, pBuffer);
170 ALOGD("%s Cannot find patchfile '%s'\n", __func__, pConfigName);
184 ALOGD("%s: status=%u", __func__, status);
203 ALOGD("%s: status=%i", __func__, status);
218 ALOGD("%s: re-init; don't download firmware", __func__);
236 ALOGD("%s: Not using Snooze Mode", __func__);
251 ALOGD("%s: event=0x%x", __func__, event);
266 ALOGD("%s: invalid patch...skipping patch download", __func__)
    [all...]
  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 98 ALOGD("MtpObject Info %08X: %s\n", mHandle, mName);
99 ALOGD(" mStorageID: %08X mFormat: %04X mProtectionStatus: %d\n",
101 ALOGD(" mCompressedSize: %d mThumbFormat: %04X mThumbCompressedSize: %d\n",
103 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight);
104 ALOGD(" mImagePixWidth: %d mImagePixHeight: %d mImagePixDepth: %d\n",
106 ALOGD(" mParent: %08X mAssociationType: %04X mAssociationDesc: %04X\n",
108 ALOGD(" mSequenceNumber: %d mDateCreated: %ld mDateModified: %ld mKeywords: %s\n",
  /frameworks/base/libs/storage/
IMountService.cpp 69 ALOGD("registerListener could not contact remote\n");
74 ALOGD("registerListener caught exception %d\n", err);
85 ALOGD("unregisterListener could not contact remote\n");
90 ALOGD("unregisterListener caught exception %d\n", err);
100 ALOGD("isUsbMassStorageConnected could not contact remote\n");
105 ALOGD("isUsbMassStorageConnected caught exception %d\n", err);
117 ALOGD("setUsbMassStorageEnabled could not contact remote\n");
122 ALOGD("setUsbMassStorageEnabled caught exception %d\n", err);
132 ALOGD("isUsbMassStorageEnabled could not contact remote\n");
137 ALOGD("isUsbMassStorageEnabled caught exception %d\n", err)
    [all...]
  /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...]
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/rs/
rsCacheDir.cpp 41 ALOGD("Successfully queried cache dir: %s", path_chars);
45 ALOGD("Cache dir not initialized");
48 ALOGD("Failed to query the default cache dir.");
  /system/nfc/src/adaptation/
NfcAdaptation.cpp 159 ALOGD("%s: enter", func);
167 ALOGD("%s: logging protocol in raw format", func);
182 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func,
187 ALOGD("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func,
215 ALOGD("%s: preserve stack NV store", __func__);
235 ALOGD("%s: exit", func);
251 ALOGD("%s: enter", func);
259 ALOGD("%s: exit", func);
296 ALOGD("%s: enter", func);
298 ALOGD("%s: exit", func)
    [all...]
  /frameworks/base/cmds/bootanimation/iot/
BootAction.cpp 42 ALOGD("Connecting to peripheralmanager");
51 ALOGD("Peripheralmanager is up.");
89 ALOGD("Entering boot_action_init");
91 ALOGD("Returned from boot_action_init");
98 ALOGD("Entering boot_action_start_part");
100 ALOGD("Returned from boot_action_start_part");
104 ALOGD("Entering boot_action_shutdown");
106 ALOGD("Returned from boot_action_shutdown");
  /libnativehelper/
ALog-priv.h 50 #ifndef ALOGD
51 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /frameworks/base/cmds/idmap/
idmap.cpp 141 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
146 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
162 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
167 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
185 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
190 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
206 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
211 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno));
219 ALOGD("error: no read access to %s: %s\n", dir, strerror(errno));
231 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno))
    [all...]
  /device/generic/goldfish/camera/
EmulatedQemuCamera2.cpp 38 ALOGD("Constructing emulated qemu camera 2 facing %s",
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
ErrorLog.h 23 # define DBG(...) ALOGD(__VA_ARGS__)
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 40 ALOGD("no kernel logs");
46 ALOGD("can't allocate temporary storage");
52 ALOGD("can't read logs - %d", read);
65 ALOGD("can't allocate array");
  /packages/apps/TV/jni/
logging.h 27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__)
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 231 ALOGD("%s: camHal: %p", __func__, camHal);
418 ALOGD("%s: X", __func__);
424 ALOGD("%s: E", __func__);
478 ALOGD("%s: E", __func__);
480 ALOGD("%s: X", __func__);
488 ALOGD("%s: E", __func__);
490 ALOGD("%s: X", __func__);
497 ALOGD("%s: E", __func__);
499 ALOGD("%s: X", __func__);
509 ALOGD("%s: X", __func__)
    [all...]

Completed in 1234 milliseconds

1 2 3 4 5 6 7 8 91011>>