Searched refs:sendToSystem (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | system_comms.cpp | 185 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 …]
|
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
|