Home | History | Annotate | Download | only in input

Lines Matching defs:source

2  * Copyright (C) 2010 The Android Open Source Project
67 int32_t source;
85 int32_t source;
213 int32_t source,
234 int32_t source,
357 // Batched motion events per device and source.
363 // Touch state per device and source, only for sources of class pointer.
387 int32_t source;
393 void initialize(int32_t deviceId, int32_t source) {
395 this->source = source;
436 ssize_t findBatch(int32_t deviceId, int32_t source) const;
437 ssize_t findTouchState(int32_t deviceId, int32_t source) const;