HomeSort by relevance Sort by last modified time
    Searched refs:mInputDeviceIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/ui/
EventHub.cpp 110 , mInputBufferIndex(0), mInputBufferCount(0), mInputDeviceIndex(0)
407 const device_t* device = mDevices[mInputDeviceIndex];
440 // This code assumes that mInputDeviceIndex is initially 0 and that the
443 mInputDeviceIndex += 1;
444 if (mInputDeviceIndex >= mFDCount) {
448 const struct pollfd& pfd = mFDs[mInputDeviceIndex];
475 mInputDeviceIndex = 0;
    [all...]
  /frameworks/base/include/ui/
EventHub.h 293 int32_t mInputDeviceIndex;

Completed in 222 milliseconds