Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp185 int SystemComm::sendToSystem(const void *data, size_t len, uint32_t transactionId) in sendToSystem() function in android::nanohub::SystemComm
243 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
350 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
361 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
369 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
383 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
391 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
402 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
414 return sendToSystem(buf.getData(), buf.getPos(), transactionId); in setup()
455 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