Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dreference-ril.c244 static const char * s_device_path = NULL; variable
4135 fd = socket_local_client(s_device_path,
4138 } else if (s_device_path != NULL) {
4139 fd = open (s_device_path, O_RDWR);
4140 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
4209 s_device_path = optarg;
4210 RLOGI("Opening tty device %s\n", s_device_path);
4214 s_device_path = optarg;
4216 RLOGI("Opening socket %s\n", s_device_path);
4229 if (s_port < 0 && s_device_path == NULL && !isInEmulator()) {
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c321 static const char * s_device_path = NULL; variable
5544 fd = socket_local_client(s_device_path,
5547 } else if (s_device_path != NULL) {
5548 fd = open (s_device_path, O_RDWR);
5549 if ( fd >= 0 && !memcmp( s_device_path, "/dev/ttyS", 9 ) ) {
5610 s_device_path = optarg;
5611 RLOGI("Opening tty device %s\n", s_device_path);
5615 s_device_path = optarg;
5617 RLOGI("Opening socket %s\n", s_device_path);
5635 if (s_port < 0 && s_device_path == NULL && !isInEmulator() &&
[all …]