Home
last modified time | relevance | path

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

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