Home
last modified time | relevance | path

Searched defs:getDeviceHandle (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputMapper.h76 virtual InputDeviceHandle* getDeviceHandle() final { return mDeviceHandle; } in getDeviceHandle() function
/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpuDevice.cpp25 int64_t StubVirtGpuDevice::getDeviceHandle(void) { in getDeviceHandle() function in StubVirtGpuDevice
/hardware/google/gfxstream/guest/platform/fuchsia/
DFuchsiaVirtGpuDevice.cpp70 int64_t FuchsiaVirtGpuDevice::getDeviceHandle(void) { return device_; } in getDeviceHandle() function in FuchsiaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpuDevice.cpp91 int64_t RutabagaVirtGpuDevice::getDeviceHandle() { return -1; } in getDeviceHandle() function in gfxstream::RutabagaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpuDevice.cpp150 int64_t LinuxVirtGpuDevice::getDeviceHandle(void) { return mDeviceHandle; } in getDeviceHandle() function in LinuxVirtGpuDevice