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

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
kbuffer-parse.c 56 * @read_long - Function to read a long word (4 or 8 bytes with needed swap)
72 unsigned long long (*read_long)(struct kbuffer *kbuf, void *ptr); member in struct:kbuffer
160 static unsigned long long read_long(struct kbuffer *kbuf, void *ptr) function
162 return kbuf->read_long(kbuf, ptr);
223 kbuf->read_long = __read_long_8;
225 kbuf->read_long = __read_long_4;
544 flags = read_long(kbuf, ptr);
550 kbuf->lost_events = read_long(kbuf, ptr);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_db.c 118 BOOLEAN read_long,
164 if (read_long)
197 ** read_long: this is a read blob request.
208 BOOLEAN read_long,
220 GATT_TRACE_DEBUG("read_attr_value uuid=0x%04x perm=0x%0x sec_flag=0x%x offset=%d read_long=%d",
225 read_long);
227 status = gatts_check_attr_readability((tGATT_ATTR16 *)p_attr, offset, read_long, sec_flag, key_size);
237 if (read_long &&
630 ** read_long: this is a read blob request.
688 ** read_long: this is a read blob request
    [all...]

Completed in 63 milliseconds