Searched refs:OpenDevice (Results 1 – 1 of 1) sorted by relevance
111 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