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

  /hardware/invensense/mlsdk/platform/include/
i2c.h 62 HANDLE hDevice; // handle to the drive to be examined
  /external/qemu/target-i386/
hax-windows.c 23 HANDLE hDevice;
28 hDevice = CreateFile( "\\\\.\\HAX",
36 if (hDevice == INVALID_HANDLE_VALUE)
44 *fd = hDevice;
139 HANDLE hDevice = hax->fd; //handle to hax module
143 if (hax_invalid_fd(hDevice)) {
148 ret = DeviceIoControl(hDevice,
169 HANDLE hDevice = hax->fd; //handle to hax module
173 if (hax_invalid_fd(hDevice)) {
178 ret = DeviceIoControl(hDevice,
    [all...]

Completed in 113 milliseconds