/external/libese/libese-hw/ |
D | ese_hw_echo.c | 70 ALOGV("interface attempting to read data"); in echo_receive() 85 ALOGV("card sent a frame"); in echo_receive() 93 ALOGV("interface transmitting data"); in echo_transmit() 103 ALOGV("card received frame with bad LRC"); in echo_transmit() 106 ALOGV("card received valid frame"); in echo_transmit() 116 ALOGV("interface polling for start of frame/host node address: %x", poll_for); in echo_poll() 122 ALOGV("interface received NAD"); in echo_poll() 138 ALOGV("interface is preprocessing outbound frame"); in echo_preprocess() 142 ALOGV("interface is preprocessing inbound frame"); in echo_preprocess()
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 28 ALOGV("interface is preprocessing outbound frame"); in nxp_pn80t_preprocess() 31 ALOGV("interface is preprocessing inbound frame (%x->%x)", in nxp_pn80t_preprocess() 34 ALOGV("Rewriting from unknown NAD: %x", frame->header.NAD); in nxp_pn80t_preprocess() 37 ALOGV("Frame length: %x", frame->header.LEN); in nxp_pn80t_preprocess() 137 ALOGV("interface polling for start of frame/host node address: %x", poll_for); in nxp_pn80t_poll() 150 ALOGV("Polled for byte seen: %x with %d intervals remaining.", poll_for, in nxp_pn80t_poll() 152 ALOGV("RX[0]: %.2X", byte); in nxp_pn80t_poll() 155 ALOGV("No match (saw %x)", byte); in nxp_pn80t_poll() 159 ALOGV("poll interval %d: no match.", intervals); in nxp_pn80t_poll() 316 ALOGV("%s: called", __func__); in nxp_pn80t_close()
|
D | nq_nci.c | 122 ALOGV("nq_nci:%s: called [%d]", __func__, len); in nq_transmit() 151 ALOGV("nq_nci:%s: called [%d]", __func__, len); in nq_receive() 179 ALOGV("%s: read bytes: %u", __func__, bytes); in nq_receive()
|
D | linux_spidev.c | 191 ALOGV("spidev:%s: called [%d]", __func__, len); in spidev_transmit() 220 ALOGV("spidev:%s: called [%d]", __func__, len); in spidev_receive() 232 ALOGV("%s: read bytes: %zd", __func__, len); in spidev_receive()
|
/external/libese/libese/include/ese/ |
D | log.h | 44 #ifndef ALOGV 47 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro 49 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediacodeccommon.h | 46 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro 48 #define ALOGV(...)
|
D | androidmediaencoder_jni.cc | 708 ALOGV("Encoder frame in # %d. TS: %lld. Q: %d", in EncodeByteBufferOnCodecThread() 878 ALOGV("Encoder frame out # %d. Key: %d. Size: %d. TS: %lld." in DeliverPendingOutputs()
|
D | androidmediadecoder_jni.cc | 522 ALOGV("Received: %d. Decoded: %d. Wait for output...", in DecodeOnCodecThread()
|
/external/conscrypt/common/src/jni/main/include/ |
D | macros.h | 166 #ifndef ALOGV 168 #define ALOGV(...) \ macro 175 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro 186 #define ALOGV(...) VA_ARGS_UNUSED(__VA_ARGS__) macro
|
D | Errors.h | 414 ALOGV("%s: ssl=%p: %s", message, ssl, sslErrorStr); 469 ALOGV("%s", allocStr);
|
D | JniUtil.h | 99 ALOGV("Registering %s's %d native methods...", className, numMethods); in getJNIEnv()
|
/external/libese/libese/ |
D | ese.c | 42 ALOGV("opening interface '%s'", ese_name(ese)); in ese_open() 121 ALOGV("closing interface '%s'", ese_name(ese)); in ese_close()
|
/external/libese/libese-teq1/ |
D | teq1.c | 96 ALOGV("%s[%u]: %.2X", prefix, recvd, buf[recvd]); in teq1_dump_buf() 140 ALOGV("%s: comm error: %d", __func__, bytes_consumed); in teq1_receive() 153 ALOGV("received invalid LEN of 255"); in teq1_receive() 203 ALOGV("Copying %x bytes of app data for transmission", frame->header.LEN); in teq1_fill_info_block() 619 ALOGV("[ %s ]", teq1_rule_result_to_name(result)); in teq1_transceive()
|
/external/swiftshader/src/Common/ |
D | DebugAndroid.hpp | 83 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
|
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 1079 ALOGV("Alternative lingware path %s", pico_alt_lingware_path); in init() 1083 ALOGV("Using predefined lingware path %s", pico_alt_lingware_path); in init() 1233 ALOGV("TtsEngine::isLanguageAvailable called with unsupported language"); in isLanguageAvailable() 1623 ALOGV("Synth loop: sending TTS_SYNTH_DONE after error"); in synthesizeText() 1632 ALOGV("Synth loop: sending TTS_SYNTH_DONE after all done, or was asked to stop"); in synthesizeText()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager.cc | 24 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
D | audio_track_jni.cc | 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
D | audio_record_jni.cc | 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
D | opensles_player.cc | 23 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_ota.c | 367 ALOGV("%s() loop backwards, loopCount = %d", __func__, pData->loopCount); in OTA_Event()
|