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

  /development/host/windows/usb/api/
adb_object_handle.h 194 template<class obj_class>
195 obj_class* LookupObject(ADBAPIHANDLE adb_handle) {
200 if (!adb_object->IsObjectOfType(obj_class::Type())) {
208 return (adb_object != NULL) ? reinterpret_cast<obj_class*>(adb_object) :
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_screen.c 307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class)
359 if (obj_class >= NVE4_3D_CLASS) {
406 uint32_t obj_class; local
461 obj_class = NVE4_P2MF_CLASS;
464 obj_class = NVC0_M2MF_CLASS;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
503 obj_class = NVE4_3D_CLASS;
511 obj_class = NVC8_3D_CLASS;
514 obj_class = NVC1_3D_CLASS;
517 obj_class = NVC0_3D_CLASS
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class)
359 if (obj_class >= NVE4_3D_CLASS) {
406 uint32_t obj_class; local
461 obj_class = NVE4_P2MF_CLASS;
464 obj_class = NVC0_M2MF_CLASS;
467 ret = nouveau_object_new(chan, 0xbeef323f, obj_class, NULL, 0,
503 obj_class = NVE4_3D_CLASS;
511 obj_class = NVC8_3D_CLASS;
514 obj_class = NVC1_3D_CLASS;
517 obj_class = NVC0_3D_CLASS
    [all...]
  /art/oatdump/
oatdump.cc 925 mirror::Class* obj_class = obj->GetClass(); local
    [all...]
  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 270 CK_OBJECT_CLASS obj_class, const CryptoSession* session, ObjectHandle* object) {
276 { CKA_CLASS, &obj_class, sizeof(obj_class) },
290 ALOGV("Found %d object 0x%x : class 0x%x", tmpCount, tmpHandle, obj_class);

Completed in 740 milliseconds