OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nos_device
(Results
1 - 11
of
11
) sorted by null
/external/nos/host/generic/libnos/include/nos/
NuggetClient.h
85
nos_device
* Device();
86
const
nos_device
* Device() const;
95
nos_device
device_;
/external/nos/host/generic/libnos_datagram/include/nos/
device.h
74
struct
nos_device
{
struct
89
int nos_device_open(const char *name, struct
nos_device
*device);
/external/nos/host/generic/libnos_transport/include/nos/
transport.h
28
uint32_t nos_call_application(const struct
nos_device
*dev,
/external/nos/host/generic/libnos/
NuggetClient.cpp
89
nos_device
* NuggetClient::Device() {
93
const
nos_device
* NuggetClient::Device() const {
/external/nos/host/generic/libnos_transport/
transport.c
83
const struct
nos_device
*dev;
95
static int nos_device_read(const struct
nos_device
*dev, uint32_t command,
121
static int nos_device_write(const struct
nos_device
*dev, uint32_t command,
452
uint32_t nos_call_application(const struct
nos_device
*dev,
/external/nos/host/android/citadel/libnos_datagram/
citadel.c
206
int nos_device_open(const char *device_name, struct
nos_device
*dev) {
/external/nos/host/android/citadel/citadeld/
main.cpp
228
const
nos_device
& device = *_client.Device();
304
const
nos_device
& device = *_client.Device();
/external/nos/test/system-test-harness/src/
transport_tests.cc
74
static int nos_device_read(const struct
nos_device
*dev, uint32_t command,
96
static int nos_device_write(const struct
nos_device
*dev, uint32_t command,
128
static
nos_device
* dev;
138
nos_device
* TransportTest::dev;
/external/nos/host/generic/libnos_transport/test/
test.cpp
76
int nos_device_open(const char* device_name, struct
nos_device
* dev) {
98
nos_device
* dev() { return &dev_; }
102
nos_device
dev_;
/external/nos/host/android/manual_tests/
test_citadel.c
39
static struct
nos_device
dev;
/external/nos/host/generic/citadel/updater/
updater.cpp
1081
struct
nos_device
*d = client.Device();
[
all
...]
Completed in 368 milliseconds