Home
last modified time | relevance | path

Searched refs:sbuf (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dfile_sync_client.cpp230 syncsendbuf sbuf; in SendLargeFile() local
231 sbuf.id = ID_DATA; in SendLargeFile()
233 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFile()
242 sbuf.size = bytes_read; in SendLargeFile()
243 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read); in SendLargeFile()
/system/tpm/trunks/ftdi/
Dmpsse.c743 uint8_t sbuf[SPI_RW_SIZE] = {0}; in InternalRead() local
758 data = build_block_buffer(mpsse, mpsse->rx, sbuf, rxsize, &data_size); in InternalRead()