Searched refs:sendToSystem (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 184 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 …]
|
D | system_comms.h | 467 static int sendToSystem(const void *data, size_t len, uint32_t transactionId);
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 90 void sendToSystem(uint32_t typ, void *data, uint32_t len) { in sendToSystem() function in CHub::Client
|