Home
last modified time | relevance | path

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

12345678910>>...13

/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_Camera.h33 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-4.2.5/include/nn/applet/CTR/
Dapplet_Parameters.h24 namespace CTR{
236 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode;
238 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState;
240 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState;
242 typedef nn::applet::CTR::ShutdownState AppletShutdownState;
244 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState;
246 typedef nn::applet::CTR::OrderToCloseState AppletOrderToCloseState;
248 typedef nn::applet::CTR::WakeupState AppletWakeupState;
250 typedef nn::applet::CTR::QueryReply AppletQueryReply;
252 typedef nn::applet::CTR::AppJumpType AppletAppJumpType;
[all …]
Dapplet_Result.h32 namespace CTR {
184 #define NN_APPLET_RESULT_NOT_FOUND (nn::applet::CTR::ResultNotFound())
185 #define NN_APPLET_RESULT_ALREADY_EXIST (nn::applet::CTR::ResultAlreadyExist())
186 #define NN_APPLET_RESULT_NO_AREA (nn::applet::CTR::ResultNoArea())
187 #define NN_APPLET_RESULT_NOT_EMPTY (nn::applet::CTR::ResultNotEmpty())
188 #define NN_APPLET_RESULT_NO_DATA (nn::applet::CTR::ResultNoData())
189 #define NN_APPLET_RESULT_NO_CALLER (nn::applet::CTR::ResultNoCaller())
190 #define NN_APPLET_RESULT_NOT_ALLOWED (nn::applet::CTR::ResultNotAllowed())
191 #define NN_APPLET_RESULT_BUSY (nn::applet::CTR::ResultBusy())
192 #define NN_APPLET_RESULT_ALREADY_INIT (nn::applet::CTR::ResultAlreadyInit())
[all …]
Dapplet_AppJump.h26 namespace CTR {
41 namespace CTR {
43 using namespace nn::applet::CTR;
62 …inline Result JumpToParentalControls( AppletParentalControlsScene scene=nn::applet::CTR::PARENTAL_…
71 …inline Result JumpToDataManagement( AppletDataManagementScene scene=nn::applet::CTR::DATA_MANAGEME…
Dapplet_Wrapper.h25 namespace CTR {
38 namespace CTR {
115 void EnableSleep( bool isSleepCheck=nn::applet::CTR::SLEEP_IF_SHELL_CLOSED );
122 void DisableSleep( bool isReplyReject=nn::applet::CTR::REPLY_REJECT_IF_LATER );
/CTR-SDK-4.2.5/include/nn/y2r/CTR/
Dy2r_Y2r.h33 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-4.2.5/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-4.2.5/include/nn/err/CTR/
Derr_Api.h25 namespace CTR {
65 ::nn::err::CTR::detail::CallIf \
66 < ::nn::err::CTR::detail::test, \
67 ::nn::err::CTR::f >(result, __current_pc())
70 ::nn::err::CTR::detail::CallIf \
71 < ::nn::err::CTR::detail::test, \
72 ::nn::err::CTR::f >(result, NN_FILE_NAME, __LINE__, __current_pc())
/CTR-SDK-4.2.5/include/nn/dbg/
Ddbg_Instrument.h29 namespace CTR {
229 #define NN_DBG_TRACE_STACK (nn::dbg::CTR::TRACE_STACK)
230 #define NN_DBG_TRACE_LOG (nn::dbg::CTR::TRACE_LOG)
231 #define NN_DBG_RECORD_TICK (nn::dbg::CTR::RECORD_TICK)
232 #define NN_DBG_RING_BUFFER (nn::dbg::CTR::RING_BUFFER)
Ddbg_Argument.h40 namespace CTR {
130 #define NN_DBG_ARG_BUFFER_SIZE (nn::dbg::CTR::ArgBufferSize)
131 #define NN_DBG_ARG_ARGV0_STRING (nn::dbg::CTR::Argv0String)
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Utility.h56 #define WARNING(exp) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_NONE) |…
61 #define WARNINGMSG(exp, ...) (void) ((exp) || (nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL…
86 #define LOG(...) if(nn::rdt::CTR::GetLogLevel()==nn::rdt::CTR::LOG_LEVEL_ALL)(void) (PRINTF(__VA_AR…
113 namespace nn { namespace rdt { namespace CTR {
Drdt_Misc.cpp27 bit32 s_logLevel = nn::rdt::CTR::LOG_LEVEL_NONE;
31 namespace nn { namespace rdt { namespace CTR { namespace
Drdt_Transceiver.cpp125 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::SendTo()");
137 nn::rdt::CTR::PrintResultCode(*pResult);
158 static nn::rdt::CTR::detail::Stopwatch s_sw("uds::ReceiveFrom()");
177 nn::rdt::CTR::PrintResultCode(*pResult);
188 nn::rdt::CTR::Segment s_sendSeg;
189 nn::rdt::CTR::Segment s_recvSeg;
195 using namespace nn::rdt::CTR; in serverSide()
219 using namespace nn::rdt::CTR; in clientSide()
236 namespace nn { namespace rdt { namespace CTR { namespace
/CTR-SDK-4.2.5/include/nn/ir/CTR/
Dir_Communicator.h26 namespace CTR{
87 nn::ir::CTR::BaudRate baudrate = nn::ir::CTR::BAUD_RATE_115200);
785 static void GetAutoConnectionParametorFromBaudRate(nn::ir::CTR::BaudRate baudrate,
807 static nn::fnd::TimeSpan CalculateCommunicationTime(nn::ir::CTR::BaudRate baudrate,size_t size);
814 static nn::ir::CTR::BaudRate mBaudRate;
/CTR-SDK-4.2.5/include/nn/
Dnews.h39 using namespace nn::news::CTR;
40 using namespace nn::news::CTR::user;
Dhio.h45 namespace CTR {}
46 using namespace nn::hio::CTR;
Dgd.h76 using namespace nn::gd::CTR;
89 namespace CTR {
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Vertex.h26 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-4.2.5/build/omake/platforms/CTR/
DCTR.targetdefs.om3 # File: CTR.targetdefs.om
17 # CTR platform definition
23 platform = CTR
145 private.spec = $(TargetSpecCTR.new $'CTR-TS')
146 spec.hardware = CTR-TS
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Argument.cpp22 using namespace nn::dbg::CTR;
37 const nn::dbg::CTR::ArgArea s_ArgInfo __attribute__((section(".ARM.__at_0x100ff0"))) =
64 namespace CTR { namespace
356 const nn::dbg::CTR::ArgArea s_ArgInfo __attribute__((section(".ARM.__at_0x100ff0"))) =
367 namespace CTR { namespace
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Utility.cpp29 namespace CTR namespace
136 command = nn::gr::CTR::Shader::MakeDisableCommand( command ); in MakeDisableAllCommand()
139 command = nn::gr::CTR::Vertex::MakeDisableCommand( command ); in MakeDisableAllCommand()
142 command = nn::gr::CTR::Fog::MakeDisableCommand( command ); in MakeDisableAllCommand()
145 command = nn::gr::CTR::FragmentLight::MakeDisableCommand( command ); in MakeDisableAllCommand()
148 command = nn::gr::CTR::Texture::MakeDisableCommand( command ); in MakeDisableAllCommand()
162 command = nn::gr::CTR::RenderState::MakeDisableCommand( command ); in MakeDisableAllCommand()
/CTR-SDK-4.2.5/include/nn/os/
Dos_ErrorHandlerSelect.h25 using nn::os::CTR::detail::HandleInternalError;
26 using nn::os::CTR::detail::SetInternalErrorHandlingMode;
/CTR-SDK-4.2.5/include/nn/ndm/CTR/
Dndm_Types.h25 namespace CTR {
65 using namespace CTR; variable
/CTR-SDK-4.2.5/sources/libraries/init/
Dinit_StartUp.cpp33 namespace CTR { namespace
78 nn::applet::CTR::detail::Initialize(); in nninitSetup()
/CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h36 typedef nn::fs::CTR::MPCore::detail::UserFileSystem UserFileSystem;
113 Result TryInitializeRaw(ArchiveHandle handle, const nn::fs::CTR::MPCore::Path& path, bit32 mode) in TryInitializeRaw()
118 …tializeRawDirectly(bit32 archiveType, const nn::fs::CTR::MPCore::Path& archivePath, const nn::fs:: in TryInitializeRawDirectly()

12345678910>>...13