Searched refs:deviceObject (Results 1 – 2 of 2) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | xa.c | 50 XAObjectItf deviceObject; in main() local 52 result = (*engineEngine)->CreateCameraDevice(engineEngine, &deviceObject, in main() 54 printf("result = %d, deviceObject=%p\n", result, deviceObject); in main() 57 result = (*engineEngine)->CreateRadioDevice(engineEngine, &deviceObject, 0, NULL, NULL); in main() 58 printf("result = %d, deviceObject=%p\n", result, deviceObject); in main() 61 result = (*engineEngine)->CreateLEDDevice(engineEngine, &deviceObject, XA_DEFAULTDEVICEID_LED, in main() 63 printf("result = %d, deviceObject=%p\n", result, deviceObject); in main() 66 result = (*engineEngine)->CreateVibraDevice(engineEngine, &deviceObject, in main() 68 printf("result = %d, deviceObject=%p\n", result, deviceObject); in main()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2915 deviceObject := GetDevice(device) 2999 deviceObject := GetDevice(device) 3046 deviceObject := GetDevice(device) 3061 deviceObject := GetDevice(device) 3077 deviceObject := GetDevice(device) 3097 deviceObject := GetDevice(device) 3111 deviceObject := GetDevice(device) 3120 deviceObject := GetDevice(device) 3137 deviceObject := GetDevice(device) 3157 deviceObject := GetDevice(device) [all …]
|