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

  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 33 #define DRIVER_NAME "/dev/usb_accessory"
61 int fd = open(DRIVER_NAME, O_RDWR);
63 ALOGE("could not open %s", DRIVER_NAME);
83 int fd = open(DRIVER_NAME, O_RDWR);
85 ALOGE("could not open %s", DRIVER_NAME);
99 int fd = open(DRIVER_NAME, O_RDWR);
101 ALOGE("could not open %s", DRIVER_NAME);
111 int fd = open(DRIVER_NAME, O_RDWR);
113 ALOGE("could not open %s", DRIVER_NAME);
  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
tdrm.h 35 #define DRIVER_NAME DEVICE_NAME
tdrm.c 175 __setup(DRIVER_NAME "=", tdrm_options);
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 33 #define DRIVER_NAME "AMS: "
227 osLog(LOG_INFO, DRIVER_NAME "i2c error (tx: %d, rx: %d, err: %d)\n", tx, rx, err);
244 osLog(LOG_ERROR, DRIVER_NAME "Ran out of i2c buffers!");
323 osLog(LOG_INFO, DRIVER_NAME "sensorPowerAls: %d\n", on);
349 osLog(LOG_INFO, DRIVER_NAME "sensorRateAls: %ld/%lld\n", rate, latency);
378 osLog(LOG_INFO, DRIVER_NAME "sensorPowerProx: %d\n", on);
404 osLog(LOG_INFO, DRIVER_NAME "sensorRateProx: %ld/%lld\n", rate, latency);
551 osLog(LOG_INFO, DRIVER_NAME "not detected\n");
613 osLog(LOG_INFO, DRIVER_NAME "sample ready: status=%02x prox=%u als0=%u als1=%u\n",
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_constants.py 229 DRIVER_NAME = 'nl80211'
hostapd_config.py 100 ('driver', hostapd_constants.DRIVER_NAME)
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 44 static final String DRIVER_NAME = "android-nci";
107 return DRIVER_NAME;
  /external/autotest/server/cros/network/
hostap_config.py 182 DRIVER_NAME = 'nl80211'
223 ('driver', self.DRIVER_NAME)])

Completed in 880 milliseconds