Home
last modified time | relevance | path

Searched refs:ALOGV (Results 1 – 25 of 36) sorted by relevance

12

/external/libese/libese-hw/
Dese_hw_echo.c70 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/v4l2_codec2/
DC2VDAAdaptorProxy.cpp51 ALOGV("establishChannel"); in establishChannel()
80 ALOGV("ProvidePictureBuffers"); in ProvidePictureBuffers()
86 ALOGV("PictureReady"); in PictureReady()
118 ALOGV("NotifyEndOfBitstreamBuffer"); in NotifyEndOfBitstreamBuffer()
123 ALOGV("NotifyResetDone"); in NotifyResetDone()
135 ALOGV("NotifyFlushDone"); in NotifyFlushDone()
175 ALOGV("initialize(profile=%d, secureMode=%d)", static_cast<int>(profile), in initialize()
216 ALOGV("decode"); in decode()
240 ALOGV("assignPictureBuffers: %d", numOutputBuffers); in assignPictureBuffers()
253 ALOGV("importBufferForPicture"); in importBufferForPicture()
[all …]
DC2VDAComponent.cpp437 ALOGV("onDestroy"); in onDestroy()
447 ALOGV("onStart"); in onStart()
472 ALOGV("onQueueWork: flags=0x%x, index=%llu, timestamp=%llu", work->input.flags, in onQueueWork()
489 ALOGV("onDequeueWork"); in onDequeueWork()
496 ALOGV("Temporarily stop dequeueing works since component is draining/flushing."); in onDequeueWork()
519 ALOGV("Got a work with no input buffer! Emplace a nullptr inside."); in onDequeueWork()
569 ALOGV("onInputBufferDone: bitstream id=%d", bitstreamId); in onInputBufferDone()
587 ALOGV("onOutputBufferReturned: pool id=%u", poolId); in onOutputBufferReturned()
598 ALOGV("Discard obsolete graphic block: pool id=%u", poolId); in onOutputBufferReturned()
627 ALOGV("onOutputBufferDone: picture id=%d, bitstream id=%d", pictureBufferId, bitstreamId); in onOutputBufferDone()
[all …]
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c28 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()
320 ALOGV("%s: called", __func__); in nxp_pn80t_close()
Dnq_nci.c122 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()
Dlinux_spidev.c191 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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java8 import static org.robolectric.res.android.Util.ALOGV;
257 ALOGV("In %s Asset %s path: %s", this, in addAssetPath()
469 ALOGV("Looking for asset '%s' in '%s'\n", in open()
500 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, in openNonAsset()
523 ALOGV("Looking for non-asset '%s' in '%s'\n", fileName, in openNonAsset()
613 ALOGV("Looking for resource asset in '%s'\n", ap.path.string()); in appendPathToResTable_measured()
627 ALOGV("loading resource table %s\n", ap.path.string()); in appendPathToResTable_measured()
640 ALOGV("Creating shared resources for %s", ap.path.string()); in appendPathToResTable_measured()
655 ALOGV("loading resource table %s\n", ap.path.string()); in appendPathToResTable_measured()
663 ALOGV("Installing resource asset %s in to table %s\n", ass, mResources); in appendPathToResTable_measured()
[all …]
DFileMap.java4 import static org.robolectric.res.android.Util.ALOGV;
178 ALOGV("MAP: base %s/0x%x data %s/0x%x\n", in createFromZip()
DAsset.java6 import static org.robolectric.res.android.Util.ALOGV;
901 ALOGV("Asset %s allocating buffer size %d (smaller than threshold)", this, (int)allocLen); in getBuffer()
921 ALOGV(" getBuffer: loaded into buffer\n"); in getBuffer()
935 ALOGV(" getBuffer: mapped\n"); in getBuffer()
DResTableTheme.java13 import static org.robolectric.res.android.Util.ALOGV;
180 ALOGV("Applying style 0x%08x to theme %s, count=%d", resID, this, N); in applyStyle()
259 ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x", in applyStyle()
DResTable.java20 import static org.robolectric.res.android.Util.ALOGV;
251 ALOGV("Adding resources to ResTable: data=%s, size=0x%x, cookie=%d, copy=%d " + in addInternal()
273 ALOGV("Loading ResTable @%s:\n", header.header); in addInternal()
306 ALOGV("Chunk: type=0x%x, headerSize=0x%x, size=0x%x, pos=%s\n", in addInternal()
356 ALOGV("Returning from add with mError=%d\n", mError); in addInternal()
525 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
852 ALOGV("PackageChunk: type=0x%x, headerSize=0x%x, size=0x%x, pos=%s\n",
927 ALOGV("Skipping empty ResTable_typeSpec for type %d", typeSpec.id);
1009 ALOGV("Skipping empty ResTable_type for type %d", type.id);
DUtil.java65 public static void ALOGV(String message, Object... args) { in ALOGV() method in Util
/external/libese/libese/include/ese/
Dlog.h44 #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/
Dandroidmediacodeccommon.h46 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
48 #define ALOGV(...)
/external/v4l2_codec2/tests/
DC2VDAComponent_test.cpp303 ALOGV("videoDataStr: %s", testVideoData); in parseTestVideoData()
336 ALOGV("mTestVideoFile: %s, %s, %d, %d, %d, %d", mTestVideoFile->mFilename.c_str(), in parseTestVideoData()
442 ALOGV("output allocator ID = %u", outputAllocatorId); in TEST_P()
450 ALOGV("output block pool ID = %" PRIu64 "", outputPoolId); in TEST_P()
490 ALOGV("Output: frame index: %llu result: %d flags: 0x%x buffers: %zu", in TEST_P()
612 ALOGV("Meet end of stream. Put a dummy EOS work."); in TEST_P()
615 ALOGV("Meet end of stream. Now drain the component."); in TEST_P()
651 ALOGV("Input: (Dummy EOS) id: %llu", work->input.ordinal.frameIndex.peekull()); in TEST_P()
662 ALOGV("Input: bitstream id: %llu timestamp: %llu size: %zu", in TEST_P()
704 ALOGV("Got flush done signal"); in TEST_P()
/external/libese/libese/
Dese.c42 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/
Dteq1.c96 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/drm_hwcomposer/
Ddrmdisplaycompositor.cpp767 ALOGV("FlattenSerial by enabling writeback connector to the same crtc"); in FlattenSerial()
780 ALOGV("Flattening is not needed"); in FlattenSerial()
861 ALOGV("FlattenConcurrent by using an unused crtc/display"); in FlattenConcurrent()
888 ALOGV("Flattening is not needed"); in FlattenConcurrent()
958 ALOGV("No writeback connector available"); in FlattenActiveComposition()
984 ALOGV("scene flattening triggered for display %d at timestamp %" PRIu64 in Vsync()
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dlogging.h26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
Dloopback_test.cpp137 ALOGV("Injecting impulse from pos %d", mInjectImpulseNextFramePos); in writeCallback()
/external/swiftshader/src/System/
DDebugAndroid.hpp91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
/external/swiftshader/src/Common/
DDebugAndroid.hpp91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
/external/swiftshader/src/Reactor/
DDebugAndroid.hpp91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java16 import static org.robolectric.res.android.Util.ALOGV;
320 ALOGV("openAsset in %s", am); in openAsset()
347 ALOGV("openAssetFd in %s", am); in openAssetFd()
370 ALOGV("openNonAssetNative in %s (Java object %s)\n", am, AssetManager.class); in openNonAssetNative()
398 ALOGV("openNonAssetFd in %s (Java object %s)", am, this); in openNonAssetFdNative()
1059 ALOGV("openXmlAsset in %s (Java object %s)\n", am, ShadowArscAssetManager.class); in openXmlAssetNative()
1287 ALOGV("Created AssetManager %s for Java object %s\n", cppAssetManager, in init()
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/oboe/src/aaudio/
DAAudioLoader.cpp156 ALOGV("AAudioLoader(): dlsym(%s) succeeded.", functionName); in AAudioLoader_check()

12