Searched refs:OpenDevice (Results 1 – 3 of 3) sorted by relevance
587 int OpenDevice(const hw_module_t *module, const char *id, hw_device_t **device) in OpenDevice() function594 hw_module_methods_t module_methods = { .open = OpenDevice };
708 virtual bool OpenDevice(int *pfile);
2731 bool DiskThread::OpenDevice(int *pfile) { in OpenDevice() function in DiskThread3180 if (!OpenDevice(&fd)) { in Work()