Home
last modified time | relevance | path

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

/hardware/ril/reference-ril/
Dreference-ril.c207 static const char * s_device_path = NULL; variable
3302 if (!strcmp(s_device_path, "/dev/socket/qemud")) {
3327 fd = socket_local_client( s_device_path,
3330 } else if (s_device_path != NULL) {
3331 fd = open (s_device_path, O_RDWR);
3332 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
3392 s_device_path = optarg;
3393 RLOGI("Opening tty device %s\n", s_device_path);
3397 s_device_path = optarg;
3399 RLOGI("Opening socket %s\n", s_device_path);
[all …]