Home
last modified time | relevance | path

Searched refs:CTR (Results 1 – 25 of 245) sorted by relevance

12345678910

/CTR-SDK-0.14.4/include/nn/camera/CTR/
Dcamera_Camera.h34 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-0.14.4/include/nn/applet/CTR/
Dapplet_Parameters.h24 namespace CTR{
194 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode;
196 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState;
198 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState;
200 typedef nn::applet::CTR::ShutdownState AppletShutdownState;
202 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState;
204 typedef nn::applet::CTR::WakeupState AppletWakeupState;
206 typedef nn::applet::CTR::QueryReply AppletQueryReply;
208 typedef nn::applet::CTR::AppJumpType AppletAppJumpType;
235 …typedef bool (*AppletHomeButtonCallback)( uptr arg, bool isActive, nn::applet::CTR::HomeButtonStat…
[all …]
Dapplet_Result.h32 namespace CTR {
161 #define NN_APPLET_RESULT_NOT_FOUND (nn::applet::CTR::ResultNotFound())
162 #define NN_APPLET_RESULT_ALREADY_EXIST (nn::applet::CTR::ResultAlreadyExist())
163 #define NN_APPLET_RESULT_NO_AREA (nn::applet::CTR::ResultNoArea())
164 #define NN_APPLET_RESULT_NOT_EMPTY (nn::applet::CTR::ResultNotEmpty())
165 #define NN_APPLET_RESULT_NO_DATA (nn::applet::CTR::ResultNoData())
166 #define NN_APPLET_RESULT_NO_CALLER (nn::applet::CTR::ResultNoCaller())
167 #define NN_APPLET_RESULT_NOT_ALLOWED (nn::applet::CTR::ResultNotAllowed())
168 #define NN_APPLET_RESULT_BUSY (nn::applet::CTR::ResultBusy())
169 #define NN_APPLET_RESULT_ALREADY_INIT (nn::applet::CTR::ResultAlreadyInit())
[all …]
Dapplet_Wrapper.h26 namespace CTR {
39 namespace CTR {
182 return (GetSleepNotificationState() == nn::applet::CTR::NOTIFY_SLEEP_QUERY)? true: false; in IsExpectedToReplySleepQuery()
414 return nn::applet::CTR::GetHomeButtonState(); in nnappletGetHomeButtonState()
418 nn::applet::CTR::ClearHomeButtonState(); in nnappletClearHomeButtonState()
423 return nn::applet::CTR::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle );
427 return nn::applet::CTR::ProcessHomeButton(); in nnappletProcessHomeButton()
Dapplet_Gfx.h32 namespace CTR {
34 using namespace nn::applet::CTR;
Dapplet_API.h31 namespace CTR {
34 using namespace nn::applet::CTR;
147 namespace CTR {
149 using namespace nn::applet::CTR;
944 return nn::applet::CTR::Initialize(appletAttr);
953 nn::applet::CTR::Lock(); in nnappletLock()
962 return nn::applet::CTR::TryLock(timeout);
971 nn::applet::CTR::Unlock(); in nnappletUnlock()
982 return nn::applet::CTR::CountRegisteredApplet(); in nnappletCountRegisteredApplet()
991 return nn::applet::CTR::IsRegistered( appletId ); in nnappletIsRegistered()
[all …]
/CTR-SDK-0.14.4/include/nn/y2r/CTR/
Dy2r_Y2r.h33 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.14.4/include/nn/os/CTR/
Dos_HardwareParamsSelect.h24 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.14.4/include/nn/
Dnews.h39 using namespace nn::news::CTR;
40 using namespace nn::news::CTR::user;
Dhio.h44 namespace CTR {}
45 using namespace nn::hio::CTR;
/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_Misc.cpp27 bit32 s_logLevel = nn::rdt::CTR::LOG_LEVEL_NONE;
31 namespace nn { namespace rdt { namespace CTR { namespace
Drdt_Utility.h54 #define WARNING(exp) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_NONE) |…
59 #define WARNINGMSG(exp, ...) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL…
84 #define LOG(...) if(nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_ALL)(void) (PRINTF(__VA_AR…
111 namespace nn { namespace rdt { namespace CTR {
Drdt_Transceiver.cpp127 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-0.14.4/sources/libraries/ndm/CTR/
Dndm_Interface.hid7 "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.14.4/include/nn/gr/CTR/
Dgr_Vertex.h26 namespace CTR
66 const nn::gr::CTR::BindSymbolVSInput* symbol[ VERTEX_ATTRIBUTE_MAX ];
124 …void EnableAttrAsArray( const nn::gr::CTR::BindSymbolVSInput& symbol, const uptr physical_addr, co…
136 …void EnableAttrAsConst( const nn::gr::CTR::BindSymbolVSInput& symbol, const u8 dimension, const f3…
144 …void EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const upt…
275 void DisableAttr( const nn::gr::CTR::BindSymbolVSInput& symbol ) in DisableAttr()
/CTR-SDK-0.14.4/build/omake/
Dtargetdefs.CTR.om26 platform = CTR
141 spec.hardware = CTR-TS
159 if $(test -f $(ROOT_OMAKE)/targetdefs.CTR.internal.om)
160 include $(ROOT_OMAKE)/targetdefs.CTR.internal.om
/CTR-SDK-0.14.4/include/nn/ndm/CTR/
Dndm_Types.h25 namespace CTR {
58 using namespace CTR; variable
/CTR-SDK-0.14.4/sources/libraries/init/
Dinit_StartUp.cpp31 namespace CTR { namespace
67 nn::applet::CTR::detail::Initialize(); in nninitSetup()
/CTR-SDK-0.14.4/include/nn/cec/CTR/
Dcec_Control.h23 namespace CTR {
239 static nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0);
282 nn::Result Initialize(nn::cec::CTR::CecAllocFunc& cecAllocFunc);
365 nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0);
366 inline nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation) in MakeCecTitleId()
/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_DirectoryBase.h29 class DirectoryBaseImpl : private nn::util::NonCopyable<DirectoryBaseImpl>, private nn::fs::CTR::MP…
40 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path) in TryInitializeRaw()
Dfs_FileBase.h33 class FileBaseImpl : private nn::util::NonCopyable<FileBaseImpl>, private nn::fs::CTR::MPCore::deta…
111 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
116 …tializeRawDirectly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs:: in TryInitializeRawDirectly()
/CTR-SDK-0.14.4/resources/configtool/
Dctrsetting.txt21 countryCode:1; // 国コード (CTR-SDK の cfg の国コードを指定)
24 languageCode:0; // 言語コード (CTR-SDK の cfg の言語コードを指定)
/CTR-SDK-0.14.4/sources/libraries/os/CTR/
Dos_Environment.cpp20 namespace nn { namespace os { namespace CTR { namespace
/CTR-SDK-0.14.4/include/nn/font/CTR/
Dfont_TagProcessor.h23 namespace CTR {
Dfont_TextWriter.h23 namespace CTR {

12345678910