HomeSort by relevance Sort by last modified time
    Searched full:_handle (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 33 ClientHandle(unsigned int _pid, unsigned int _handle) : pid(_pid), handle(_handle) {}
  /external/stlport/src/
_stdio_file.h 98 inline int _FILE_fd(const FILE *__f) { return __f->_handle; }
  /ndk/sources/cxx-stl/stlport/src/
_stdio_file.h 98 inline int _FILE_fd(const FILE *__f) { return __f->_handle; }
  /external/libusb_aah/libusb/
core.c 945 struct libusb_device_handle *_handle; local
    [all...]
  /external/libusb/libusb/
core.c 860 struct libusb_device_handle *_handle; local
866 _handle = malloc(sizeof(*_handle) + priv_size);
867 if (!_handle)
870 r = pthread_mutex_init(&_handle->lock, NULL);
874 _handle->dev = libusb_ref_device(dev);
875 _handle->claimed_interfaces = 0;
876 memset(&_handle->os_priv, 0, priv_size);
878 r = usbi_backend->open(_handle);
881 free(_handle);
    [all...]
  /external/libnl-headers/
netlink-types.h 453 uint32_t pre ##_handle; \

Completed in 707 milliseconds