• Home
  • Raw
  • Download

Lines Matching refs:ALOGD

106     ALOGD("Input channel constructed: name='%s', fd=%d",  in InputChannel()
117 ALOGD("Input channel destroyed: name='%s', fd=%d", in ~InputChannel()
162 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(), in sendMessage()
176 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete", in sendMessage()
183 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type); in sendMessage()
197 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno); in receiveMessage()
210 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.string()); in receiveMessage()
217 ALOGD("channel '%s' ~ received invalid message", mName.string()); in receiveMessage()
223 ALOGD("channel '%s' ~ received message of type %d", mName.string(), msg->header.type); in receiveMessage()
256 ALOGD("channel '%s' publisher ~ publishKeyEvent: seq=%u, deviceId=%d, source=0x%x, " in publishKeyEvent()
305 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, " in publishMotionEvent()
353 ALOGD("channel '%s' publisher ~ receiveFinishedSignal", in receiveFinishedSignal()
392 ALOGD("Unrecognized property value for 'ro.input.noresample'. " in isTouchResamplingEnabled()
402 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld", in consume()
425 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u", in consume()
444 ALOGD("channel '%s' consumer ~ consumed key event, seq=%u", in consume()
457 ALOGD("channel '%s' consumer ~ appended to batch event", in consume()
472 ALOGD("channel '%s' consumer ~ consumed batch event and " in consume()
487 ALOGD("channel '%s' consumer ~ started batch event", in consume()
501 ALOGD("channel '%s' consumer ~ consumed motion event, seq=%u", in consume()
671 ALOGD("[%d] - rewrite (%0.3f, %0.3f), old (%0.3f, %0.3f)", id, in rewriteMessage()
694 ALOGD("Not resampled, no touch state for device."); in resampleTouchState()
702 ALOGD("Not resampled, no history for device."); in resampleTouchState()
714 ALOGD("Not resampled, missing id %d", id); in resampleTouchState()
732 ALOGD("Not resampled, delta time is too small: %lld ns.", delta); in resampleTouchState()
744 ALOGD("Not resampled, delta time is too small: %lld ns.", delta); in resampleTouchState()
749 ALOGD("Not resampled, delta time is too large: %lld ns.", delta); in resampleTouchState()
756 ALOGD("Sample time is too far in the future, adjusting prediction " in resampleTouchState()
765 ALOGD("Not resampled, insufficient data."); in resampleTouchState()
788 ALOGD("[%d] - out (%0.3f, %0.3f), cur (%0.3f, %0.3f), " in resampleTouchState()
798 ALOGD("[%d] - out (%0.3f, %0.3f), cur (%0.3f, %0.3f)", in resampleTouchState()
815 ALOGD("channel '%s' consumer ~ sendFinishedSignal: seq=%u, handled=%s", in sendFinishedSignal()