Searched refs:setNonBlocking (Results 1 – 9 of 9) sorted by relevance
31 status_t setNonBlocking(borrowed_fd fd);
33 status_t setNonBlocking(borrowed_fd fd) { in setNonBlocking() function
234 if (status_t res = binder::os::setNonBlocking(fd); res != OK) return res; in recvmsgSocketConnection()
196 if (status_t res = binder::os::setNonBlocking(fd); res != OK) return res; in setupPreconnectedClient()
53 status_t setNonBlocking(borrowed_fd /*fd*/) { in setNonBlocking() function
100 void setNonBlocking();
36 void MediaTrack::ReadOptions::setNonBlocking() { in setNonBlocking() function in android::MediaTrack::ReadOptions
555 options.setNonBlocking(); in fetchTrackSamples()
1372 options.setNonBlocking(); in readBuffer()