Home
last modified time | relevance | path

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

12345678910

/CTR-SDK-1.0.0/CTR_SDK/include/nn/camera/CTR/
Dcamera_Camera.h34 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-1.0.0/CTR_SDK/include/nn/applet/CTR/
Dapplet_Parameters.h24 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 …]
Dapplet_Result.h32 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 …]
Dapplet_Wrapper.h26 namespace CTR {
39 namespace CTR {
123 return (GetSleepNotificationState() == nn::applet::CTR::NOTIFY_SLEEP_QUERY)? true: false; in IsExpectedToReplySleepQuery()
304 void EnableSleep( bool isSleepCheck=nn::applet::CTR::SLEEP_IF_SHELL_CLOSED );
311 void DisableSleep( bool isReplyReject=nn::applet::CTR::REPLY_REJECT_IF_LATER );
332 return nn::applet::CTR::GetHomeButtonState(); in nnappletGetHomeButtonState()
336 nn::applet::CTR::ClearHomeButtonState(); in nnappletClearHomeButtonState()
341 return nn::applet::CTR::WaitForStarting( pSenderId, pParam, paramSize, pReadLen, pHandle );
345 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;
154 namespace CTR {
156 using namespace nn::applet::CTR;
923 return nn::applet::CTR::Initialize(appletAttr);
932 nn::applet::CTR::Lock(); in nnappletLock()
941 return nn::applet::CTR::TryLock(timeout);
950 nn::applet::CTR::Unlock(); in nnappletUnlock()
961 return nn::applet::CTR::CountRegisteredApplet(); in nnappletCountRegisteredApplet()
970 return nn::applet::CTR::IsRegistered( appletId ); in nnappletIsRegistered()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/sources/libraries/gr/CTR/
Dgr_Utility.cpp29 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-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/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
Drdt_Stopwatch.h34 namespace nn { namespace rdt { namespace CTR { namespace detail {
164 namespace nn { namespace rdt { namespace CTR { namespace detail {
/CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Vertex.h26 namespace CTR
66 const nn::gr::CTR::BindSymbolVSInput* symbol[ VERTEX_ATTRIBUTE_MAX ];
103 …void EnableAttrAsArray( const nn::gr::CTR::BindSymbolVSInput& symbol, const uptr physical_addr, co…
115 …void EnableAttrAsConst( const nn::gr::CTR::BindSymbolVSInput& symbol, const u8 dimension, const f3…
123 …void EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const upt…
254 void DisableAttr( const nn::gr::CTR::BindSymbolVSInput& symbol ) in DisableAttr()
/CTR-SDK-1.0.0/CTR_SDK/build/omake/
Dtargetdefs.CTR.om26 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-1.0.0/CTR_SDK/include/nn/ndm/CTR/
Dndm_Types.h25 namespace CTR {
64 using namespace CTR; variable
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/init/
Dinit_StartUp.cpp31 namespace CTR { namespace
67 nn::applet::CTR::detail::Initialize(); in nninitSetup()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/cec/CTR/
Dcec_Control.h23 namespace CTR {
247 static nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0);
312 nn::Result Initialize(nn::cec::CTR::CecAllocFunc& cecAllocFunc);
404 nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation = 0x0);
405 inline nn::cec::CTR::TitleId MakeCecTitleId(bit32 id, bit8 variation) in MakeCecTitleId()
/CTR-SDK-1.0.0/CTR_SDK/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…
115 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
120 …tializeRawDirectly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs:: in TryInitializeRawDirectly()
/CTR-SDK-1.0.0/CTR_SDK/resources/configtool/
Dctrsetting.txt21 countryCode:1; // 国コード (CTR-SDK の cfg の国コードを指定)
24 languageCode:0; // 言語コード (CTR-SDK の cfg の言語コードを指定)
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/CTR/
Dos_Environment.cpp20 namespace nn { namespace os { namespace CTR { namespace

12345678910