Searched refs:ALOGV (Results 51 - 75 of 431) sorted by last modified time

1234567891011>>

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp75 ALOGV("+swapBuffers");
77 ALOGV("-swapBuffers");
88 ALOGV("+updateTexImage");
90 ALOGV("-updateTexImage");
106 ALOGV("+swapBuffers");
108 ALOGV("-swapBuffers");
120 ALOGV("+updateTexImage");
122 ALOGV("-updateTexImage");
138 ALOGV("+swapBuffers");
140 ALOGV("
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp390 ALOGV("Awakening\n");
421 ALOGV("Hibernating\n");
/frameworks/native/services/inputflinger/
H A DEventHub.cpp632 ALOGV("Created descriptor: raw=%s, cooked=%s", rawDescriptor.string(),
748 ALOGV("Reporting device closed: id=%d, name=%s\n",
770 ALOGV("Reporting device opened: id=%d, name=%s\n",
808 ALOGV("awoken after wake()");
852 ALOGV("%s got: time=%d.%06d, type=%d, code=%d, value=%d",
878 ALOGV("applied override time %d.%06d",
895 ALOGV("event time %" PRId64 ", now %" PRId64, event->when, now);
925 ALOGV("Event time is ok but failed the fast path and required "
1024 ALOGV("wake() called");
1071 ALOGV("Openin
[all...]
H A DInputDispatcher.cpp2793 ALOGV("Asynchronous input event injection succeeded.");
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp84 ALOGV("[%s] updateModel: mPeriod = %" PRId64 ", mPhase = %" PRId64
112 ALOGV("[%s] Frame %" PRId64, mName, mFrameNumber);
137 ALOGV("[%s] Waiting forever", mName);
140 ALOGV("[%s] Waiting until %" PRId64, mName,
246 ALOGV("[%s] computeNextEventTimeLocked", mName);
257 ALOGV("[%s] nextEventTime = %" PRId64, mName, ns2us(nextEventTime));
263 ALOGV("[%s] gatherCallbackInvocationsLocked @ %" PRId64, mName,
277 ALOGV("[%s] [%s] Preparing to fire", mName,
290 ALOGV("[%s] [%s] computeListenerNextEventTimeLocked(%" PRId64 ")",
294 ALOGV("[
[all...]
H A DGpuService.cpp70 ALOGV("GpuService::shellCommand");
72 ALOGV(" arg[%zu]: '%s'", i, String8(args[i]).string());
H A DLayer.cpp102 ALOGV("Creating Layer %s", name.string());
711 ALOGV("[%s] Requesting Sideband composition", mName.string());
726 ALOGV("[%s] Requesting Client composition", mName.string());
738 ALOGV("[%s] Requesting Cursor composition", mName.string());
741 ALOGV("[%s] Requesting Device composition", mName.string());
1047 ALOGV("setCompositionType(%" PRIx64 ", %s, %d)", hwcLayer->getId(),
1050 ALOGV(" actually setting");
H A DSurfaceFlinger.cpp269 ALOGV("createBuiltinDisplayLocked(%d)", type);
503 ALOGV("Done initializing");
860 ALOGV("onHotplugReceived(%d, %s)", disp, connected ? "true" : "false");
1021 ALOGV("preComposition");
1043 ALOGV("postComposition");
1111 ALOGV("rebuildLayerStacks");
1162 ALOGV("setUpHWComposer");
1246 ALOGV("doComposition");
1269 ALOGV("postFramebuffer");
1669 ALOGV("computeVisibleRegion
[all...]
H A DSurfaceFlingerConsumer.cpp39 ALOGV("updateTexImage");
211 ALOGV("Pending buffer already released");
214 ALOGV("Releasing pending buffer");
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp75 ALOGV("Creating for display %d", disp);
H A DHWC2.cpp217 ALOGV("registerHotplugCallback");
222 ALOGV("Sending pending hotplug(%" PRIu64 ", %s)", display->getId(),
263 ALOGV("callHotplug called, but no valid callback registered, storing");
273 ALOGV("callRefresh called, but no valid callback registered, storing");
283 ALOGV("callVsync called, but no valid callback registered, storing");
443 ALOGV("Created display %" PRIu64, id);
448 ALOGV("Destroyed display %" PRIu64, mId);
507 ALOGV("[%" PRIu64 "] getActiveConfig", mId);
556 ALOGV("getChangedCompositionTypes: adding %" PRIu64 " %s",
866 ALOGV("[
[all...]
H A DHWC2On1Adapter.cpp473 ALOGV("registerCallback(%s, %p, %p)", to_string(descriptor).c_str(),
580 ALOGV("[%" PRIu64 "] acceptChanges failed, not validated", mId);
584 ALOGV("[%" PRIu64 "] acceptChanges", mId);
607 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId);
617 ALOGV("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer",
630 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
639 ALOGV("[%" PRIu64 "] getActiveConfig --> %s", mId,
644 ALOGV("[%" PRIu64 "] getActiveConfig --> %u", mId, configId);
655 ALOGV("[%" PRIu64 "] getAttribute failed: bad config (%u)", mId,
660 ALOGV("[
[all...]
H A DHWComposer.cpp110 ALOGV("loadHwcModule");
179 ALOGV("hotplug: %" PRIu64 ", %s", display->getId(),
347 ALOGV("getActiveConfig: No config active, returning null");
404 ALOGV("setClientTarget for display %d", displayId);
549 ALOGV("getLayerReleaseFence: Release fence not found");
586 ALOGV("setPowerMode(%d, %d)", displayId, intMode);
606 ALOGV("setPowerMode: Calling HWC %s", to_string(mode).c_str());
619 ALOGV("setPowerMode: Calling HWC %s", to_string(mode).c_str());
643 ALOGV("setPowerMode: Not calling HWC");
795 ALOGV("Create
[all...]
H A DVirtualDisplaySurface.cpp38 #define VDS_LOGV(msg, ...) ALOGV("[%s] " msg, \
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp192 ALOGV("Added implicit layer %s", GetImplicitLayerName(arr.count - 1));
H A Dlayers_extensions.cpp107 ALOGV("opening layer library '%s'", path_.c_str());
137 ALOGV("closing layer library '%s'", path_.c_str());
H A Dswapchain.cpp398 ALOGV("vkCreateSwapchainKHR: surface=0x%" PRIx64
429 ALOGV("Can't create a swapchain for VkSurfaceKHR 0x%" PRIx64
490 ALOGV("unsupported swapchain format %d", create_info->imageFormat);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp313 ALOGV("instance extension '%s' requested",
633 ALOGV("Enabling " VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME);
1072 ALOGV("TODO: vk%s", __FUNCTION__);
1076 ALOGV("TODO: vk%s", __FUNCTION__);
1081 ALOGV("TODO: vk%s", __FUNCTION__);
1090 ALOGV("TODO: vk%s", __FUNCTION__);
1095 ALOGV("TODO: vk%s", __FUNCTION__);
1103 ALOGV("TODO: vk%s", __FUNCTION__);
1108 ALOGV("TODO: vk%s", __FUNCTION__);
1113 ALOGV("TOD
[all...]
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h29 * Normally we strip ALOGV (VERBOSE messages) from release builds.
55 #ifndef ALOGV
57 #define ALOGV(...) ((void)0) macro
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp755 ALOGV("Expanding ForEach-able Function %s",
897 ALOGV("Expanding kernel Function %s", Function->getName().str().c_str());
1123 ALOGV("Expanding accumulator %s for general reduce kernel",
1203 ALOGV("Creating combiner from accumulator %s for general reduce kernel",
H A DRSX86CallConvPass.cpp102 ALOGV("Lowering argument %u for function %s\n", Arg.getArgNo(),
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp128 ALOGV("ANDROID_ALARM_SET_RTC ioctl failed: %s\n", strerror(errno));
174 ALOGV("settimeofday() failed: %s\n", strerror(errno));
179 ALOGV("Not setting RTC because wall clock RTC was not found");
187 ALOGV("Unable to open %s: %s\n", rtc_dev.string(), strerror(errno));
193 ALOGV("gmtime_r() failed: %s\n", strerror(errno));
210 ALOGV("RTC_SET_TIME ioctl failed: %s\n", strerror(errno));
290 ALOGV("opening alarm driver failed: %s", strerror(errno));
345 ALOGV("found wall clock RTC %u", rtc_id);
365 ALOGV("epoll_create(%zu) failed: %s", N_ANDROID_TIMERFDS,
373 ALOGV("timerfd_creat
[all...]
H A Dcom_android_server_am_BatteryStatsService.cpp56 ALOGV("In wakeup_callback: %s", success ? "resumed from suspend" : "suspend aborted");
75 ALOGV("Creating semaphore...");
84 ALOGV("Registering callback...");
89 ALOGV("Waiting for wakeup...");
108 ALOGV("Reading wakeup reasons");
164 ALOGV("Got %d reasons", i);
H A Dcom_android_server_location_FlpHardwareProvider.cpp158 ALOGV("Callback thread attached: %p", sCallbackEnv);
H A Dcom_android_server_location_GnssLocationProvider.cpp311 ALOGV("Converting IPv4 address(net_order) %x", ip);
314 ALOGV("Converting IPv4 address(host_order) %x", ip);
334 ALOGV("AGpsStatus is V3: %zd", status_size);
376 ALOGV("AGpsStatus is V2+: %zd", status_size);
380 ALOGV("AGPS IP is v4: %x", ipaddr);
386 ALOGV("AGpsStatus is V1+: %zd", status_size);
396 ALOGV("Passing AGPS IP addr: size %d", byteArrayLength);

Completed in 441 milliseconds

1234567891011>>