Home | History | Annotate | Download | only in input

Lines Matching refs:finished

95         return sizeof(Header) + body.finished.size();
369 *outSeq = msg.body.finished.seq;
370 *outHandled = msg.body.finished.handled;
820 ALOGE("Attempted to send a finished signal with sequence number 0.");
824 // Send finished signals for the batch sequence chain first.
859 // Send finished signal for the last message in the batch.
866 msg.body.finished.seq = seq;
867 msg.body.finished.handled = handled;