Lines Matching refs:nn
32 namespace nn {
68 …static nn::Result Initialize( nn::Handle hSharedMemory, size_t bufSize, u8 scanNum, nn::Handle han…
69 static nn::Result Finalize();
70 static nn::Result GetEventDesc( nn::dlp::CTR::EventDesc* pEventDesc );
71 static nn::Result GetChannels( bit16* pChannels );
72 static nn::Result StartScan( bit16 channels, bit64 programId, const u8 pMac[] );
73 static nn::Result StopScan();
74 static nn::Result GetServerInfo( nn::dlp::CTR::ServerInfo* pServerInfo, const u8 pMac[] );
75 …static nn::Result GetTitleInfo( nn::dlp::CTR::TitleInfo* pTitleInfo, const u8 pMac[], bit64 progra…
76 static nn::Result GetTitleInfoInOrder( nn::dlp::CTR::TitleInfo* pTitleInfo, bool isReset );
77 static nn::Result StartFakeSession( const u8 pMac[], bit64 programId );
78 static nn::Result GetMyStatus( nn::dlp::CTR::ClientStatus* pStatus );
79 static nn::Result GetConnectingNodes( u8* pNum, u16 pNodeIds[], u16 size );
80 static nn::Result GetNodeInfo( nn::dlp::CTR::NodeInfo* pNodeInfo, u16 nodeId );
81 static nn::Result GetLinkLevel( nn::uds::CTR::LinkLevel* pLinkLevel );
82 static nn::Result StopFakeSession();