Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpFfsHandle.cpp323 uint64_t ev_cnt = 0; in waitEvents() local
325 if (::read(mEventFd, &ev_cnt, sizeof(ev_cnt)) == -1) { in waitEvents()
400 uint64_t ev_cnt = 0; in cancelEvents() local
401 if (num_events && ::read(mEventFd, &ev_cnt, sizeof(ev_cnt)) == -1) in cancelEvents()