Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpFfsHandle.cpp333 … int this_events = TEMP_FAILURE_RETRY(io_getevents(mCtx, 0, AIO_BUFS_MAX, events, &ZERO_TIMEOUT)); in waitEvents() local
334 if (this_events == -1) { in waitEvents()
339 for (unsigned j = 0; j < static_cast<unsigned>(this_events); j++) { in waitEvents()
347 num_events += this_events; in waitEvents()
349 *counter += this_events; in waitEvents()
491 int this_events = 0; in receiveFile() local
492 int event_ret = waitEvents(&mIobuf[i], 1, ioevs, &this_events); in receiveFile()
493 num_events += this_events; in receiveFile()
500 for (int j = 0; j < this_events; j++) { in receiveFile()