Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldriver.c142 _eglOpenLibrary(const char *driverPath, lib_handle *handle) in _eglOpenLibrary() argument
148 assert(driverPath); in _eglOpenLibrary()
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath); in _eglOpenLibrary()
151 lib = open_library(driverPath); in _eglOpenLibrary()
176 driverPath, error); in _eglOpenLibrary()
182 driverPath, error); in _eglOpenLibrary()
/external/rmi4utils/rmidevice/
Dhiddevice.cpp566 std::string driverPath; in RebindDriver() local
582 if (!FindTransportDevice(bus, hidDeviceName, transportDeviceName, driverPath)) { in RebindDriver()
587 bindFile = driverPath + "bind"; in RebindDriver()
588 unbindFile = driverPath + "unbind"; in RebindDriver()
628 std::string & transportDeviceName, std::string & driverPath) in FindTransportDevice() argument
641 driverPath = devicePrefix + "drivers/i2c_hid/"; in FindTransportDevice()
644 driverPath = devicePrefix + "drivers/usbhid/"; in FindTransportDevice()
Dhiddevice.h83 std::string & transportDeviceName, std::string & driverPath);