Home | History | Annotate | Download | only in ui

Lines Matching refs:mInputDeviceIndex

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;