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

/hardware/ril/reference-ril/
H A Dreference-ril.c200 static const char * s_device_path = NULL; variable
3137 if (!strcmp(s_device_path, "/dev/socket/qemud")) {
3162 fd = socket_local_client( s_device_path,
3165 } else if (s_device_path != NULL) {
3166 fd = open (s_device_path, O_RDWR);
3167 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
3227 s_device_path = optarg;
3228 RLOGI("Opening tty device %s\n", s_device_path);
3232 s_device_path = optarg;
3234 RLOGI("Opening socket %s\n", s_device_path);
[all...]

Completed in 51 milliseconds