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

  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 109 int interfaceID, jboolean force)
117 int ret = usb_device_claim_interface(device, interfaceID);
120 usb_device_connect_kernel_driver(device, interfaceID, false);
121 ret = usb_device_claim_interface(device, interfaceID);
127 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, int interfaceID)
134 int ret = usb_device_release_interface(device, interfaceID);
137 usb_device_connect_kernel_driver(device, interfaceID, true);
  /system/media/wilhelm/tests/sandbox/
engine.c 43 SLInterfaceID interfaceID;
44 memset(&interfaceID, 0x55, sizeof(interfaceID));
45 result = slQuerySupportedEngineInterfaces(index, &interfaceID);
49 slesutPrintIID(interfaceID);
50 engine_ids[index] = interfaceID;
object.c 58 SLInterfaceID interfaceID;
62 &interfaceID);
64 assert(NULL == interfaceID);
73 &interfaceID);
77 slesutPrintIID(interfaceID);
outputmix.c 49 SLInterfaceID interfaceID;
51 &interfaceID);
54 slesutPrintIID(interfaceID);
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 175 private native boolean native_claim_interface(int interfaceID, boolean force);
176 private native boolean native_release_interface(int interfaceID);
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 124 int interfaceId = interfaceValues[ival++];
144 interfaces[intf] = new UsbInterface(interfaceId, interfaceClass,
  /external/llvm/include/llvm/
PassRegistry.h 65 void registerAnalysisGroup(const void *InterfaceID, const void *PassID,
PassSupport.h 233 const void *InterfaceID,
  /external/llvm/lib/VMCore/
Pass.cpp 209 RegisterAGBase::RegisterAGBase(const char *Name, const void *InterfaceID,
211 : PassInfo(Name, InterfaceID) {
212 PassRegistry::getPassRegistry()->registerAnalysisGroup(InterfaceID, PassID,
PassRegistry.cpp 144 void PassRegistry::registerAnalysisGroup(const void *InterfaceID,
149 PassInfo *InterfaceInfo = const_cast<PassInfo*>(getPassInfo(InterfaceID));
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 258 serialization::DeclID InterfaceID;
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 311 UINT InterfaceID;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 305 UINT InterfaceID;
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 193 milliseconds