HomeSort by relevance Sort by last modified time
    Searched refs:driverPath (Results 1 - 3 of 3) sorted by null

  /external/rmi4utils/rmidevice/
hiddevice.h 83 std::string & transportDeviceName, std::string & driverPath);
hiddevice.cpp 566 std::string driverPath;
582 if (!FindTransportDevice(bus, hidDeviceName, transportDeviceName, driverPath)) {
587 bindFile = driverPath + "bind";
588 unbindFile = driverPath + "unbind";
628 std::string & transportDeviceName, std::string & driverPath)
641 driverPath = devicePrefix + "drivers/i2c_hid/";
644 driverPath = devicePrefix + "drivers/usbhid/";
  /external/mesa3d/src/egl/main/
egldriver.c 142 _eglOpenLibrary(const char *driverPath, lib_handle *handle)
148 assert(driverPath);
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath);
151 lib = open_library(driverPath);
176 driverPath, error);
182 driverPath, error);

Completed in 149 milliseconds