Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ALOGD

100     ALOGD("Input channel constructed: name='%s', fd=%d",
111 ALOGD("Input channel destroyed: name='%s', fd=%d",
156 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
170 ALOGD("channel '%s' ~ error sending message type %d, send was incomplete",
177 ALOGD("channel '%s' ~ sent message of type %d", mName.string(), msg->header.type);
191 ALOGD("channel '%s' ~ receive message failed, errno=%d", mName.string(), errno);
204 ALOGD("channel '%s' ~ receive message failed because peer was closed", mName.string());
211 ALOGD("channel '%s' ~ received invalid message", mName.string());
217 ALOGD("channel '%s' ~ received message of type %d", mName.string(), msg->header.type);
245 ALOGD("channel '%s' publisher ~ publishKeyEvent: seq=%u, deviceId=%d, source=0x%x, "
293 ALOGD("channel '%s' publisher ~ publishMotionEvent: seq=%u, deviceId=%d, source=0x%x, "
340 ALOGD("channel '%s' publisher ~ receiveFinishedSignal",
379 ALOGD("Unrecognized property value for 'debug.inputconsumer.resample'. "
389 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
412 ALOGD("channel '%s' consumer ~ consumed batch event, seq=%u",
431 ALOGD("channel '%s' consumer ~ consumed key event, seq=%u",
444 ALOGD("channel '%s' consumer ~ appended to batch event",
459 ALOGD("channel '%s' consumer ~ consumed batch event and "
474 ALOGD("channel '%s' consumer ~ started batch event",
488 ALOGD("channel '%s' consumer ~ consumed motion event, seq=%u",
654 ALOGD("[%d] - rewrite (%0.3f, %0.3f), old (%0.3f, %0.3f)", id,
677 ALOGD("Not resampled, no touch state for device.");
685 ALOGD("Not resampled, no history for device.");
697 ALOGD("Not resampled, missing id %d", id);
715 ALOGD("Not resampled, delta time is %lld ns.", delta);
727 ALOGD("Not resampled, delta time is %lld ns.", delta);
734 ALOGD("Sample time is too far in the future, adjusting prediction "
743 ALOGD("Not resampled, insufficient data.");
766 ALOGD("[%d] - out (%0.3f, %0.3f), cur (%0.3f, %0.3f), "
776 ALOGD("[%d] - out (%0.3f, %0.3f), cur (%0.3f, %0.3f)",
793 ALOGD("channel '%s' consumer ~ sendFinishedSignal: seq=%u, handled=%s",