Home
last modified time | relevance | path

Searched refs:EVT_APP_TO_HOST_CHRE (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Deventnums.h35 #define EVT_APP_TO_HOST_CHRE 0x00000407 //app data to host. Type is struct HostHubCh… macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c587 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, &resp->resp, writeCookieFree); in firmwareWrite()
1352 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halSendAppMgmtResponse()
1397 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in deferHalSysMgmtErase()
1426 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halSysMgmt()
1434 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halSysMgmt()
1614 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halAppInfo()
1622 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halAppInfo()
1635 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halAppInfo()
1642 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halAppInfo()
1716 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in halSysInfo()
[all …]
DhostIntf.c1126 osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, resp, heapFree); in hostIntfNotifyReboot()
1187 EVT_APP_TO_HOST_CHRE); in onEvtAppStart()
1573 case EVT_APP_TO_HOST_CHRE: in hostIntfHandleEvent()
Dnanohub_chre.c226 result = osEnqueueEvtOrFree(EVT_APP_TO_HOST_CHRE, hostMsg, heapFree); in osChreSendMessageToHost()