Home
last modified time | relevance | path

Searched refs:OpenDevice (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp112 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
113 hw_module_methods_t nulldrv_module_methods = {.open = OpenDevice};
154 int OpenDevice(const hw_module_t* /*module*/, in OpenDevice() function