Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_datagram/include/nos/
Ddevice.h89 int nos_device_open(const char *name, struct nos_device *device);
/external/nos/host/generic/libnos/
DNuggetClient.cpp41 open_ = nos_device_open( in Open()
/external/nos/host/android/citadel/libnos_datagram/
Dcitadel.c206 int nos_device_open(const char *device_name, struct nos_device *dev) { in nos_device_open() function
/external/nos/host/android/manual_tests/
Dtest_citadel.c914 int rv = nos_device_open(option.device, &dev); in connect_to_citadel()
921 rv = nos_device_open(option.device, &dev); in connect_to_citadel()
/external/nos/host/generic/libnos_transport/test/
Dtest.cpp76 int nos_device_open(const char* device_name, struct nos_device* dev) { in nos_device_open() function
91 nos_device_open(nullptr, &dev_); in SetUp()