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

  /frameworks/av/media/mtp/
MtpFfsHandle.h 76 int iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read);
MtpFfsHandle.cpp 140 int ret = iobufSubmit(&mIobuf[0], read ? mBulkOut : mBulkIn, this_len, read);
150 int ret = iobufSubmit(&mIobuf[0], read ? mBulkOut : mBulkIn, 0, read);
409 int MtpFfsHandle::iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read) {
463 if (iobufSubmit(&mIobuf[i], mBulkOut, length, true) == -1)
638 if (iobufSubmit(&mIobuf[i], mBulkIn, num_read, false) == -1) {

Completed in 1584 milliseconds