Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp464 bool OpenDevice(std::string* error) { in OpenDevice() function
519 if (!OpenDevice(error)) { in StartImpl()
663 if (!connection->OpenDevice(nullptr)) { in Create()
/aosp12/frameworks/native/vulkan/nulldrv/
H A 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
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h335 TEST_P(AudioHidlDeviceTest, OpenDevice) { in TEST_P() argument