HomeSort by relevance Sort by last modified time
    Searched refs:object_type (Results 1 - 23 of 23) sorted by null

  /development/host/windows/usb/legacy/driver/
android_usb_wdf_object.cpp 82 ASSERT((0 == context->object_type) && (NULL == context->wdf_object_ext));
83 if ((0 != context->object_type) || (NULL != context->wdf_object_ext))
86 context->object_type = object_type();
105 this, object_type());
111 this, object_type());
123 ASSERT(((0 == context->object_type) && (NULL == context->wdf_object_ext)) ||
124 ((0 != context->object_type) && (NULL != context->wdf_object_ext)));
126 ASSERT(context->wdf_object_ext->Is(context->object_type));
142 ASSERT(((0 == context->object_type) && (NULL == context->wdf_object_ext)) ||
    [all...]
android_usb_wdf_object.h 138 __forceinline AndroidUsbWdfObjectType object_type() const { function in class:AndroidUsbWdfObject
149 return (obj_type == object_type());
179 (context->wdf_object_ext->Is(context->object_type)));
181 context->wdf_object_ext->Is(context->object_type)) {
android_usb_driver_defines.h 98 AndroidUsbWdfObjectType object_type; member in struct:TagAndroidUsbWdfObjectContext
114 AndroidUsbWdfObjectType object_type; member in struct:TagAndroidUsbWdfRequestContext
161 AndroidUsbWdfObjectType object_type; member in struct:TagAndroidUsbWorkitemContext
android_usb_pipe_file_object.cpp 471 context->object_type = AndroidUsbWdfObjectTypeRequest;
682 context->object_type = AndroidUsbWdfObjectTypeWorkitem;
700 ASSERT((NULL != context) && (AndroidUsbWdfObjectTypeRequest == context->object_type));
719 (AndroidUsbWdfObjectTypeWorkitem == context->object_type));
721 (AndroidUsbWdfObjectTypeWorkitem != context->object_type)) {
  /external/bluetooth/glib/tests/gobject/
testcommon.h 31 static GType object_type = 0; \
33 if (!object_type) \
48 object_type = g_type_register_static (parent_type, \
54 return object_type; \
96 INTERFACE_FULL(object_type, init_func, iface_type)
ifaceinherit.c 115 add_interface (GType object_type,
123 g_type_add_interface_static (object_type, iface_type, &iface_info);
133 add_base_interface (GType object_type,
136 add_interface (object_type, iface_type,
141 interface_is_base (GType object_type,
144 gpointer g_class = g_type_class_peek (object_type);
156 add_derived_interface (GType object_type,
159 add_interface (object_type, iface_type,
164 interface_is_derived (GType object_type,
167 gpointer g_class = g_type_class_peek (object_type);
    [all...]
  /development/host/windows/usb/api/
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
adb_object_handle.cpp 141 return (obj_type == object_type());
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 190 type = object_type;
204 case object_type:
245 return object_type;
294 case object_type:
JNIBridge.cpp 152 if (type == object_type) {
165 if (m_JNIReturnType == object_type) {
jni_objc.mm 55 returnType = object_type;
JNIUtility.h 41 object_type, enumerator in enum:__anon7990
jni_jsobject.mm 437 return (jstring)convertValueToJValue (exec, thisObj, object_type, "java.lang.String").l;
  /external/webkit/WebCore/bridge/jni/jsc/
JNIBridgeJSC.cpp 114 case object_type:
116 jvalue result = dispatchValueFromInstance(exec, instance, "get", "(Ljava/lang/Object;)Ljava/lang/Object;", object_type);
198 case object_type:
293 case object_type:
359 case object_type:
JNIUtilityPrivate.cpp 53 case object_type:
179 case object_type:
JavaInstanceJSC.cpp 192 case object_type:
233 case object_type:
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
gobject.h 400 gpointer g_object_new (GType object_type,
403 gpointer g_object_newv (GType object_type,
406 GObject* g_object_new_valist (GType object_type,
gparamspecs.h 1045 GType object_type,
gparamspecs.c     [all...]
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 118 case object_type:
JNIUtilityPrivate.cpp 201 case object_type:
373 case object_type:
  /external/bison/tests/
testsuite     [all...]

Completed in 841 milliseconds