Home | History | Annotate | Download | only in sensors

Lines Matching defs:fds

66   // Create a pair of FDs that would be used to control the
69 ALOGE("%s: Receiver control FDs are opened", __FUNCTION__);
73 ALOGE("%s: Unable to create thread control FDs: %d -> %s", __FUNCTION__,
276 cvd::SharedFDSet fds;
278 fds.Set(*it);
280 fds.Set(control_receiver_socket_);
281 // fds.Set(sensor_listener_socket_);
282 int res = cvd::Select(&fds, NULL, NULL, NULL);
290 } else if (fds.IsSet(sensor_listener_socket_)) {
293 } else if (fds.IsSet(control_receiver_socket_)) {
347 if (fds.IsSet(fd)) {