Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp155 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()
Dlegacyhal.cpp40 return NanoHub::sendToNanohub(hub_id, msg, 0, ENDPOINT_UNSPECIFIED); in legacy_send_message()
Dnanohubhal.h187 static int sendToNanohub(uint32_t hub_id, const hub_message_t *msg, in sendToNanohub() function