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