Home
last modified time | relevance | path

Searched refs:TRACE (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/native/libs/vr/libvrflinger/
Ddisplay_surface.cpp128 ALOGD_IF(TRACE, in SurfaceUpdated()
137 ALOGD_IF(TRACE > 1, "DisplaySurface::ClearUpdate: surface_id=%d", in ClearUpdate()
145 TRACE, in OnGetSurfaceInfo()
153 ALOGD_IF(TRACE, "DisplaySurface::RegisterQueue: surface_id=%d queue_id=%d", in RegisterQueue()
177 ALOGD_IF(TRACE, "DisplaySurface::UnregisterQueue: surface_id=%d queue_id=%d", in UnregisterQueue()
191 ALOGD_IF(TRACE, in GetQueue()
214 ALOGD_IF(TRACE, in OnCreateQueue()
247 ALOGD_IF(TRACE, in OnQueueEvent()
258 ALOGD_IF(TRACE, "ApplicationDisplaySurface::OnQueueEvent: Removing queue."); in OnQueueEvent()
283 ALOGD_IF(TRACE, in OnCreateQueue()
[all …]
Depoll_event_dispatcher.cpp54 TRACE, in AddEventHandler()
68 ALOGD_IF(TRACE, "EpollEventDispatcher::RemoveEventHandler: fd=%d", fd); in RemoveEventHandler()
104 ALOGD_IF(TRACE > 1, "EpollEventDispatcher::EventThread: num_events=%d", in EventThread()
109 TRACE > 1, in EventThread()
132 ALOGD_IF(TRACE, in EventThread()
Ddisplay_service.cpp126 ALOGD_IF(TRACE, "DisplayService::HandleMessage: opcode=%d", message.GetOp()); in HandleMessage()
229 ALOGI_IF(TRACE, "DisplayService::OnCreateSurface: cid=%d", in OnCreateSurface()
237 ALOGI_IF(TRACE, in OnCreateSurface()
262 ALOGD_IF(TRACE, "DisplayService::SurfaceUpdated: update_flags=%x", in SurfaceUpdated()
304 ALOGD_IF(TRACE, "DisplayService::OnGetGlobalBuffer: key=%d", key); in OnGetGlobalBuffer()
354 ALOGD_IF(TRACE, in UpdateActiveDisplaySurfaces()
Dacquired_buffer.cpp59 ALOGD_IF(TRACE || (ret < 0 && errno != ETIME), in IsAvailable()
83 ALOGD_IF(TRACE, "AcquiredBuffer::Release: buffer_id=%d release_fence=%d", in Release()
Dvsync_service.cpp204 ALOGD_IF(TRACE > 1, "VSyncChannel::Ack: pid=%d cid=%d\n", pid_, cid_); in Ack()
209 ALOGD_IF(TRACE > 1, "VSyncChannel::Signal: pid=%d cid=%d\n", pid_, cid_); in Signal()
/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp35 ALOGD_IF(TRACE, in IonBuffer()
45 ALOGD_IF(TRACE, in ~IonBuffer()
57 ALOGD_IF(TRACE, "IonBuffer::operator=: handle_=%p other.handle_=%p", handle(), in operator =()
76 ALOGD_IF(TRACE, in Alloc()
94 ALOGD_IF(TRACE, in Reset()
105 ALOGD_IF(TRACE, in Import()
127 ALOGD_IF(TRACE, in Import()
201 ALOGD_IF(TRACE, in Lock()
217 ALOGD_IF(TRACE, in LockYUV()
231 ALOGD_IF(TRACE, "IonBuffer::Unlock: handle=%p", handle()); in Unlock()
Dbuffer_hub_client.cpp67 ALOGD_IF(TRACE, "BufferHubBuffer::ImportBuffer: id=%d.", buffer_desc.id()); in ImportBuffer()
125 ALOGD_IF(TRACE, in ImportBuffer()
129 ALOGD_IF(TRACE, in ImportBuffer()
238 ALOGD_IF(TRACE, "BufferConsumer::Import: channel=%d", channel.value()); in Import()
406 ALOGD_IF(TRACE, in BufferProducer()
448 ALOGD_IF(TRACE, in BufferProducer()
485 ALOGD_IF(TRACE, in BufferProducer()
523 ALOGD_IF(TRACE, in BufferProducer()
559 ALOGD_IF(TRACE, "BufferProducer::BufferProducer: name=%s", name.c_str()); in BufferProducer()
654 ALOGD_IF(TRACE, "BufferProducer::LocalGain: buffer=%d, state=%" PRIx64 ".", in LocalGain()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rs75 #define TRACE(...) (void)0
96 TRACE(# instanceName, instanceName.x); \
98 TRACE(# instanceName, instanceName.y); \
100 TRACE(# instanceName, instanceName.f); \
123 TRACE(# index, outer.outerFieldName[index].z); \
129 TRACE("l", outer.l);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field.rs77 #define TRACE(...) (void)0
98 TRACE(# instanceName, instanceName.x); \
100 TRACE(# instanceName, instanceName.y); \
102 TRACE(# instanceName, instanceName.f); \
125 TRACE(# index, outer.outerFieldName[index].z); \
131 TRACE("l", outer.l);
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_producer.cpp38 ALOGD_IF(TRACE, "requestBuffer: slot=%d", slot); in requestBuffer()
75 ALOGD_IF(TRACE, "setMaxDequeuedBufferCount: max_dequeued_buffers=%d", in setMaxDequeuedBufferCount()
136 ALOGD_IF(TRACE, "dequeueBuffer: w=%u, h=%u, format=%d, usage=%" PRIu64, width, in dequeueBuffer()
217 ALOGD_IF(TRACE, "dequeueBuffer: slot=%zu", slot); in dequeueBuffer()
256 ALOGD_IF(TRACE, "queueBuffer: slot %d", slot); in queueBuffer()
364 ALOGD_IF(TRACE, __FUNCTION__); in cancelBuffer()
390 ALOGD_IF(TRACE, "cancelBuffer: slot %d", slot); in cancelBuffer()
396 ALOGD_IF(TRACE, __FUNCTION__); in query()
455 ALOGD_IF(TRACE, "query: key=%d, v=%d", what, value); in query()
466 ALOGD_IF(TRACE, __FUNCTION__); in connect()
[all …]
Dbuffer_hub_queue_client.cpp147 TRACE, in WaitForBuffers()
156 ALOGI_IF(TRACE, in WaitForBuffers()
184 ALOGD_IF(TRACE, in WaitForBuffers()
263 ALOGD_IF(TRACE, "BufferHubQueue::HandleQueueEvent: hang up event!"); in HandleQueueEvent()
274 ALOGD_IF(TRACE, "BufferHubQueue::AddBuffer: buffer_id=%d slot=%zu", in AddBuffer()
310 ALOGD_IF(TRACE, "BufferHubQueue::RemoveBuffer: slot=%zu", slot); in RemoveBuffer()
353 ALOGD_IF(TRACE, "BufferHubQueue::Dequeue: count=%zu, timeout=%d", count(), in Dequeue()
470 ALOGD_IF(TRACE, "ProducerQueue::AllocateBuffers: new buffer at slot: %zu", in AllocateBuffers()
478 ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffers: no buffer allocated."); in AllocateBuffers()
499 ALOGE_IF(TRACE, "ProducerQueue::AllocateBuffer: no buffer allocated."); in AllocateBuffer()
[all …]
/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp130 ALOGD_IF(TRACE, in ~ProducerChannel()
211 ALOGD_IF(TRACE, "ProducerChannel::OnGetBuffer: buffer=%d, state=%" PRIx64 ".", in OnGetBuffer()
218 ALOGD_IF(TRACE, in CreateConsumer()
268 ALOGD_IF(TRACE, "ProducerChannel::OnNewConsumer: buffer_id=%d", buffer_id()); in OnNewConsumer()
275 ALOGD_IF(TRACE, "ProducerChannel::OnProducerPost: buffer_id=%d", buffer_id()); in OnProducerPost()
320 ALOGD_IF(TRACE, "ProducerChannel::OnProducerPost: %d pending consumers", in OnProducerPost()
328 ALOGD_IF(TRACE, "ProducerChannel::OnGain: buffer_id=%d", buffer_id()); in OnProducerGain()
352 ALOGD_IF(TRACE, "ProducerChannel::OnConsumerAcquire: buffer_id=%d", in OnConsumerAcquire()
367 ALOGD_IF(TRACE, "ProducerChannel::OnConsumerRelease: buffer_id=%d", in OnConsumerRelease()
399 ALOGD_IF(TRACE, in OnConsumerRelease()
[all …]
Dbuffer_hub.cpp204 TRACE, in HandleMessage()
251 ALOGD_IF(TRACE, in OnCreateBuffer()
282 ALOGD_IF(TRACE, in OnCreatePersistentBuffer()
346 ALOGD_IF(TRACE, in OnGetPersistentBuffer()
392 ALOGD_IF(TRACE, "BufferHubService::OnCreateProducerQueue: queue_id=%d", in OnCreateProducerQueue()
446 ALOGD_IF(TRACE, in SignalAvailable()
457 ALOGD_IF(TRACE, "BufferHubChannel::SignalAvailable: detached buffer."); in SignalAvailable()
463 ALOGD_IF(TRACE, in ClearAvailable()
474 ALOGD_IF(TRACE, "BufferHubChannel::ClearAvailable: detached buffer."); in ClearAvailable()
480 ALOGD_IF(TRACE, "BufferHubChannel::Hangup: channel_id=%d buffer_id=%d", in Hangup()
[all …]
Dconsumer_queue_channel.cpp27 ALOGD_IF(TRACE, "ConsumerQueueChannel::~ConsumerQueueChannel: channel_id=%d", in ~ConsumerQueueChannel()
86 ALOGD_IF(TRACE, in RegisterNewBuffer()
103 ALOGD_IF(TRACE, in OnConsumerQueueImportBuffers()
153 ALOGD_IF(TRACE, "ConsumerQueueChannel::OnProducerClosed: queue_id=%d", in OnProducerClosed()
Dproducer_queue_channel.cpp30 ALOGD_IF(TRACE, "ProducerQueueChannel::~ProducerQueueChannel: queue_id=%d", in ~ProducerQueueChannel()
102 TRACE, in OnCreateConsumerQueue()
147 ALOGD_IF(TRACE, in OnProducerQueueAllocateBuffers()
198 ALOGD_IF(TRACE, in AllocateBuffer()
219 ALOGD_IF(TRACE, in AllocateBuffer()
238 TRACE, in AllocateBuffer()
Dconsumer_channel.cpp31 ALOGD_IF(TRACE, in ~ConsumerChannel()
108 ALOGD_IF(TRACE, "ConsumerChannel::OnGetBuffer: buffer=%d", buffer_id()); in OnGetBuffer()
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp52 ALOGD_IF(TRACE, "Buffer avaiable, count=%d", buffer_available_count_); in HandleBufferAvailable()
57 ALOGD_IF(TRACE, "Buffer removed, buffer=%p, count=%d", buffer, in HandleBufferRemoved()
84 ALOGD_IF(TRACE, "TestWrite_QueueGetCapacity, capacity=%zu", capacity); in TEST_F()
171 ALOGD_IF(TRACE, "TestDequeuePostDequeueRelease, gain buffer %p, fence_fd=%d", in TEST_F()
195 ALOGD_IF(TRACE, in TEST_F()
211 ALOGD_IF(TRACE, "TestDequeuePostDequeueRelease, capacity=%zu", capacity); in TEST_F()
271 ALOGD_IF(TRACE, "TestResizeBuffer, capacity=%zu", capacity); in TEST_F()
284 ALOGD_IF(TRACE, "TestResizeBuffer, gain buffer %p", wb1); in TEST_F()
311 ALOGD_IF(TRACE, "TestResizeBuffer, gain buffer %p, fence_fd=%d", wb2, in TEST_F()
338 ALOGD_IF(TRACE, "TestResizeBuffer, gain buffer %p, fence_fd=%d", wb3, in TEST_F()
/frameworks/rs/rsov/compiler/
Drs2spirv_driver.sh33 TRACE=
41 TRACE=t
/frameworks/native/services/vr/performanced/
Dtask.cpp58 ALOGD_IF(TRACE, in Task()
96 ALOGD_IF(TRACE, in GetStatusField()
128 ALOGD_IF(TRACE, "Task::ReadStatusFields: key=\"%s\" value=\"%s\"", in ReadStatusFields()
Dcpu_set.cpp176 ALOGD_IF(TRACE, in MoveUnboundTasks()
188 ALOGD_IF(TRACE, in MoveUnboundTasks()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java380 static final boolean TRACE = false; field in GridLayoutManager
948 if (TRACE) TraceCompat.beginSection("onChildSelected"); in dispatchChildSelected()
963 if (TRACE) TraceCompat.endSection(); in dispatchChildSelected()
990 if (TRACE) TraceCompat.beginSection("onChildSelectedAndPositioned"); in dispatchChildSelectedAndPositioned()
1002 if (TRACE) TraceCompat.endSection(); in dispatchChildSelectedAndPositioned()
1272 if (TRACE) TraceCompat.beginSection("processRowSizeSecondary"); in processRowSizeSecondary()
1361 if (TRACE) TraceCompat.endSection(); in processRowSizeSecondary()
1506 if (TRACE) TraceCompat.beginSection("measureChild"); in measureChild()
1536 if (TRACE) TraceCompat.endSection(); in measureChild()
1570 if (TRACE) TraceCompat.beginSection("createItem");
[all …]
/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp109 ALOGD_IF(TRACE, "Surface::CreateQueue: Creating empty queue."); in CreateQueue()
135 ALOGD_IF(TRACE, in CreateQueue()
145 ALOGD_IF(TRACE, "Surface::CreateQueue: Allocating %zu buffers...", capacity); in CreateQueue()
/frameworks/base/core/java/android/webkit/
DURLUtil.java32 private static final boolean TRACE = false; field in URLUtil
53 if (TRACE) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl); in guessUrl()
73 if (TRACE) { in guessUrl()
/frameworks/native/libs/vr/libpdx/
Dservice_dispatcher.cpp132 ALOGI_IF(TRACE, "Dispatching message: fd=%d\n", in ReceiveAndDispatch()
164 ALOGI_IF(TRACE, "Dispatching message: fd=%d\n", in EnterDispatchLoop()
/frameworks/native/cmds/servicemanager/
Dbinder.c21 #define TRACE 0 macro
25 #if TRACE
226 #if TRACE in binder_parse()
238 #if TRACE in binder_parse()

12