Searched refs:OpenDevice (Results 1 – 3 of 3) sorted by relevance
464 bool OpenDevice(std::string* error) { in OpenDevice() function519 if (!OpenDevice(error)) { in StartImpl()663 if (!connection->OpenDevice(nullptr)) { in Create()
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
335 TEST_P(AudioHidlDeviceTest, OpenDevice) { in TEST_P() argument