Home
last modified time | relevance | path

Searched refs:getDeviceHandle (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpuDevice.cpp25 int64_t StubVirtGpuDevice::getDeviceHandle(void) { in getDeviceHandle() function in StubVirtGpuDevice
DStubVirtGpu.h66 int64_t getDeviceHandle(void) override;
/hardware/libhardware/modules/input/evdev/
DInputMapper.h76 virtual InputDeviceHandle* getDeviceHandle() final { return mDeviceHandle; } in getDeviceHandle() function
DSwitchInputMapper.cpp143 getInputReport()->reportEvent(getDeviceHandle()); in sync()
DMouseInputMapper.cpp175 getInputReport()->reportEvent(getDeviceHandle()); in sync()
/hardware/google/gfxstream/guest/platform/fuchsia/
DFuchsiaVirtGpu.h54 int64_t getDeviceHandle(void) override;
DFuchsiaVirtGpuDevice.cpp70 int64_t FuchsiaVirtGpuDevice::getDeviceHandle(void) { return device_; } in getDeviceHandle() function in FuchsiaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpu.h66 virtual int64_t getDeviceHandle(void);
DLinuxVirtGpuDevice.cpp150 int64_t LinuxVirtGpuDevice::getDeviceHandle(void) { return mDeviceHandle; } in getDeviceHandle() function in LinuxVirtGpuDevice
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaVirtGpu.h86 int64_t getDeviceHandle() override;
DRutabagaVirtGpuDevice.cpp91 int64_t RutabagaVirtGpuDevice::getDeviceHandle() { return -1; } in getDeviceHandle() function in gfxstream::RutabagaVirtGpuDevice
/hardware/google/gfxstream/guest/platform/include/
DVirtGpu.h176 virtual int64_t getDeviceHandle(void) = 0;
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp59 return m_device->getDeviceHandle(); in getRendernodeFd()
DHostConnection.cpp258 auto deviceHandle = device->getDeviceHandle(); in connect()
/hardware/google/gfxstream/guest/magma/
Dmagma.cpp392 VirtGpuDevice::getInstance(VirtGpuCapset::kCapsetGfxStreamMagma)->getDeviceHandle(); in GetMagmaContext()