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

  /external/bluetooth/bluez/test/
hciemu.c 109 static struct vhci_device vdev; variable in typeref:struct:vhci_device
279 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
281 if (write(vdev.fd, buf, ptr - buf) < 0)
311 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
313 if (write(vdev.fd, buf, ptr - buf) < 0)
339 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
341 if (write(vdev.fd, buf, ptr - buf) < 0)
369 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
371 if (write(vdev.fd, buf, ptr - buf) < 0)
397 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf)
    [all...]
  /frameworks/base/libs/rs/
rsContext.cpp 931 RsContext rsContextCreate(RsDevice vdev, uint32_t version)
933 LOGV("rsContextCreate %p", vdev);
934 Device * dev = static_cast<Device *>(vdev);
939 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, bool useDepth)
941 LOGV("rsContextCreateGL %p, %i", vdev, useDepth);
942 Device * dev = static_cast<Device *>(vdev);

Completed in 34 milliseconds