Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo1/
Dcec_Main.cpp407 void* p_icon; in CecTest_ShowInboxMessage() local
409 result = cecMessage.GetIcon(&p_icon, &iconSize); in CecTest_ShowInboxMessage()
413 BinaryDump(reinterpret_cast<u8*>(p_icon), 32, 1); // Dump only 32 bytes in CecTest_ShowInboxMessage()