Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp98 void DisplayTitleList(const nn::dlp::TitleInfo titleList[], int titleNum, int selected, demo::Rende… in DisplayTitleList() argument
125 wcstombs(buffer, titleList[i].shortTitleName, 28); in DisplayTitleList()
131 nn::dlp::FakeClient::GetServerInfo(&serverInfo, titleList[i].mac); in DisplayTitleList()
402 void UpdateScan(nn::dlp::TitleInfo* titleList, int* pTitleNum, int* pSelected, const nn::hid::PadSt… in UpdateScan() argument
415 …t = nn::dlp::FakeClient::StartFakeSession(titleList[*pSelected].mac, titleList[*pSelected].uniqueI… in UpdateScan()
416 memcpy(s_ServerMac, titleList[*pSelected].mac, sizeof(s_ServerMac)); in UpdateScan()
448 if(nn::dlp::FakeClient::GetTitleInfo(&titleList[*pTitleNum], false).IsSuccess()) in UpdateScan()
457 void DisplayScan(const nn::dlp::TitleInfo* titleList, int titleNum, int selected, demo::RenderSyste… in DisplayScan() argument
464 DisplayTitleList(titleList, titleNum, selected, pRenderSystem); in DisplayScan()
476 DisplayTitleInfo(titleList[selected], pRenderSystem); in DisplayScan()
[all …]