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

  /external/bluetooth/bluez/tools/
hid2hci.c 124 struct hiddev_usage_ref uref; local
129 memset(&uref, 0, sizeof(uref));
130 uref.report_type = HID_REPORT_TYPE_OUTPUT;
131 uref.report_id = 0x10;
132 uref.field_index = 0;
133 uref.usage_index = i;
134 uref.usage_code = 0xff000001;
135 uref.value = buf[i] & 0x000000ff;
136 err = ioctl(fd, HIDIOCSUSAGE, &uref);
    [all...]
  /dalvik/vm/
IndirectRefTable.h 217 //u4 uref = objChunk << 18 | (tableIndex << 2) | kind;
219 u4 uref = serialChunk << 20 | (tableIndex << 2) | kind;
220 return (IndirectRef) uref;
230 u4 uref = (u4) iref;
231 return (uref >> 2) & 0xffff;
  /external/stlport/test/unit/
unordered_test.cpp 170 umaptype const& uref = uus[0]; local
172 ucopy = uref;
174 //(void*)&uref;
  /ndk/sources/android/stlport/test/unit/
unordered_test.cpp 170 umaptype const& uref = uus[0]; local
172 ucopy = uref;
174 //(void*)&uref;
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 252 milliseconds