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

  /external/yaffs2/yaffs2/
yaffs_mtdif.c 42 static inline void translate_spare2oob(const yaffs_Spare *spare, __u8 *oob)
44 oob[0] = spare->tagByte0;
45 oob[1] = spare->tagByte1;
46 oob[2] = spare->tagByte2;
47 oob[3] = spare->tagByte3;
48 oob[4] = spare->tagByte4;
49 oob[5] = spare->tagByte5 & 0x3f;
50 oob[5] |= spare->blockStatus == 'Y' ? 0: 0x80;
51 oob[5] |= spare->pageStatus == 0 ? 0: 0x40;
52 oob[6] = spare->tagByte6
    [all...]
  /external/webkit/WebCore/svg/graphics/
SVGResourceClipper.h 82 FloatRect clipperBoundingBox(const FloatRect& oob);
  /external/bluetooth/bluez/src/
dbus-hci.c 331 uint8_t cap, uint8_t auth, gboolean oob)
346 if (oob)
360 struct oob_availability_req *oob = user_data; local
361 struct btd_device *device = oob->device;
365 io_capa_oob_response(adapter, device, oob->capa, oob->auth, FALSE);
367 io_capa_oob_response(adapter, device, oob->capa, oob->auth, TRUE);
1055 gboolean oob = FALSE; local
1144 oob = agent_get_oob_capability(agent)
    [all...]
agent.h 44 gboolean oob, agent_remove_cb cb,
device.h 71 gboolean oob);
agent.c 69 gboolean oob; member in struct:agent
195 gboolean oob, agent_remove_cb cb,
206 agent->oob = oob;
413 DBG("oob availability request was sent for %s", path);
734 error("Wrong OOB data reply signature: %s", err.message);
992 return agent->oob;
adapter.c 1806 gboolean oob; local
    [all...]
device.c     [all...]
  /system/extras/ext4_utils/
allocate.c 125 printf("OOB list:\n");
592 /* Reserve the next blocks for oob data (indirect or extent blocks) */
595 struct region *oob = split_allocation(alloc, blocks); local
598 if (oob == NULL)
601 while (oob && oob != alloc->list.iter) {
602 next = oob->next;
603 region_list_remove(&alloc->list, oob);
604 region_list_append(&alloc->oob_list, oob);
605 oob = next
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 314 bool oob = TRUE; local
336 DBUS_TYPE_BOOLEAN, &oob,
    [all...]

Completed in 132 milliseconds