HomeSort by relevance Sort by last modified time
    Searched defs:to_send (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/server/
cras_hfp_info.c 147 unsigned to_send; local
151 samples = buf_read_pointer_size(info->playback_buf, &to_send);
152 if (to_send < info->packet_size)
154 to_send = info->packet_size;
157 err = send(info->fd, samples, to_send, 0);
172 buf_increment_read(info->playback_buf, to_send);
  /system/bt/stack/gatt/
gatt_cl.cc 334 uint16_t to_send = p_attr->len - p_attr->offset; local
336 if (to_send > (tcb.payload_size -
338 to_send = tcb.payload_size - GATT_WRITE_LONG_HDR_SIZE;
347 VLOG(1) << StringPrintf("offset =0x%x len=%d", offset, to_send);
350 p_attr->handle, to_send, /* length */
355 p_clcb->counter = to_send;
    [all...]
gatt_int.h 205 bool to_send; member in struct:__anon2206
543 extern void gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send,
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 356 char* to_send = pixels; local
368 to_send = convertedBuf;
374 to_send, pixels,
400 to_send, send_buffer_size);
404 yv12_to_rgb888(to_send, pixels,
409 yuv420p_to_rgb888(to_send, pixels,
415 cb->glFormat, cb->glType, to_send);
    [all...]
  /hardware/interfaces/keymaster/4.0/vts/functional/
keymaster_hidl_hal_test.cpp 2505 string to_send; local
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 3116 string to_send; local
    [all...]

Completed in 234 milliseconds