Searched defs:wakeup (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/ |
D | apInt.c | 41 void apIntSet(bool wakeup) in apIntSet() 53 void apIntClear(bool wakeup) in apIntClear()
|
/device/google/cuttlefish/host/commands/cvd/ |
D | server.cc | 76 auto wakeup = BestEffortWakeup(); in CvdServer() local 84 auto wakeup = BestEffortWakeup(); in ~CvdServer() local
|
/device/google/trout/hal/sensors/2.0/ |
D | SensorsSubHal.cpp | 247 void SensorsSubHal::postEvents(const std::vector<Event>& events, bool wakeup) { in postEvents()
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 733 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) in fillBuffer() 797 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); in updateInterrupts() local 813 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup) in nanohubPrefetchTx() 898 uint32_t length, wakeup, nonwakeup; in readEvent() local
|
D | hostIntf.c | 558 bool hostIntfPacketDequeue(void *data, uint32_t *wakeup, uint32_t *nonwakeup) in hostIntfPacketDequeue()
|