Searched refs:nos_device (Results 1 – 11 of 11) sorted by relevance
/external/nos/host/generic/libnos/include/nos/ |
D | NuggetClient.h | 85 nos_device* Device(); 86 const nos_device* Device() const; 95 nos_device device_;
|
/external/nos/host/generic/libnos_datagram/include/nos/ |
D | device.h | 74 struct nos_device { struct 89 int nos_device_open(const char *name, struct nos_device *device); argument
|
/external/nos/host/generic/libnos/ |
D | NuggetClient.cpp | 89 nos_device* NuggetClient::Device() { in Device() 93 const nos_device* NuggetClient::Device() const { in Device()
|
/external/nos/host/generic/libnos_transport/ |
D | transport.c | 83 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/ |
D | transport.h | 28 uint32_t nos_call_application(const struct nos_device *dev,
|
/external/nos/test/system-test-harness/src/ |
D | transport_tests.cc | 74 static int nos_device_read(const struct nos_device *dev, uint32_t command, in nos_device_read() 96 static int nos_device_write(const struct nos_device *dev, uint32_t command, in nos_device_write() 128 static nos_device* dev; 138 nos_device* TransportTest::dev;
|
/external/nos/host/android/citadel/citadeld/ |
D | main.cpp | 228 const nos_device& device = *_client.Device(); in reset() 304 const nos_device& device = *_client.Device(); in dispatchEvents()
|
/external/nos/host/android/citadel/libnos_datagram/ |
D | citadel.c | 206 int nos_device_open(const char *device_name, struct nos_device *dev) { in nos_device_open()
|
/external/nos/host/generic/libnos_transport/test/ |
D | test.cpp | 76 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_;
|
/external/nos/host/android/manual_tests/ |
D | test_citadel.c | 39 static struct nos_device dev;
|
/external/nos/host/generic/citadel/updater/ |
D | updater.cpp | 1081 struct nos_device *d = client.Device(); in do_force_reset()
|