Lines Matching defs:msg
357 status_t InputChannel::sendMessage(const InputMessage* msg) { in sendMessage()
395 status_t InputChannel::receiveMessage(InputMessage* msg) { in receiveMessage()
514 InputMessage msg; in publishKeyEvent() local
574 InputMessage msg; in publishMotionEvent() local
623 InputMessage msg; in publishFocusEvent() local
641 InputMessage msg; in publishCaptureEvent() local
658 InputMessage msg; in publishDragEvent() local
673 InputMessage msg; in receiveConsumerResponse() local
780 const InputMessage& msg = batch.samples[i]; in consume() local
919 InputMessage& msg = batch.samples[i]; in consumeSamples() local
939 void InputConsumer::updateTouchState(InputMessage& msg) { in updateTouchState()
1026 void InputConsumer::rewriteMessage(TouchState& state, InputMessage& msg) { in rewriteMessage()
1251 InputMessage msg; in sendTimeline() local
1273 InputMessage msg; in sendUnchainedFinishedSignal() local
1327 void InputConsumer::initializeKeyEvent(KeyEvent* event, const InputMessage* msg) { in initializeKeyEvent()
1335 void InputConsumer::initializeFocusEvent(FocusEvent* event, const InputMessage* msg) { in initializeFocusEvent()
1340 void InputConsumer::initializeCaptureEvent(CaptureEvent* event, const InputMessage* msg) { in initializeCaptureEvent()
1344 void InputConsumer::initializeDragEvent(DragEvent* event, const InputMessage* msg) { in initializeDragEvent()
1349 void InputConsumer::initializeMotionEvent(MotionEvent* event, const InputMessage* msg) { in initializeMotionEvent()
1373 void InputConsumer::addSample(MotionEvent* event, const InputMessage* msg) { in addSample()
1384 bool InputConsumer::canAddSample(const Batch& batch, const InputMessage *msg) { in canAddSample()
1420 for (const InputMessage& msg : batch.samples) { in dump() local