Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 122) sorted by relevance

12345

/CTR-SDK-0.14.4/include/nn/y2r/CTR/
Dy2r_Api.h32 namespace detail
100 …inline bool Initialize() { return detail::InitializeBase(&detail::Y2r::s_Session, PORT_NAME_USER)… in Initialize()
109 inline void Finalize() { detail::FinalizeBase(&detail::Y2r::s_Session); } in Finalize()
119 detail::SetInputFormat(format); in SetInputFormat()
128 return detail::GetInputFormat(); in GetInputFormat()
138 detail::SetOutputFormat(format); in SetOutputFormat()
147 return detail::GetOutputFormat(); in GetOutputFormat()
157 detail::SetRotation(rotation); in SetRotation()
166 return detail::GetRotation(); in GetRotation()
176 detail::SetBlockAlignment(align); in SetBlockAlignment()
[all …]
/CTR-SDK-0.14.4/include/nn/fs/
Dfs_FileInputStream.h33 class FileInputStream : public IInputStream, public detail::FileBase, private nn::util::NonCopyable…
57 FileInputStream(const wchar_t* pathName) : detail::FileBase(pathName, OPEN_MODE_READ) {} in FileInputStream()
71 FileInputStream(const char* pathName) : detail::FileBase(pathName, OPEN_MODE_READ) {} in FileInputStream()
84 …void Initialize(const wchar_t* pathName) { detail::FileBase::Initialize(pathName, OPEN_MODE_READ);… in Initialize()
99 … void Initialize(const char* pathName) { detail::FileBase::Initialize(pathName, OPEN_MODE_READ); } in Initialize()
112 …Result TryInitialize(const wchar_t* pathName) { return detail::FileBase::TryInitialize(pathName, O… in TryInitialize()
127 …Result TryInitialize(const char* pathName) { return detail::FileBase::TryInitialize(pathName, OPEN… in TryInitialize()
134 void Finalize() { detail::FileBase::Finalize(); } in Finalize()
160 virtual s32 Read(void* buffer, size_t size) { return detail::FileBase::Read(buffer, size); } in Read()
177 …virtual Result TryRead(s32* pOut, void* buffer, size_t size) { return detail::FileBase::TryRead(pO… in TryRead()
[all …]
Dfs_FileStream.h37 class FileStream : public IStream, public detail::FileBase, private nn::util::NonCopyable<FileStrea…
64 FileStream(const wchar_t* pathName, bit32 openMode) : detail::FileBase(pathName, openMode) {} in FileStream()
82 FileStream(const char* pathName, bit32 openMode) : detail::FileBase(pathName, openMode) {} in FileStream()
102 …void Initialize(const wchar_t* pathName, bit32 openMode) { detail::FileBase::Initialize(pathName, … in Initialize()
122 …void Initialize(const char* pathName, bit32 openMode) { detail::FileBase::Initialize(pathName, ope… in Initialize()
140 …nn::Result TryInitialize(const wchar_t* pathName, bit32 openMode) { return detail::FileBase::TryIn… in TryInitialize()
157 …nn::Result TryInitialize(const char* pathName, bit32 openMode) { return detail::FileBase::TryIniti… in TryInitialize()
164 void Finalize() { detail::FileBase::Finalize(); } in Finalize()
187 virtual s32 Read(void* buffer, size_t size) { return detail::FileBase::Read(buffer, size); } in Read()
201 …virtual Result TryRead(s32* pOut, void* buffer, size_t size) { return detail::FileBase::TryRead(pO… in TryRead()
[all …]
Dfs_FileOutputStream.h36 class FileOutputStream : public IOutputStream, public detail::FileBase, private nn::util::NonCopyab…
67 detail::FileBase(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MODE_CREATE : 0)) {} in FileOutputStream()
87 detail::FileBase(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MODE_CREATE : 0)) {} in FileOutputStream()
106 …{ detail::FileBase::Initialize(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MODE_CREATE :… in Initialize()
127 …{ detail::FileBase::Initialize(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MODE_CREATE :… in Initialize()
144 …{ return detail::FileBase::TryInitialize(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MOD… in TryInitialize()
162 …{ return detail::FileBase::TryInitialize(pathName, OPEN_MODE_WRITE | (createIfNotExist ? OPEN_MOD… in TryInitialize()
168 void Finalize() { detail::FileBase::Finalize(); } in Finalize()
195 …virtual s32 Write(const void* buffer, size_t size, bool flush=true) { return detail::FileBase::Wri…
213 …te(s32* pOut, const void* buffer, size_t size, bool flush=true) { return detail::FileBase::TryWrit…
[all …]
Dfs_FileSystem.h337 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
341 detail::GetGlobalFileSystemBase().DeleteFile(pathName); in DeleteFile()
345 return detail::GetGlobalFileSystemBase().TryDeleteFile(pathName); in TryDeleteFile()
349 return detail::GetGlobalFileSystemBase().TryDeleteFile(pathName); in TryDeleteFile()
354 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
358 detail::GetGlobalFileSystemBase().RenameFile(currentPath, newPath); in RenameFile()
362 return detail::GetGlobalFileSystemBase().TryRenameFile(currentPath, newPath); in TryRenameFile()
366 return detail::GetGlobalFileSystemBase().TryRenameFile(currentPath, newPath); in TryRenameFile()
371 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
375 detail::GetGlobalFileSystemBase().DeleteDirectory(pathName); in DeleteDirectory()
[all …]
/CTR-SDK-0.14.4/include/nn/http/
Dhttp_Result.h201 namespace detail {
250 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_INVALID_STATUS
261 detail::MakePermanentResult, Result::SUMMARY_INVALID_ARGUMENT, ER_INVALID_PARAM
271 detail::MakePermanentResult, Result::SUMMARY_OUT_OF_RESOURCE, ER_NOMEM
281 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_EVENT
291 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_MUTEX
301 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_QUEUE
311 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CREATE_THREAD
321 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_CONNECTION_NOT_INITIALIZED
331 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ER_ALREADY_ASSIGN_HOST
[all …]
/CTR-SDK-0.14.4/include/nn/ssl/
Dssl_Result.h129 namespace detail {
152 return detail::MakePermanentResult(Result::SUMMARY_WOULD_BLOCK, returnCode); in ChangeNsslRetCodeToResult()
156 return detail::MakePermanentResult(Result::SUMMARY_INVALID_ARGUMENT, returnCode); in ChangeNsslRetCodeToResult()
160 return detail::MakePermanentResult(Result::SUMMARY_INVALID_STATE, returnCode); in ChangeNsslRetCodeToResult()
183 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, EFAILED
193 detail::MakePermanentResult, Result::SUMMARY_WOULD_BLOCK, EWANT_READ
203 detail::MakePermanentResult, Result::SUMMARY_WOULD_BLOCK, EWANT_WRITE
213 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, ESYSCALL
224 detail::MakePermanentResult, Result::SUMMARY_INVALID_STATE, EZERO_RETURN
234 detail::MakePermanentResult, Result::SUMMARY_WOULD_BLOCK, EWANT_CONNECT
[all …]
/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_ExpHeap.cpp31 …nn::fnd::detail::Heap heap = detail::CreateHeap(&m_ExpHeapImpl, reinterpret_cast<void*>(addr), siz… in Initialize()
44 detail::DestroyHeap(&m_ExpHeapImpl); in Finalize()
57 detail::SetGroupIDForHeap(&m_ExpHeapImpl, groupId); in Allocate()
58 detail::SetAllocModeForHeap(&m_ExpHeapImpl, mode); in Allocate()
59 detail::UseMarginOfAlignmentForHeap(&m_ExpHeapImpl, reuse); in Allocate()
60 void* memory = detail::AllocFromHeap(&m_ExpHeapImpl, byteSize, alignment); in Allocate()
71 detail::FreeToHeap(&m_ExpHeapImpl, p); in Free()
77 return detail::ResizeForMBlockHeap(&m_ExpHeapImpl, p, newSize); in ResizeBlock()
88 void VisitFunc(void* p, detail::Heap, u32 param) in VisitFunc()
103 detail::VisitAllocatedForHeap(&m_ExpHeapImpl, VisitFunc, reinterpret_cast<u32>(&fap)); in VisitAllBlocks()
[all …]
/CTR-SDK-0.14.4/include/nn/applet/CTR/
Dapplet_API.h32 namespace detail {
166 return detail::Initialize( appletAttr );
176 detail::Enable(isSleepEnabled);
194 detail::Lock(); in Lock()
209 return detail::TryLock(timeout);
217 detail::Unlock(); in Unlock()
239 return detail::ReceiveDeliverArg( pParam, pHmacBuf, pUniqueId ); in ReceiveDeliverArg()
267 return detail::GetInitialWakeupState(); in GetInitialWakeupState()
274 return detail::GetInitialParam( pParam, paramSize, pReadSize ); in GetInitialParam()
287 return detail::CountRegisteredApplet(); in CountRegisteredApplet()
[all …]
/CTR-SDK-0.14.4/include/nn/camera/CTR/
Dcamera_Api.h34 namespace detail
116 …inline nn::Result Initialize() { return detail::InitializeBase(&detail::Camera::s_Session, PORT_NA… in Initialize()
125 inline void Finalize() { detail::FinalizeBase(&detail::Camera::s_Session); } in Finalize()
135 detail::StartCapture(port); in StartCapture()
145 detail::StopCapture(port); in StopCapture()
155 return detail::IsBusy(port); in IsBusy()
165 detail::ClearBuffer(port); in ClearBuffer()
176 detail::GetVsyncInterruptEvent(pEvent, port); in GetVsyncInterruptEvent()
189 detail::GetBufferErrorInterruptEvent(pEvent, port); in GetBufferErrorInterruptEvent()
204 detail::SetReceiving(pEvent, reinterpret_cast<u32>(pDst), port, imageSize, transferUnit); in SetReceiving()
[all …]
/CTR-SDK-0.14.4/include/nn/util/
Dutil_LockFreeQueue.h25 namespace detail {
26 using nn::util::ARMv4::detail::LockFreeQueueNode;
27 using nn::util::ARMv4::detail::LockFreeQueueImpl;
35 namespace detail {
36 using nn::util::ARMv6::detail::LockFreeQueueNode;
37 using nn::util::ARMv6::detail::LockFreeQueueImpl;
Dutil_AutoObject.h25 namespace detail
33 friend struct detail::AutoObjectCoreAccess;
57 namespace detail
90 detail::AutoObjectCoreAccess::IncrementRefCount(*m_P); in AutoObject()
110 detail::AutoObjectCoreAccess::IncrementRefCount(*m_P); in Assign()
161 if (detail::AutoObjectCoreAccess::DecrementRefCount(*autoObject.m_P)) in Updater()
167 detail::AutoObjectCoreAccess::IncrementRefCount(*autoObject.m_P); in Updater()
192 if (!detail::AutoObjectCoreAccess::TryDecrementRefCount(*p)) in Release()
211 if (m_P && !detail::AutoObjectCoreAccess::DecrementRefCount(*m_P)) in DecrementAndDelete()
250 class name : public ::nn::util::detail::AutoObject<name, __VA_ARGS__ >
[all …]
/CTR-SDK-0.14.4/include/nn/friends/CTR/
Dfriends_Api.h36 namespace detail
103 return detail::Initialize(); in Initialize()
116 return detail::Finalize(); in Finalize()
127 return detail::IsInitialized(); in IsInitialized()
141 return detail::HasLoggedIn(); in HasLoggedIn()
168 return detail::Login( pEvent ); in Login()
185 return detail::Logout(); in Logout()
198 return detail::GetMyPrincipalId(); in GetMyPrincipalId()
213 return detail::GetMyPreference( pIsPublicMode, pIsShowGameName, pIsShowPlayedGame ); in GetMyPreference()
226 return detail::GetMyProfile( pProfile ); in GetMyProfile()
[all …]
/CTR-SDK-0.14.4/include/nn/font/
Dfont_ResourceFormat.h34 const detail::SigWord BINFILE_SIG_FONT = NN_FONT_MAKE_SIGWORD('C','F','N','T');
37 const detail::SigWord BINFILE_SIG_FONT_RESOLEVED = NN_FONT_MAKE_SIGWORD('C','F','N','U');
40 const detail::SigWord BINFILE_SIG_FONTA = NN_FONT_MAKE_SIGWORD('C','F','N','A');
43 const detail::SigWord BINBLOCK_SIG_FINF = NN_FONT_MAKE_SIGWORD('F','I','N','F');
44 const detail::SigWord BINBLOCK_SIG_CGLP = NN_FONT_MAKE_SIGWORD('C','G','L','P');
45 const detail::SigWord BINBLOCK_SIG_TGLP = NN_FONT_MAKE_SIGWORD('T','G','L','P');
46 const detail::SigWord BINBLOCK_SIG_CWDH = NN_FONT_MAKE_SIGWORD('C','W','D','H');
47 const detail::SigWord BINBLOCK_SIG_CMAP = NN_FONT_MAKE_SIGWORD('C','M','A','P');
49 const detail::SigWord BINBLOCK_SIG_GLGR = NN_FONT_MAKE_SIGWORD('G','L','G','R');
50 const detail::SigWord BINBLOCK_SIG_HTGL = NN_FONT_MAKE_SIGWORD('H','T','G','L');
[all …]
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_Berkeley.h62 Result result = detail::Socket(&rval, af, type, protocol); in Socket()
86 Result result = detail::Listen(&rval, s, backlog); in Listen()
130 … Result result = detail::Accept(&rval, s, reinterpret_cast<u8*>(sockAddr), sizeof(SockAddrIn)); in Accept()
160 … Result result = detail::Bind(&rval, s, reinterpret_cast<const u8*>(sockAddr), sizeof(SockAddrIn)); in Bind()
196 …Result result = detail::Connect(&rval, s, reinterpret_cast<const u8*>(sockAddr), sizeof(SockAddrIn… in Connect()
248 if (len <= detail::COPY_OR_MAP_THRESHOLD) in RecvFrom()
250 …result = detail::RecvFromSmall(&rval, s, reinterpret_cast<u8*>(buf), len, flags, reinterpret_cast<… in RecvFrom()
254 …result = detail::RecvFrom(&rval, s, reinterpret_cast<u8*>(buf), len, flags, reinterpret_cast<u8*>(… in RecvFrom()
326 if (len <= detail::COPY_OR_MAP_THRESHOLD) in SendTo()
328 result = detail::SendToSmall(&rval, s, in SendTo()
[all …]
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_Path.h62 nn::dbg::detail::TPrintf("PATH_TYPE_INVALID\n"); in PRINT()
67 nn::dbg::detail::TPrintf("PATH_TYPE_EMPTY\n"); in PRINT()
72 …if (GetBinarySize() == 1) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(1 byte) %d\n", *(static_cas… in PRINT()
73 …else if (GetBinarySize() == 2) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(2 byte) %d\n", *(stati… in PRINT()
74 …else if (GetBinarySize() == 4) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(4 byte) %d\n", *(stati… in PRINT()
75 …else if (GetBinarySize() == 8) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(sta… in PRINT()
78 nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(%d byte) ", GetBinarySize()); in PRINT()
81 nn::dbg::detail::TPrintf("%2X ", *(static_cast<const bit8*>(m_Data) + i)); in PRINT()
83 nn::dbg::detail::TPrintf("\n"); in PRINT()
89 … nn::dbg::detail::TPrintf("PATH_TYPE_STRING \"%s\"\n", static_cast<const char*>(m_Data)); in PRINT()
[all …]
/CTR-SDK-0.14.4/include/nn/uds/CTR/
Duds_NetworkDescription.h68 …void Initialize( const detail::NetworkDescriptionElement* element, u8 channel, const bit8 bssid[MA…
80 …u32 GetLocalCommunicationId() const {return m_IsInitialized? detail::UDS_BE2LE32(m_Element… in GetLocalCommunicationId()
82 …u32 GetTemporaryId() const {return m_IsInitialized? detail::UDS_BE2LE32(m_Element.temporar… in GetTemporaryId()
87 …AsSpectator() const { return ( m_IsInitialized && !(detail::UDS_BE2LE16(m_Element.attribute) & det… in CanConnectAsSpectator()
107 detail::NetworkDescriptionElement m_Element; //!< システムの都合上ネットワークバイトオーダーとなっていることに注意
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_StackMemoryBlock.cpp46 namespace detail namespace
59 NN_TASSERT_(detail::IsMemoryBlockEnabled()); in Initialize()
66 uptr addr = detail::AllocateFromMemoryBlockSpace(this, size); in Initialize()
77 detail::FreeToMemoryBlockSpace(this); in Finalize()
98 NN_TASSERT_(detail::IsMemoryBlockEnabled()); in nnosStackMemoryBlockAllocate()
Dos_MemoryBlock.cpp46 namespace detail namespace
72 NN_TASSERT_(detail::IsMemoryBlockEnabled()); in Initialize()
77 uptr addr = detail::AllocateFromMemoryBlockSpace(this, size); in Initialize()
90 detail::FreeToMemoryBlockSpace(this); in Finalize()
126 NN_TASSERT_(detail::IsMemoryBlockEnabled()); in nnosMemoryBlockAllocate()
Dos_Initialize.cpp33 detail::InitializeSharedMemory(); in Initialize()
34 detail::InitializeStackMemory(); in Initialize()
/CTR-SDK-0.14.4/include/nn/dbg/
Ddbg_Logger.h72 ::nn::dbg::detail::Logger::PrintLog(::nn::dbg::detail::Logger::LEVEL_ ## level, \
83 #define NN_LOG_NAMESPACE(x) ::nn::dbg::detail::Logger::SetNameSpace(x)
92 #define NN_LOG_SIGNATURE(x) ::nn::dbg::detail::Logger::SetSignature(x)
101 #define NN_LOG_LONGPATH(x) ::nn::dbg::detail::Logger::SetLongpath(x)
103 #define NN_LOG_SET_UPPER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetUpperLevel(x)
104 #define NN_LOG_SET_LOWER_LOG_LEVEL(x) ::nn::dbg::detail::Logger::SetLowerLevel(x)
173 namespace nn { namespace dbg { namespace detail {
Ddbg_DebugString.h57 #define NN_LOG( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__)
77 #define NN_TLOG_( ... ) (void)nn::dbg::detail::TPrintf(__VA_ARGS__)
97 #define NN_SLOG_( ... ) (void)nn::dbg::detail::Printf(__VA_ARGS__)
114 namespace detail
/CTR-SDK-0.14.4/sources/libraries/dbg/
Ddbg_Dump.cpp28 namespace detail { namespace
46 detail::PutString("\n"); in DumpMemory()
55 detail::PutString(buffer, bufPos); in DumpMemory()
103 detail::PutString(buffer); in DumpMemory()
113 nn::dbg::detail::DumpMemory(p, size, flags); in nndbgDetailDumpMemory()
Ddbg_DebugString.cpp29 namespace detail { namespace
74 nn::dbg::detail::VPrintf(fmt, vlist); in Printf()
83 nn::dbg::detail::TVPrintf(fmt, vlist); in TPrintf()
98 nn::dbg::detail::VPrintf(fmt, vlist); in nndbgDetailPrintf()
107 nn::dbg::detail::TVPrintf(fmt, vlist); in nndbgDetailTPrintf()
113 nn::dbg::detail::VPrintf(fmt, arg); in nndbgDetailVPrintf()
118 nn::dbg::detail::TVPrintf(fmt, arg); in nndbgDetailTVPrintf()
/CTR-SDK-0.14.4/include/nn/os/
Dos_ExceptionHandlerSelect.h27 namespace detail
29 using namespace nn::os::ARM::detail;

12345