Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c69nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &three); in processTripleAxisData()
89nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ); in processSingleAxisData()
105nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &flt); in processSingleAxisData()
122nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &byte); in processSingleAxisData()
141 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &occ); in processEmbeddedData()
152 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &flt); in processEmbeddedData()
164 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_DATA_EVENT_BASE | sensorType, &byte); in processEmbeddedData()
225 nanoappHandleEvent(CHRE_INSTANCE_ID, CHRE_EVENT_SENSOR_SAMPLING_CHANGE, &change); in chreappProcessConfigEvt()
282 nanoappHandleEvent(srcTid, evt, data); in chreappHandle()
/device/google/contexthub/inc/chre/
Dnanoapp.h65 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType,
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c73 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent() function
/device/google/contexthub/firmware/app/chre/chre_test1.app/
Dmain.cpp84 void nanoappHandleEvent(uint32_t srcTid, uint16_t evtType, const void* evtData) in nanoappHandleEvent() function