Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpFfsHandle.cpp145 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()
DMtpFfsHandle.h83 int waitEvents(struct io_buffer *buf, int min_events, struct io_event *events, int *counter);