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.c221 static const char * s_device_path = NULL; variable
3722 fd = socket_local_client(s_device_path,
3725 } else if (s_device_path != NULL) {
3726 fd = open (s_device_path, O_RDWR);
3727 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
3787 s_device_path = optarg;
3788 RLOGI("Opening tty device %s\n", s_device_path);
3792 s_device_path = optarg;
3794 RLOGI("Opening socket %s\n", s_device_path);
3807 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
[all …]