Searched defs:deviceObject (Results 1 - 1 of 1) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
H A D | xa.c | 50 XAObjectItf deviceObject; local 52 result = (*engineEngine)->CreateCameraDevice(engineEngine, &deviceObject, 54 printf("result = %d, deviceObject=%p\n", result, deviceObject); 57 result = (*engineEngine)->CreateRadioDevice(engineEngine, &deviceObject, 0, NULL, NULL); 58 printf("result = %d, deviceObject=%p\n", result, deviceObject); 61 result = (*engineEngine)->CreateLEDDevice(engineEngine, &deviceObject, XA_DEFAULTDEVICEID_LED, 63 printf("result = %d, deviceObject=%p\n", result, deviceObject); [all...] |
Completed in 29 milliseconds