HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 626 - 650 of 1336) sorted by null

<<21222324252627282930>>

  /system/core/include/usbhost/
usbhost.h 179 /* Claims the specified interface of a USB device */
180 int usb_device_claim_interface(struct usb_device *device, unsigned int interface);
182 /* Releases the specified interface of a USB device */
183 int usb_device_release_interface(struct usb_device *device, unsigned int interface);
185 /* Requests the kernel to connect or disconnect its driver for the specified interface.
190 unsigned int interface, int connect);
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 79 IOHIDDeviceInterface ** interface; /* interface to device, NULL = no interface */ member in struct:joystick_hwdata
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
164 /* Create and open an interface to device, required prior to extracting values or building queues.
175 if (NULL == pDevice->interface)
181 /* Call a method of the intermediate plug-in to create the device interface */
183 CFUUIDGetUUIDBytes (kIOHIDDeviceInterfaceID), (void *) &(pDevice->interface));
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonErrorNode.h 38 @interface ANTLRCommonErrorNode : ANTLRCommonTree
ANTLRFailedPredicateException.h 31 @interface ANTLRFailedPredicateException : ANTLRRecognitionException
ANTLRFastQueue.h 35 @interface ANTLRFastQueue : NSObject <NSCopying>
ANTLRHashRule.h 39 @interface ANTLRHashRule : ANTLRPtrBuffer {
ANTLRRuleMemo.h 35 @interface ANTLRRuleMemo : ANTLRLinkBase {
ANTLRRuntimeException.h 34 @interface ANTLRRuntimeException : NSException
ANTLRUnbufferedCommonTreeNodeStreamState.h 30 @interface ANTLRUnbufferedCommonTreeNodeStreamState : NSObject {
ANTLRUniqueIDMap.h 41 @interface ANTLRUniqueIDMap : ANTLRPtrBuffer {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonErrorNode.h 38 @interface ANTLRCommonErrorNode : ANTLRCommonTree
ANTLRFailedPredicateException.h 31 @interface ANTLRFailedPredicateException : ANTLRRecognitionException
ANTLRFastQueue.h 35 @interface ANTLRFastQueue : NSObject <NSCopying>
ANTLRHashRule.h 39 @interface ANTLRHashRule : ANTLRPtrBuffer {
ANTLRRuleMemo.h 35 @interface ANTLRRuleMemo : ANTLRLinkBase {
ANTLRRuntimeException.h 34 @interface ANTLRRuntimeException : NSException
ANTLRUnbufferedCommonTreeNodeStreamState.h 30 @interface ANTLRUnbufferedCommonTreeNodeStreamState : NSObject {
ANTLRUniqueIDMap.h 41 @interface ANTLRUniqueIDMap : ANTLRPtrBuffer {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonErrorNode.h 38 @interface ANTLRCommonErrorNode : ANTLRCommonTree
ANTLRFailedPredicateException.h 31 @interface ANTLRFailedPredicateException : ANTLRRecognitionException
ANTLRFastQueue.h 35 @interface ANTLRFastQueue : NSObject <NSCopying>
ANTLRHashRule.h 39 @interface ANTLRHashRule : ANTLRPtrBuffer {
ANTLRRuleMemo.h 35 @interface ANTLRRuleMemo : ANTLRLinkBase {
ANTLRRuntimeException.h 34 @interface ANTLRRuntimeException : NSException
ANTLRUnbufferedCommonTreeNodeStreamState.h 30 @interface ANTLRUnbufferedCommonTreeNodeStreamState : NSObject {

Completed in 2194 milliseconds

<<21222324252627282930>>