Searched refs:sendToNanohub (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | NanohubHidlAdapter.cpp | 155 if(NanoHub::sendToNanohub(hubId, &txMsg, 0, msg.hostEndPoint) != 0) { in sendMessageToHub() 374 if(NanoHub::sendToNanohub(hubId, in unloadNanoApp() 422 if(NanoHub::sendToNanohub(hubId, in loadNanoApp() 453 if(NanoHub::sendToNanohub(hubId, in enableNanoApp() 484 if(NanoHub::sendToNanohub(hubId, in disableNanoApp() 509 if(NanoHub::sendToNanohub(hubId, in queryApps()
|
D | legacyhal.cpp | 40 return NanoHub::sendToNanohub(hub_id, msg, 0, ENDPOINT_UNSPECIFIED); in legacy_send_message()
|
D | nanohubhal.h | 187 static int sendToNanohub(uint32_t hub_id, const hub_message_t *msg, in sendToNanohub() function
|