Lines Matching refs:Device
276 struct Device { struct in android::FakeEventHub
290 Device(const String8& name, uint32_t classes) : in Device() function
295 KeyedVector<int32_t, Device*> mDevices;
310 Device* device = new Device(name, classes); in addDevice()
328 Device* device = getDevice(deviceId); in addConfigurationProperty()
333 Device* device = getDevice(deviceId); in addConfigurationMap()
339 Device* device = getDevice(deviceId); in addAbsoluteAxis()
352 Device* device = getDevice(deviceId); in addRelativeAxis()
357 Device* device = getDevice(deviceId); in setKeyCodeState()
362 Device* device = getDevice(deviceId); in setScanCodeState()
367 Device* device = getDevice(deviceId); in setSwitchState()
372 Device* device = getDevice(deviceId); in setAbsoluteAxisValue()
377 Device* device = getDevice(deviceId); in addKey()
385 Device* device = getDevice(deviceId); in addLed()
390 Device* device = getDevice(deviceId); in getLedState()
399 Device* device = getDevice(deviceId); in addVirtualKeyDefinition()
426 Device* getDevice(int32_t deviceId) const { in getDevice()
432 Device* device = getDevice(deviceId); in getDeviceClasses()
437 Device* device = getDevice(deviceId); in getDeviceName()
442 Device* device = getDevice(deviceId); in getConfiguration()
450 Device* device = getDevice(deviceId); in getAbsoluteAxisInfo()
462 Device* device = getDevice(deviceId); in hasRelativeAxis()
475 Device* device = getDevice(deviceId); in mapKey()
511 Device* device = getDevice(deviceId); in getScanCodeState()
522 Device* device = getDevice(deviceId); in getKeyCodeState()
533 Device* device = getDevice(deviceId); in getSwitchState()
545 Device* device = getDevice(deviceId); in getAbsoluteAxisValue()
560 Device* device = getDevice(deviceId); in markSupportedKeyCodes()
575 Device* device = getDevice(deviceId); in hasScanCode()
584 Device* device = getDevice(deviceId); in hasLed()
589 Device* device = getDevice(deviceId); in setLedState()
606 Device* device = getDevice(deviceId); in getVirtualKeyDefinitions()