Home
last modified time | relevance | path

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

/frameworks/base/media/native/midi/
Dmidi.cpp163 struct pollfd checkFds[1] = { { port->ufd, POLLIN, 0 } }; in AMIDI_receive() local
164 int pollResult = poll(checkFds, 1, 0); in AMIDI_receive()