Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp587 int OpenDevice(const hw_module_t *module, const char *id, hw_device_t **device) in OpenDevice() function
594 hw_module_methods_t module_methods = { .open = OpenDevice };
/external/stressapptest/src/
Dworker.h708 virtual bool OpenDevice(int *pfile);
Dworker.cc2731 bool DiskThread::OpenDevice(int *pfile) { in OpenDevice() function in DiskThread
3180 if (!OpenDevice(&fd)) { in Work()