Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DnanohubCommand.h34 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup);
/device/google/contexthub/firmware/os/core/
DhostIntf.c1095nanohubPrefetchTx(interrupt ? data->interrupt : HOSTINTF_MAX_INTERRUPTS, mWakeupBlocks, mNonWakeup… in hostIntfAddBlock()
1447 nanohubPrefetchTx(getSensorInterrupt(sensor), mWakeupBlocks, mNonWakeupBlocks); in onEvtSensorDataActive()
1466 nanohubPrefetchTx(HOSTINTF_MAX_INTERRUPTS, mWakeupBlocks, mNonWakeupBlocks); in onEvtSensorDataInactive()
DnanohubCommand.c760 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx() function
813 nanohubPrefetchTx(HOSTINTF_MAX_INTERRUPTS, 0, 0); in nanohubPrefetchTxDefer()