Home | History | Annotate | Download | only in ril

Lines Matching refs:s_device_path

234 static const char * s_device_path = NULL;
4015 fd = socket_local_client(s_device_path,
4018 } else if (s_device_path != NULL) {
4019 fd = open (s_device_path, O_RDWR);
4020 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
4086 s_device_path = optarg;
4087 RLOGI("Opening tty device %s\n", s_device_path);
4091 s_device_path = optarg;
4093 RLOGI("Opening socket %s\n", s_device_path);
4106 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
4140 s_device_path = optarg;
4141 RLOGI("Opening tty device %s\n", s_device_path);
4145 s_device_path = optarg;
4147 RLOGI("Opening socket %s\n", s_device_path);
4155 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {