| /CTR-SDK-0.13.2/include/nn/applet/CTR/ |
| D | applet_Parameters.h | 24 namespace CTR{ 252 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode; 254 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState; 256 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState; 258 typedef nn::applet::CTR::ShutdownState AppletShutdownState; 260 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState; 262 typedef nn::applet::CTR::WakeupState AppletWakeupState; 264 typedef nn::applet::CTR::QueryReply AppletQueryReply; 266 typedef nn::applet::CTR::Notification AppletNotification; 293 …typedef bool (*AppletHomeButtonCallback)( uptr arg, bool isActive, nn::applet::CTR::HomeButtonStat… [all …]
|
| D | applet_Ipc.h | 33 namespace CTR { 107 …static nn::Result Initialize( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr appl… 108 static nn::Result Finalize( nn::applet::CTR::AppletId appletId ); 109 static nn::Result GetHomeMenuAppletId( nn::applet::CTR::AppletId* appletId ); 110 static nn::Result GetLastSignaledAppletId( nn::applet::CTR::AppletId* appletId ); 112 static nn::Result IsRegistered( nn::applet::CTR::AppletId appletId, bool* pRegistered ); 113 …static nn::Result GetAttribute( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr* p… 114 …static nn::Result InquireNotification( nn::applet::CTR::AppletId appletId, nn::applet::CTR::Applet… 115 …static nn::Result SendParameter( nn::applet::CTR::AppletId senderId, nn::applet::CTR::AppletId rec… 116 …static nn::Result ReceiveParameter( nn::applet::CTR::AppletId* pSenderId, nn::applet::CTR::AppletI… [all …]
|
| D | applet_API.h | 31 namespace CTR { 34 using namespace nn::applet::CTR; 137 namespace CTR { 139 using namespace nn::applet::CTR; 829 return nn::applet::CTR::Initialize(appletAttr); 838 nn::applet::CTR::Lock(); in nnappletLock() 847 return nn::applet::CTR::TryLock(timeout); 856 nn::applet::CTR::Unlock(); in nnappletUnlock() 867 return nn::applet::CTR::CountRegisteredApplet(); in nnappletCountRegisteredApplet() 876 return nn::applet::CTR::IsRegistered( appletId ); in nnappletIsRegistered() [all …]
|
| D | applet_Wrapper.h | 27 namespace CTR { 40 namespace CTR { 271 return nn::applet::CTR::GetHomeButtonState(); in nnappletGetHomeButtonState() 275 nn::applet::CTR::ClearHomeButtonState(); in nnappletClearHomeButtonState() 280 return nn::applet::CTR::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle ); 284 return nn::applet::CTR::ProcessHomeButtonIfPrepared(); in nnappletProcessHomeButtonIfPrepared()
|
| D | applet_Gfx.h | 33 namespace CTR { 35 using namespace nn::applet::CTR;
|
| D | applet_Result.h | 32 namespace CTR { 58 #define NN_APPLET_RESULT_NO_DATA nn::applet::CTR::ResultNoData()
|
| /CTR-SDK-0.13.2/include/nn/camera/CTR/ |
| D | camera_Camera.h | 34 namespace CTR { 114 static nn::Result StartCapture( nn::camera::CTR::Port port ); 115 static nn::Result StopCapture( nn::camera::CTR::Port port ); 116 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port ); 117 static nn::Result ClearBuffer( nn::camera::CTR::Port port ); 118 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 119 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 120 …ceiving( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t … 121 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port ); 122 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); [all …]
|
| /CTR-SDK-0.13.2/include/nn/ac/CTR/ |
| D | ac_Ac.h | 33 namespace CTR { 108 static nn::Result CreateDefaultConfig( nn::ac::CTR::Config* config ); 109 …static nn::Result DebugSetNetworkArea( nn::ac::CTR::Config* config, nn::ac::CTR::NetworkArea netwo… 110 static nn::Result Connect( const nn::ac::CTR::Config& config ); 111 static nn::Result ConnectAsync( const nn::ac::CTR::Config& config, nn::Handle event ); 112 static nn::Result ConnectFromBrowser( const nn::ac::CTR::Config& config ); 113 … static nn::Result ConnectFromBrowserAsync( const nn::ac::CTR::Config& config, nn::Handle event ); 115 …static nn::Result DebugSetNetworkSetting1( const u8 ssid[], size_t ssidLen, nn::ac::CTR::SecurityM… 122 static nn::Result GetStatus( nn::ac::CTR::Status* status ); 123 static nn::Result GetConnectingApType( nn::ac::CTR::ApType* apType ); [all …]
|
| /CTR-SDK-0.13.2/include/nn/y2r/CTR/ |
| D | y2r_Y2r.h | 33 namespace CTR { 96 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format ); 97 static nn::Result GetInputFormat( nn::y2r::CTR::InputFormat* pFormat ); 98 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format ); 99 static nn::Result GetOutputFormat( nn::y2r::CTR::OutputFormat* pFormat ); 100 static nn::Result SetRotation( nn::y2r::CTR::Rotation rotation ); 101 static nn::Result GetRotation( nn::y2r::CTR::Rotation* pRotation ); 102 static nn::Result SetBlockAlignment( nn::y2r::CTR::BlockAlignment align ); 103 static nn::Result GetBlockAlignment( nn::y2r::CTR::BlockAlignment* pAlign ); 125 static nn::Result SetCoefficientParams( const nn::y2r::CTR::CoefficientParams& src ); [all …]
|
| /CTR-SDK-0.13.2/include/nn/os/CTR/ |
| D | os_HardwareParamsSelect.h | 24 namespace nn { namespace os { namespace CTR { 25 using namespace nn::os::CTR::MPCore; 32 namespace nn { namespace os { namespace CTR { 33 using namespace nn::os::CTR::ARM946ES;
|
| /CTR-SDK-0.13.2/include/nn/dlp/CTR/ |
| D | dlp_FakeClientIpcClient.h | 34 namespace CTR { 70 static nn::Result GetEventDesc( nn::dlp::CTR::EventDesc* pEventDesc ); 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 ); 78 static nn::Result GetMyStatus( nn::dlp::CTR::ClientStatus* pStatus ); 80 static nn::Result GetNodeInfo( nn::dlp::CTR::NodeInfo* pNodeInfo, u16 nodeId ); 81 static nn::Result GetLinkLevel( nn::uds::CTR::LinkLevel* pLinkLevel );
|
| D | dlp_ServerIpcClient.h | 33 namespace CTR { 68 static nn::Result GetState( nn::dlp::CTR::ServerState* pState ); 69 static nn::Result GetEventDesc( nn::dlp::CTR::EventDesc* pEventDesc ); 77 static nn::Result GetClientInfo( nn::dlp::CTR::NodeInfo* pClientInfo, u16 nodeId ); 78 static nn::Result GetClientStatus( nn::dlp::CTR::ClientStatus* pClientStatus, u16 nodeId );
|
| /CTR-SDK-0.13.2/include/nn/gr/CTR/ |
| D | gr_Vertex.h | 26 namespace CTR 71 const nn::gr::CTR::BindSymbolVSInput* symbol[ VERTEX_ATTRIBUTE_MAX ]; 129 …void EnableAttrAsArray( const nn::gr::CTR::BindSymbolVSInput& symbol, const u32 physical_addr, con… 141 …void EnableAttrAsConst( const nn::gr::CTR::BindSymbolVSInput& symbol, const u8 dimension, const f3… 149 …void EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const u32… 219 void DisableAttr( const nn::gr::CTR::BindSymbolVSInput& symbol ) in DisableAttr()
|
| /CTR-SDK-0.13.2/sources/libraries/ndm/CTR/ |
| D | ndm_Interface.hid | 7 "nn/ndm/CTR/ndm_Types.h"; 10 "nn/ndm/CTR/ndm_Interface.h"; 19 "nn/ndm/CTR/ndm_Interface.h", 47 types nn::ndm::CTR 55 module nn::ndm::CTR::Interface
|
| /CTR-SDK-0.13.2/build/omake/ |
| D | targetdefs.CTR.om | 26 platform = CTR 139 spec.hardware = CTR-TS 157 if $(test -f $(ROOT_OMAKE)/targetdefs.CTR.internal.om) 158 include $(ROOT_OMAKE)/targetdefs.CTR.internal.om
|
| /CTR-SDK-0.13.2/include/nn/ndm/CTR/ |
| D | ndm_Types.h | 25 namespace CTR { 64 using namespace CTR; variable
|
| /CTR-SDK-0.13.2/sources/libraries/rdt/CTR/ |
| D | rdt_Transceiver.cpp | 127 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::SendTo()"); 139 nn::rdt::CTR::PrintResultCode(*pResult); 160 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::ReceiveFrom()"); 179 nn::rdt::CTR::PrintResultCode(*pResult); 190 nn::rdt::CTR::Segment s_sendSeg; 191 nn::rdt::CTR::Segment s_recvSeg; 197 using namespace nn::rdt::CTR; in serverSide() 221 using namespace nn::rdt::CTR; in clientSide() 238 namespace nn { namespace rdt { namespace CTR { namespace
|
| D | rdt_Stopwatch.h | 34 namespace nn { namespace rdt { namespace CTR { namespace detail { 164 namespace nn { namespace rdt { namespace CTR { namespace detail {
|
| /CTR-SDK-0.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_FileBase.h | 33 class FileBaseImpl : private nn::util::NonCopyable<FileBaseImpl>, private nn::fs::CTR::MPCore::deta… 85 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw() 90 …tializeRawDirectly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::… in TryInitializeRawDirectly()
|
| D | fs_DirectoryBase.h | 30 class DirectoryBaseImpl : private nn::util::NonCopyable<DirectoryBaseImpl>, private nn::fs::CTR::MP… 41 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
|
| /CTR-SDK-0.13.2/sources/libraries/os/CTR/ |
| D | os_Environment.cpp | 20 namespace nn { namespace os { namespace CTR { namespace
|
| /CTR-SDK-0.13.2/include/nn/font/CTR/ |
| D | font_TagProcessor.h | 23 namespace CTR {
|
| D | font_TextWriter.h | 23 namespace CTR {
|
| D | font_WideTextWriter.h | 23 namespace CTR {
|
| D | font_WideTagProcessor.h | 23 namespace CTR {
|