Searched refs:ALOGV (Results 26 - 50 of 431) sorted by last modified time

1234567891011>>

/frameworks/rs/
H A DrsMatrix4x4.cpp315 ALOGV("%s {%f, %f, %f, %f", s, m[0], m[4], m[8], m[12]);
316 ALOGV("%s %f, %f, %f, %f", s, m[1], m[5], m[9], m[13]);
317 ALOGV("%s %f, %f, %f, %f", s, m[2], m[6], m[10], m[14]);
318 ALOGV("%s %f, %f, %f, %f}", s, m[3], m[7], m[11], m[15]);
H A DrsObjectBase.cpp43 ALOGV("ObjectBase constructed %p", this);
49 ALOGV("ObjectBase destroyed %p refs %i %i", this, mUserRefCount, mSysRefCount);
78 ALOGV("%s RSobj %p, name %s, refs %i,%i links %p,%p,%p",
81 ALOGV("%s RSobj %p, no-name, refs %i,%i links %p,%p,%p",
89 ALOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
96 ALOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
133 ALOGV("ObjectBase %p decU ref %i, %i", this, mUserRefCount, mSysRefCount);
151 ALOGV("ObjectBase %p zeroU ref %i, %i", this, mUserRefCount, mSysRefCount);
163 ALOGV("ObjectBase %p decS ref %i, %i", this, mUserRefCount, mSysRefCount);
231 ALOGV("Forcin
[all...]
H A DrsScriptC.cpp165 ALOGV("%p ScriptC::run invoking root, ptr %p", rsc, mHal.info.root);
171 ALOGV("%p ScriptC::run invoking complete, ret=%i", rsc, ret);
221 ALOGV("%p ScriptC::runForEach invoking slot %i, ptr %p", rsc, slot, this);
257 ALOGV("%p ScriptC::runReduce invoking slot %i, ptr %p", rsc, slot, this);
275 ALOGV("%p ScriptC::Invoke invoking slot %i, ptr %p", rsc, slot, this);
372 ALOGV("Cache dir changed to %s", cacheDir);
H A DrsType.cpp154 ALOGV("%s Type: x=%u y=%u z=%u mip=%i face=%i", prefix,
H A DrsUtils.h26 #define ALOGV(...) macro
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp274 ALOGV("stream[%d] skips %d packets", mSocket, skipped);
339 ALOGV("stream[%d] no data", mSocket);
355 ALOGV("stream[%d] encoder error", mSocket);
391 ALOGV("stream[%d] reduces latency of %dms", mSocket, mLatencyScore);
399 ALOGV("stream[%d] buffer overflow", mSocket);
422 ALOGV("stream[%d] malformed packet", mSocket);
443 ALOGV("stream[%d] decoder error", mSocket);
449 ALOGV("stream[%d] buffer underrun", mSocket);
926 ALOGV("echo->run()");
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp208 ALOGV("setting SSID to %s", result->ssid);
1396 ALOGV("getting valid channels %p", handle);
2477 ALOGV("Reading kernel logs");
2497 ALOGV("read %d bytes", read);
2501 ALOGV("read %d bytes, expecting %d", read, size);
/frameworks/native/cmds/installd/
H A Dcommands.cpp518 ALOGV("unlink %s\n", dex_path);
674 ALOGV("Running %s isa=%s in-fd=%d (%s) out-fd=%d (%s)\n",
738 ALOGV("dalvik.vm.dex2oat-flags=%s\n", dex2oat_flags);
840 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name);
1143 ALOGV("PROFMAN (MERGE): --- BEGIN '%s' ---\n", pkgname);
1262 ALOGV("PROFMAN (DUMP): --- BEGIN '%s' ---\n", pkgname);
1518 ALOGV("DexInv: --- BEGIN '%s' ---\n", input_file);
1549 ALOGV("DexInv: --- END '%s' (success) ---\n", input_file);
1605 ALOGV("mark_boot_complete : %s", boot_marker_path);
1622 ALOGV("Makin
[all...]
H A Dinstalld.cpp247 ALOGV("DexInv: --- END OTAPREOPT (success) ---\n");
/frameworks/native/include/gui/
H A DBufferQueueCore.h36 #define BQ_LOGV(x, ...) ALOGV("[%s] " x, mConsumerName.string(), ##__VA_ARGS__)
/frameworks/native/libs/binder/
H A DBpBinder.cpp28 //#undef ALOGV
29 //#define ALOGV(...) fprintf(stderr, __VA_ARGS__)
77 ALOGV("Killing %zu objects in manager %p", N, this);
96 ALOGV("Creating BpBinder %p handle %d\n", this, mHandle);
194 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
229 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
245 ALOGV("Sending obituary for proxy %p handle %d, mObitsSent=%s\n",
254 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
263 ALOGV("Reporting death of proxy %p for %zu recipients\n",
279 ALOGV("Reportin
[all...]
H A DParcel.cpp447 ALOGV("setDataSize Setting data size of %p to %zu", this, mDataSize);
687 ALOGV("finishWrite Setting data pos of %p to %zu", this, mDataPos);
690 ALOGV("finishWrite Setting data size of %p to %zu", this, mDataSize);
1212 ALOGV("writeBlob: write in place");
1223 ALOGV("writeBlob: write to ashmem");
1378 ALOGV("read Setting data pos of %p to %zu", this, mDataPos);
1396 ALOGV("readInplace Setting data pos of %p to %zu", this, mDataPos);
1835 ALOGV("readCString Setting data pos of %p to %zu", this, mDataPos);
2029 ALOGV("readBlob: read in place");
2037 ALOGV("readBlo
[all...]
H A DProcessState.cpp291 ALOGV("Spawning new pooled thread, name=%s\n", name.string());
/frameworks/native/libs/gui/
H A DConsumerBase.cpp43 #define CB_LOGV(x, ...) ALOGV("[%s] " x, mName.string(), ##__VA_ARGS__)
H A DCpuConsumer.cpp26 #define CC_LOGV(x, ...) ALOGV("[%s] " x, mName.string(), ##__VA_ARGS__)
H A DGLConsumer.cpp53 #define GLC_LOGV(x, ...) ALOGV("[%s] " x, mName.string(), ##__VA_ARGS__)
H A DStreamSplitter.cpp132 ALOGV("acquired buffer %#" PRIx64 " from input",
182 ALOGV("queued buffer %#" PRIx64 " to output %p",
205 ALOGV("detached buffer %#" PRIx64 " from output %p",
216 ALOGV("buffer %#" PRIx64 " reference count %zu (of %zu)", buffer->getId(),
240 ALOGV("released buffer %#" PRIx64 " to input", buffer->getId());
H A DSurface.cpp233 ALOGV("Surface::dequeueBuffer");
266 ALOGV("dequeueBuffer: IGraphicBufferProducer::dequeueBuffer"
320 ALOGV("Surface::cancelBuffer");
358 ALOGV("Surface::lockBuffer");
365 ALOGV("Surface::queueBuffer");
373 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
499 ALOGV("Surface::query");
747 ALOGV("Surface::connect");
779 ALOGV("Surface::disconnect");
805 ALOGV("Surfac
[all...]
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp46 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
53 ALOGV("End test: %s.%s", testInfo->test_case_name(),
H A DCpuConsumer_test.cpp22 #define ALOGVV(...) ALOGV(__VA_ARGS__)
63 ALOGV("** Starting test %s (%d x %d, %d, 0x%x)",
589 ALOGV("Producing frame %d", i);
597 ALOGV("Consuming frame %d", i);
631 ALOGV("Producing frame %d", i);
640 ALOGV("Locking frame %d", i);
654 ALOGV("Locking frame %d (too many)", params.maxLockedBuffers);
659 ALOGV("Unlocking frame 0");
663 ALOGV("Locking frame %d (should work now)", params.maxLockedBuffers);
676 ALOGV("Unlockin
[all...]
H A DGLTest.cpp32 ALOGV("Begin test: %s.%s", testInfo->test_case_name(), testInfo->name());
136 ALOGV("End test: %s.%s", testInfo->test_case_name(), testInfo->name());
H A DIGraphicBufferProducer_test.cpp81 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
98 ALOGV("End test: %s.%s", testInfo->test_case_name(),
H A DStreamSplitter_test.cpp37 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
44 ALOGV("End test: %s.%s", testInfo->test_case_name(),
H A DSurfaceTextureClient_test.cpp47 ALOGV("Begin test: %s.%s", testInfo->test_case_name(),
104 ALOGV("End test: %s.%s", testInfo->test_case_name(),
H A DSurfaceTextureGLThreadToGL.h113 ALOGV("+waitForFrame");
118 ALOGV("-waitForFrame");
126 ALOGV("+finishFrame");
129 ALOGV("-finishFrame");
135 ALOGV("+onFrameAvailable");
142 ALOGV("-onFrameAvailable");

Completed in 1517 milliseconds

1234567891011>>