HomeSort by relevance Sort by last modified time
    Searched full:driverpath (Results 1 - 5 of 5) sorted by null

  /external/rmi4utils/rmidevice/
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/";
hiddevice.h 83 std::string & transportDeviceName, std::string & driverPath);
  /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);
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 160 static void dump_dev_files(const char *title, const char *driverpath, const char *filename)
166 d = opendir(driverpath);
175 snprintf(path, sizeof(path), "%s/%s/%s", driverpath, de->d_name, filename);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 519 CHAR DriverPath[MAX_PATH];
532 WCHAR DriverPath[MAX_PATH];
    [all...]

Completed in 120 milliseconds