| /CTR-SDK-2.4.0/include/nn/camera/CTR/ |
| D | camera_Camera.h | 34 namespace CTR { 115 static nn::Result StartCapture( nn::camera::CTR::Port port ); 116 static nn::Result StopCapture( nn::camera::CTR::Port port ); 117 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port ); 118 static nn::Result ClearBuffer( nn::camera::CTR::Port port ); 119 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 120 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 121 …ceiving( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t … 122 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port ); 123 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); [all …]
|
| /CTR-SDK-2.4.0/include/nn/applet/CTR/ |
| D | applet_Parameters.h | 24 namespace CTR{ 212 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode; 214 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState; 216 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState; 218 typedef nn::applet::CTR::ShutdownState AppletShutdownState; 220 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState; 222 typedef nn::applet::CTR::OrderToCloseState AppletOrderToCloseState; 224 typedef nn::applet::CTR::WakeupState AppletWakeupState; 226 typedef nn::applet::CTR::QueryReply AppletQueryReply; 228 typedef nn::applet::CTR::AppJumpType AppletAppJumpType; [all …]
|
| D | applet_Result.h | 32 namespace CTR { 170 #define NN_APPLET_RESULT_NOT_FOUND (nn::applet::CTR::ResultNotFound()) 171 #define NN_APPLET_RESULT_ALREADY_EXIST (nn::applet::CTR::ResultAlreadyExist()) 172 #define NN_APPLET_RESULT_NO_AREA (nn::applet::CTR::ResultNoArea()) 173 #define NN_APPLET_RESULT_NOT_EMPTY (nn::applet::CTR::ResultNotEmpty()) 174 #define NN_APPLET_RESULT_NO_DATA (nn::applet::CTR::ResultNoData()) 175 #define NN_APPLET_RESULT_NO_CALLER (nn::applet::CTR::ResultNoCaller()) 176 #define NN_APPLET_RESULT_NOT_ALLOWED (nn::applet::CTR::ResultNotAllowed()) 177 #define NN_APPLET_RESULT_BUSY (nn::applet::CTR::ResultBusy()) 178 #define NN_APPLET_RESULT_ALREADY_INIT (nn::applet::CTR::ResultAlreadyInit()) [all …]
|
| D | applet_Wrapper.h | 26 namespace CTR { 39 namespace CTR { 279 void EnableSleep( bool isSleepCheck=nn::applet::CTR::SLEEP_IF_SHELL_CLOSED ); 286 void DisableSleep( bool isReplyReject=nn::applet::CTR::REPLY_REJECT_IF_LATER ); 307 return nn::applet::CTR::GetHomeButtonState(); in nnappletGetHomeButtonState() 311 nn::applet::CTR::ClearHomeButtonState(); in nnappletClearHomeButtonState() 316 return nn::applet::CTR::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle ); 320 return nn::applet::CTR::ProcessHomeButton(); in nnappletProcessHomeButton()
|
| D | applet_Gfx.h | 32 namespace CTR { 34 using namespace nn::applet::CTR;
|
| D | applet_API.h | 31 namespace CTR { 34 using namespace nn::applet::CTR; 154 namespace CTR { 156 using namespace nn::applet::CTR; 938 return nn::applet::CTR::Initialize(appletAttr); 947 nn::applet::CTR::Lock(); in nnappletLock() 956 return nn::applet::CTR::TryLock(timeout); 965 nn::applet::CTR::Unlock(); in nnappletUnlock() 976 return nn::applet::CTR::CountRegisteredApplet(); in nnappletCountRegisteredApplet() 985 return nn::applet::CTR::IsRegistered( appletId ); in nnappletIsRegistered() [all …]
|
| /CTR-SDK-2.4.0/include/nn/y2r/CTR/ |
| D | y2r_Y2r.h | 33 namespace CTR { 97 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format ); 98 static nn::Result GetInputFormat( nn::y2r::CTR::InputFormat* pFormat ); 99 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format ); 100 static nn::Result GetOutputFormat( nn::y2r::CTR::OutputFormat* pFormat ); 101 static nn::Result SetRotation( nn::y2r::CTR::Rotation rotation ); 102 static nn::Result GetRotation( nn::y2r::CTR::Rotation* pRotation ); 103 static nn::Result SetBlockAlignment( nn::y2r::CTR::BlockAlignment align ); 104 static nn::Result GetBlockAlignment( nn::y2r::CTR::BlockAlignment* pAlign ); 126 static nn::Result SetCoefficientParams( const nn::y2r::CTR::CoefficientParams& src ); [all …]
|
| /CTR-SDK-2.4.0/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-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_Utility.cpp | 29 namespace CTR namespace 94 command = nn::gr::CTR::Shader::MakeDisableCommand( command ); in MakeDisableAllCommand() 97 command = nn::gr::CTR::Vertex::MakeDisableCommand( command ); in MakeDisableAllCommand() 100 command = nn::gr::CTR::Fog::MakeDisableCommand( command ); in MakeDisableAllCommand() 103 command = nn::gr::CTR::FragmentLight::MakeDisableCommand( command ); in MakeDisableAllCommand() 106 command = nn::gr::CTR::Texture::MakeDisableCommand( command ); in MakeDisableAllCommand() 120 command = nn::gr::CTR::RenderState::MakeDisableCommand( command ); in MakeDisableAllCommand()
|
| /CTR-SDK-2.4.0/include/nn/ |
| D | news.h | 39 using namespace nn::news::CTR; 40 using namespace nn::news::CTR::user;
|
| D | hio.h | 44 namespace CTR {} 45 using namespace nn::hio::CTR;
|
| D | gd.h | 76 using namespace nn::gd::CTR; 89 namespace CTR {
|
| /CTR-SDK-2.4.0/sources/libraries/rdt/CTR/ |
| D | rdt_Utility.h | 58 #define WARNING(exp) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_NONE) |… 63 #define WARNINGMSG(exp, ...) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL… 88 #define LOG(...) if(nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_ALL)(void) (PRINTF(__VA_AR… 115 namespace nn { namespace rdt { namespace CTR {
|
| D | rdt_Misc.cpp | 27 bit32 s_logLevel = nn::rdt::CTR::LOG_LEVEL_NONE; 31 namespace nn { namespace rdt { namespace CTR { namespace
|
| 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
|
| /CTR-SDK-2.4.0/sources/libraries/os/CTR/ |
| D | os_CppException.cpp | 21 namespace nn { namespace os { namespace CTR { namespace 62 CTR::ThreadLocalRegion* pTlr = os::CTR::GetThreadLocalRegion(); in SetupThreadCppExceptionEnvironment()
|
| /CTR-SDK-2.4.0/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-2.4.0/include/nn/gr/CTR/ |
| D | gr_Vertex.h | 26 namespace CTR 86 … const nn::gr::CTR::BindSymbolVSInput* symbol[ VERTEX_ATTRIBUTE_MAX ]; 131 …void EnableAttrAsArray( const nn::gr::CTR::BindSymbolVSInput& symbol, const uptr physical_addr, co… 143 …void EnableAttrAsConst( const nn::gr::CTR::BindSymbolVSInput& symbol, const u8 dimension, const f3… 151 …void EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const upt… 282 void DisableAttr( const nn::gr::CTR::BindSymbolVSInput& symbol ) in DisableAttr()
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | targetdefs.CTR.om | 26 platform = CTR 137 spec.hardware = CTR-TS 155 if $(test -f $(ROOT_OMAKE)/targetdefs.CTR.internal.om) 156 include $(ROOT_OMAKE)/targetdefs.CTR.internal.om
|
| /CTR-SDK-2.4.0/include/nn/os/ |
| D | os_ErrorHandlerSelect.h | 25 using nn::os::CTR::detail::InternalErrorHandler; 26 using nn::os::CTR::detail::SetInternalErrorHandlerMode;
|
| /CTR-SDK-2.4.0/include/nn/ndm/CTR/ |
| D | ndm_Types.h | 25 namespace CTR { 65 using namespace CTR; variable
|
| /CTR-SDK-2.4.0/include/nn/cec/CTR/ |
| D | cec_Control.h | 23 namespace CTR { 242 static nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 306 nn::Result Initialize(nn::cec::CTR::CecAllocFunc& cecAllocFunc); 399 nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0); 400 inline nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation) in MakeCecTitleId()
|
| /CTR-SDK-2.4.0/build/omake/platforms/CTR/ |
| D | CTR.targetdefs.om | 3 # File: CTR.targetdefs.om 17 # CTR platform definition 23 platform = CTR 146 private.spec = $(TargetSpecCTR.new $'CTR-TS') 147 spec.hardware = CTR-TS
|
| /CTR-SDK-2.4.0/sources/libraries/init/ |
| D | init_StartUp.cpp | 33 namespace CTR { namespace 78 nn::applet::CTR::detail::Initialize(); in nninitSetup()
|
| /CTR-SDK-2.4.0/include/nn/fs/CTR/MPCore/ |
| D | fs_FileBase.h | 36 typedef nn::fs::CTR::MPCore::detail::UserFileSystem UserFileSystem; 110 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw() 115 …tializeRawDirectly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs::… in TryInitializeRawDirectly()
|