Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp335 static void ReceiveEventThread(u32* pIsExistNewMess) in ReceiveEventThread() argument
389 *pIsExistNewMess = 1; in ReceiveEventThread()
689 …:hid::PadStatus* pPadStatus, nn::cec::MessageBox* pCecMessBox, u8* pSelected, u32* pIsExistNewMess) in UpdateReading() argument
701 *pIsExistNewMess = 0; in UpdateReading()
752 void DisplayReading(demo::RenderSystemDrawing* pRenderSystem, u8 selected, u32* pIsExistNewMess) in DisplayReading() argument
800 …if(*pIsExistNewMess) //Display an alert message informing to the user that there is a new message in DisplayReading()
802 switch(*pIsExistNewMess%3) in DisplayReading()
815 *pIsExistNewMess = *pIsExistNewMess+1; in DisplayReading()