HomeSort by relevance Sort by last modified time
    Searched defs:poll_fd (Results 1 - 8 of 8) sorted by null

  /external/libusb_aah/libusb/os/
poll_windows.c 82 struct winfd poll_fd[MAX_FDS]; variable in typeref:struct:winfd
107 if ( (poll_fd[_index].fd < 0) || (poll_fd[_index].handle == INVALID_HANDLE_VALUE)
108 || (poll_fd[_index].handle == 0) || (poll_fd[_index].overlapped == NULL) ) {
112 return (*pCancelIoEx)(poll_fd[_index].handle, poll_fd[_index].overlapped);
115 return CancelIo(poll_fd[_index].handle);
135 poll_fd[i] = INVALID_WINFD;
154 if (poll_fd[i].fd == fd)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 111 int poll_fd; member in struct:snd_ctl_ext
pcm_ioplug.h 88 int poll_fd; /**< poll file descriptor */ member in struct:snd_pcm_ioplug
198 /* update poll_fd and mmap_rw */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 111 int poll_fd; member in struct:snd_ctl_ext
pcm_ioplug.h 88 int poll_fd; /**< poll file descriptor */ member in struct:snd_pcm_ioplug
198 /* update poll_fd and mmap_rw */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 111 int poll_fd; member in struct:snd_ctl_ext
pcm_ioplug.h 88 int poll_fd; /**< poll file descriptor */ member in struct:snd_pcm_ioplug
198 /* update poll_fd and mmap_rw */
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 202 int poll_fd[MM_CAMERA_CH_STREAM_MAX+1]; member in struct:__anon1898

Completed in 149 milliseconds