Searched refs:waitEvents (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/mtp/ |
D | MtpFfsHandle.cpp | 145 ret = waitEvents(&mIobuf[0], ret, ioevs, nullptr); in doAsync() 155 ret = waitEvents(&mIobuf[0], ret, ioevs, nullptr); in doAsync() 304 int MtpFfsHandle::waitEvents(struct io_buffer *buf, int min_events, struct io_event *events, in waitEvents() function in android::MtpFfsHandle 494 int event_ret = waitEvents(&mIobuf[i], 1, ioevs, &this_events); in receiveFile() 612 if (waitEvents(&mIobuf[(i-1)%NUM_IO_BUFS], mIobuf[(i-1)%NUM_IO_BUFS].actual, ioevs, in sendFile()
|
D | MtpFfsHandle.h | 83 int waitEvents(struct io_buffer *buf, int min_events, struct io_event *events, int *counter);
|