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

  /frameworks/wilhelm/tests/sandbox/
xa.c 49 XAObjectItf deviceObject;
51 result = (*engineEngine)->CreateCameraDevice(engineEngine, &deviceObject,
53 printf("result = %d, deviceObject=%p\n", result, deviceObject);
56 result = (*engineEngine)->CreateRadioDevice(engineEngine, &deviceObject, 0, NULL, NULL);
57 printf("result = %d, deviceObject=%p\n", result, deviceObject);
60 result = (*engineEngine)->CreateLEDDevice(engineEngine, &deviceObject, XA_DEFAULTDEVICEID_LED,
62 printf("result = %d, deviceObject=%p\n", result, deviceObject);
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
drv.h 415 * Insert a DeviceObject into the list of Driver object.
418 * hDevObject: Handle to DeviceObject to insert.

Completed in 53 milliseconds