Home
last modified time | relevance | path

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

/external/rmi4utils/rmi4update/
Drmi4update.cpp172 rc = WaitForIdle(RMI_F34_ERASE_WAIT_MS); in UpdateFirmware()
385 rc = WaitForIdle(0); in EnterFlashProgramming()
463 rc = WaitForIdle(RMI_F34_IDLE_WAIT_MS, !m_writeBlockWithCmd); in WriteBlocks()
480 int RMI4Update::WaitForIdle(int timeout_ms, bool readF34OnSucess) in WaitForIdle() function in RMI4Update
Drmi4update.h42 int WaitForIdle(int timeout_ms, bool readF34OnSucess = true);
/external/skia/infra/bots/recipe_modules/core/resources/
Delf_symbolizer.py189 a2l.WaitForIdle()
256 def WaitForIdle(self): member in ELFSymbolizer.Addr2Line