Home
last modified time | relevance | path

Searched refs:sendToSystem (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp184 int SystemComm::sendToSystem(const void *data, size_t len, uint32_t transactionId) in sendToSystem() function in android::nanohub::SystemComm
242 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
349 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
360 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
368 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
382 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
390 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
401 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
413 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
454 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setupMgmt()
[all …]
Dsystem_comms.h467 static int sendToSystem(const void *data, size_t len, uint32_t transactionId);
/device/google/contexthub/contexthubhal/test/
Dmain.cpp90 void sendToSystem(uint32_t typ, void *data, uint32_t len) { in sendToSystem() function in CHub::Client