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 | 6607 deviceObject := GetDevice(device) 6691 deviceObject := GetDevice(device) 6738 deviceObject := GetDevice(device) 6753 deviceObject := GetDevice(device) 6769 deviceObject := GetDevice(device) 6789 deviceObject := GetDevice(device) 6803 deviceObject := GetDevice(device) 6812 deviceObject := GetDevice(device) 6829 deviceObject := GetDevice(device) 6849 deviceObject := GetDevice(device) [all …]
|