OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendToSystem
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.cpp
91
int SystemComm::
sendToSystem
(const void *data, size_t len) {
174
return
sendToSystem
(buf.getData(), buf.getPos());
208
return
sendToSystem
(buf.getData(), buf.getPos());
306
return
sendToSystem
(buf.getData(), buf.getPos());
311
return
sendToSystem
(buf.getData(), buf.getPos());
330
return
sendToSystem
(buf.getData(), buf.getPos());
387
return
sendToSystem
(buf.getData(), buf.getPos());
405
ret =
sendToSystem
(buf.getData(), buf.getPos());
519
return
sendToSystem
(buf.getData(), buf.getPos());
system_comms.h
296
static int
sendToSystem
(const void *data, size_t len);
Completed in 51 milliseconds