Searched refs:iobufSubmit (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/mtp/ |
D | MtpFfsHandle.cpp | 144 int ret = iobufSubmit(&mIobuf[0], read ? mBulkOut : mBulkIn, this_len, read); in doAsync() 154 int ret = iobufSubmit(&mIobuf[0], read ? mBulkOut : mBulkIn, 0, read); in doAsync() 420 int MtpFfsHandle::iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read) { in iobufSubmit() function in android::MtpFfsHandle 474 if (iobufSubmit(&mIobuf[i], mBulkOut, length, true) == -1) in receiveFile() 654 if (iobufSubmit(&mIobuf[i], mBulkIn, num_read, false) == -1) { in sendFile()
|
D | MtpFfsHandle.h | 82 int iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read);
|