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

  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 371 ULONG written_bytes = 0;
372 bool write_res = AdbWriteEndpointSync(adb_write, &msg_send, sizeof(msg_send), &written_bytes, 500);
370 ULONG written_bytes = 0; local
  /hardware/ril/libril/
RilSapSocket.cpp 406 ssize_t written_bytes; local
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h 248 * written_bytes and read_bytes implement a producer consumer API
249 * hence written_bytes >= read_bytes
251 * actual offset into ring buffer = written_bytes % ring_buffer_byte_size
260 u32 written_bytes; // number of bytes that was written to the buffer by driver, member in struct:__anon25011

Completed in 135 milliseconds