Searched refs:DRIVER_NAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_UsbDeviceManager.cpp32 #define DRIVER_NAME "/dev/usb_accessory" macro
67 int fd = open(DRIVER_NAME, O_RDWR);
69 ALOGE("could not open %s", DRIVER_NAME);
89 int fd = open(DRIVER_NAME, O_RDWR);
91 ALOGE("could not open %s", DRIVER_NAME);
104 int fd = open(DRIVER_NAME, O_RDWR);
106 ALOGE("could not open %s", DRIVER_NAME);
116 int fd = open(DRIVER_NAME, O_RDWR);
118 ALOGE("could not open %s", DRIVER_NAME);

Completed in 22 milliseconds