Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos/include/nos/
DNuggetClient.h87 nos_device* Device();
88 const nos_device* Device() const;
97 nos_device device_;
/external/nos/host/generic/libnos_datagram/include/nos/
Ddevice.h74 struct nos_device { struct
90 int nos_device_open(const char *name, struct nos_device *device); argument
/external/nos/host/generic/libnos/
DNuggetClient.cpp95 nos_device* NuggetClient::Device() { in Device()
99 const nos_device* NuggetClient::Device() const { in Device()
/external/nos/host/generic/libnos_transport/
Dtransport.c83 const struct nos_device *dev;
95 static int nos_device_read(const struct nos_device *dev, uint32_t command, in nos_device_read()
121 static int nos_device_write(const struct nos_device *dev, uint32_t command, in nos_device_write()
452 uint32_t nos_call_application(const struct nos_device *dev, in nos_call_application()
/external/nos/host/generic/libnos_transport/include/nos/
Dtransport.h28 uint32_t nos_call_application(const struct nos_device *dev,
/external/nos/host/generic/libnos_datagram/
Dcitadel.c226 int nos_device_open(const char *device_name, struct nos_device *dev) { in nos_device_open()
/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()
98 nos_device* dev() { return &dev_; } in dev()
102 nos_device dev_;