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

  /external/bluetooth/bluez/test/
hciemu.c 93 static struct vhci_device vdev; variable in typeref:struct:vhci_device
265 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
267 if (write(vdev.fd, buf, ptr - buf) < 0)
297 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
299 if (write(vdev.fd, buf, ptr - buf) < 0)
325 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
327 if (write(vdev.fd, buf, ptr - buf) < 0)
355 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf);
357 if (write(vdev.fd, buf, ptr - buf) < 0)
383 write_snoop(vdev.dd, HCI_EVENT_PKT, 1, buf, ptr - buf)
    [all...]
  /frameworks/rs/
rsContext.cpp 740 RsContext rsContextCreate(RsDevice vdev, uint32_t version,
742 ALOGV("rsContextCreate dev=%p", vdev);
743 Device * dev = static_cast<Device *>(vdev);
751 RsContext rsContextCreateGL(RsDevice vdev, uint32_t version,
754 ALOGV("rsContextCreateGL dev=%p", vdev);
755 Device * dev = static_cast<Device *>(vdev);

Completed in 96 milliseconds