Lines Matching refs:msg
178 …void WriteToSd(const char* msg, int length, const wchar_t* pBuildInfo, const wchar_t* pSuffix) NN_…
179 … void WriteToSd(const char* msg, int length, const wchar_t* pBuildInfo, const wchar_t* pSuffix) in WriteToSd() argument
197 fs.Write( msg , length, true ); in WriteToSd()
203 bool PutHaltMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in PutHaltMessage() argument
205 pdp->PutString( pos, msg ); in PutHaltMessage()
216 void ClearMessage(nn::dbg::DirectPrint* pdp, const nn::math::VEC2& pos, const char* msg ) in ClearMessage() argument
220 PutHaltMessage( pdp, pos, msg ); in ClearMessage()
224 void ShowWithAutoScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithAutoScroll() argument
230 bool ret = PutHaltMessage( pdp, pos, msg ); in ShowWithAutoScroll()
241 ClearMessage( pdp, pos, msg ); in ShowWithAutoScroll()
256 void ShowWithManualScroll(nn::dbg::DirectPrint* pdp, const char* msg) in ShowWithManualScroll() argument
271 inDrawBox = PutHaltMessage( pdp, pos, msg ); in ShowWithManualScroll()
292 ClearMessage( pdp, pos, msg ); in ShowWithManualScroll()
304 ClearMessage( pdp, pos, msg ); in ShowWithManualScroll()
471 void ExceptionScreen::OnHalt( const char* msg ) in OnHalt() argument
483 ShowWithAutoScroll(&m_DirectPrint, msg); in OnHalt()
486 ShowWithManualScroll(&m_DirectPrint, msg); in OnHalt()