| /CTR-SDK-1.0.0/CTR_SDK/include/nn/applet/CTR/ |
| D | applet_API.h | 56 inline void ReleaseGpuRight(void) in ReleaseGpuRight() argument 65 inline void ReleaseDspRight( void ) in ReleaseDspRight() argument 72 inline void ReleaseCameraRight( void ) in ReleaseCameraRight() argument 199 inline void Lock(void) in Lock() argument 222 inline void Unlock(void) in Unlock() argument 253 inline AppletWakeupState GetInitialWakeupState(void) in GetInitialWakeupState() argument 273 inline int CountRegisteredApplet(void) in CountRegisteredApplet() argument 292 inline bool IsActive(void) in IsActive() argument 302 inline void SetActive(void) in SetActive() argument 312 inline void SetInactive(void) in SetInactive() argument [all …]
|
| D | applet_Wrapper.h | 77 inline bool ProcessHomeButton(void) in ProcessHomeButton() argument 84 inline bool ProcessHomeButtonIfPrepared(void) in ProcessHomeButtonIfPrepared() argument 121 inline bool IsExpectedToReplySleepQuery(void) in IsExpectedToReplySleepQuery() argument 281 inline bool IsLibraryAppletPreloaded(void) in IsLibraryAppletPreloaded() argument 288 inline void WaitForLibraryAppletPreloaded(void) in WaitForLibraryAppletPreloaded() argument 330 NN_EXTERN_C inline AppletHomeButtonState nnappletGetHomeButtonState(void) in nnappletGetHomeButtonState() argument 334 NN_EXTERN_C inline void nnappletClearHomeButtonState(void) in nnappletClearHomeButtonState() argument 343 NN_EXTERN_C inline bool nnappletProcessHomeButton(void) in nnappletProcessHomeButton() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/ |
| D | rdt_Stopwatch.h | 49 static bool IsInitialized(void) { return s_initialized; } in IsInitialized() argument 138 inline void Stopwatch::Start(void) in Start() argument 144 inline int Stopwatch::GetTimes(void) const in GetTimes() argument 150 inline void Stopwatch::Reset(void) in Reset() argument 168 static void Initialize (void) { } in Initialize() argument 169 static void Finalize (void) { } in Finalize() argument 170 static bool IsInitialized(void) { return false; } in IsInitialized() argument 171 Stopwatch (void) { } in Stopwatch() argument 173 ~Stopwatch (void) { } in ~Stopwatch() argument 174 void Start (void) { } in Start() argument [all …]
|
| D | rdt_Deque.h | 123 Deque<T, N>::Deque(void) in Deque() argument 131 Deque<T, N>::~Deque(void) in ~Deque() argument 137 bool Deque<T, N>::IsEmpty(void) const in IsEmpty() argument 144 bool Deque<T, N>::IsFull(void) const in IsFull() argument 151 size_t Deque<T, N>::Size(void) const in Size() argument 168 void Deque<T, N>::PopFront(void) in PopFront() argument 177 const T& Deque<T, N>::Front(void) const in Front() argument 186 T& Deque<T, N>::Front(void) in Front() argument 195 const T& Deque<T, N>::Back(void) const in Back() argument 204 T& Deque<T, N>::Back(void) in Back() argument [all …]
|
| D | rdt_Queue.h | 106 Queue<T, N>::Queue(void) in Queue() argument 113 Queue<T, N>::~Queue(void) in ~Queue() argument 119 bool Queue<T, N>::IsEmpty(void) const in IsEmpty() argument 126 size_t Queue<T, N>::Size(void) const in Size() argument 143 void Queue<T, N>::Pop(void) in Pop() argument 152 const T& Queue<T, N>::Front(void) const in Front() argument 159 const T& Queue<T, N>::Back(void) const in Back() argument 166 void Queue<T, N>::Clear(void) in Clear() argument 175 void Queue<T, N>::PrintDebugInfo(void) const in PrintDebugInfo() argument
|
| D | rdt_RingBuffer.h | 81 bool IsEmpty(void) const { ASSERT(m_initialized); return m_dataLength==0; } in IsEmpty() argument 84 void Clear(void) { ASSERT(m_initialized); m_pHeadData = getHeadOfBuffer(); m_dataLength = 0; } in Clear() argument 87 size_t GetDataSize(void) const { ASSERT(m_initialized); return m_dataLength; } in GetDataSize() argument 90 size_t GetBufferSize(void) const { ASSERT(m_initialized); return m_bufLength; } in GetBufferSize() argument 93 … size_t GetRestSize(void) const { ASSERT(m_initialized); return GetBufferSize() - GetDataSize(); } in GetRestSize() argument 113 u8* getHeadOfBuffer(void) const { return m_pHeadBuffer; } in getHeadOfBuffer() argument 116 u8* getEndOfBuffer(void) const { return m_pHeadBuffer + m_bufLength; } in getEndOfBuffer() argument
|
| D | rdt_SenderImpl.cpp | 42 virtual ~SenderStateBase(void){} in ~SenderStateBase() argument 53 SenderStateBase(void){} in SenderStateBase() argument 103 SenderStateOpenRequested(void){} in SenderStateOpenRequested() argument 115 SenderStateOpening(void){} in SenderStateOpening() argument 127 SenderStateOpened(void){} in SenderStateOpened() argument 139 SenderStateCloseRequested(void){} in SenderStateCloseRequested() argument 151 SenderStateClosing(void){} in SenderStateClosing() argument 164 SenderStateClosed(void){} in SenderStateClosed() argument 169 SenderStateBase* SenderStateClosed::getInstance(void) in getInstance() argument 212 SenderStateBase* SenderStateOpenRequested::getInstance(void) in getInstance() argument [all …]
|
| D | rdt_ReceiverImpl.cpp | 37 virtual ~ReceiverStateBase(void){} in ~ReceiverStateBase() argument 45 ReceiverStateBase(void){} in ReceiverStateBase() argument 74 ReceiverStateWaiting(void){} in ReceiverStateWaiting() argument 85 ReceiverStateOpened(void){} in ReceiverStateOpened() argument 96 ReceiverStateWaitingFinished(void){} in ReceiverStateWaitingFinished() argument 107 ReceiverStateFinished(void){} in ReceiverStateFinished() argument 119 ReceiverStateClosed(void){} in ReceiverStateClosed() argument 125 ReceiverStateBase* ReceiverStateWaiting::getInstance(void) in getInstance() argument 166 ReceiverStateBase* ReceiverStateOpened::getInstance(void) in getInstance() argument 254 ReceiverStateBase* ReceiverStateWaitingFinished::getInstance(void) in getInstance() argument [all …]
|
| D | rdt_Stopwatch.cpp | 37 void Stopwatch::Initialize(void) in Initialize() argument 54 void Stopwatch::Finalize(void) in Finalize() argument 69 void Stopwatch::ResetAll(void) in ResetAll() argument 82 void Stopwatch::PrintAll(void) in PrintAll() argument 96 Stopwatch::Stopwatch(void) in Stopwatch() argument 130 Stopwatch::~Stopwatch(void) in ~Stopwatch() argument 136 void Stopwatch::Stop(void) in Stop() argument 163 void Stopwatch::printHeadLine(void) in printHeadLine() argument 202 bool Stopwatch::addToList(void) in addToList() argument 219 void Stopwatch::removeFromList(void) in removeFromList() argument [all …]
|
| D | rdt_Utility.h | 46 inline void infinite_loop(void) in infinite_loop() argument 99 Align(void) in Align() argument 134 inline nn::Result MakeNullPointerResult(void) in MakeNullPointerResult() argument 144 inline nn::Result MakeZeroSizeResult(void) in MakeZeroSizeResult() argument 154 inline nn::Result MakeInvalidState(void) in MakeInvalidState() argument 164 inline nn::Result MakeNotImplemented(void) in MakeNotImplemented() argument 174 inline nn::Result MakeResourceAllocationFailure(void) in MakeResourceAllocationFailure() argument 184 inline nn::Result MakeAlreadyInitialized(void) in MakeAlreadyInitialized() argument 194 inline nn::Result MakeResetReceived(void) in MakeResetReceived() argument 204 inline nn::Result MakeDisconnected(void) in MakeDisconnected() argument [all …]
|
| D | rdt_Sender.cpp | 34 Sender::Sender(void) in Sender() argument 40 Sender::~Sender(void) in ~Sender() argument 87 void Sender::Finalize(void) in Finalize() argument 101 nn::Result Sender::Open(void) in Open() argument 112 nn::Result Sender::Close(void) in Close() argument 134 nn::Result Sender::Process(void) in Process() argument 151 void Sender::Cancel(void) in Cancel() argument
|
| D | rdt_Receiver.cpp | 36 Receiver::Receiver(void) in Receiver() argument 43 Receiver::~Receiver(void) in ~Receiver() argument 90 void Receiver::Finalize(void) in Finalize() argument 104 nn::Result Receiver::Wait(void) in Wait() argument 115 nn::Result Receiver::Close(void) in Close() argument 137 nn::Result Receiver::Process(void) in Process() argument 154 void Receiver::Cancel(void) in Cancel() argument
|
| D | rdt_ReceiveBuffer.cpp | 35 ReceiveBuffer::ReceiveBuffer(void) in ReceiveBuffer() argument 42 ReceiveBuffer::~ReceiveBuffer(void) in ~ReceiveBuffer() argument 67 void ReceiveBuffer::Finalize(void) in Finalize() argument 140 void ReceiveBuffer::Clear(void) in Clear() argument 171 void ReceiveBuffer::Test(void) in Test() argument
|
| D | rdt_ResendQueue.cpp | 37 ResendQueue::ResendQueue(void) in ResendQueue() argument 44 ResendQueue::~ResendQueue(void) in ~ResendQueue() argument 162 void ResendQueue::Clear(void) in Clear() argument 170 void ResendQueue::TryAgain(void) in TryAgain() argument 209 void ResendQueue::Test(void) in Test() argument
|
| D | rdt_HostBase.cpp | 37 HostBase::HostBase(void) in HostBase() argument 44 HostBase::~HostBase(void) in ~HostBase() argument 92 void HostBase::Finalize(void) in Finalize() argument 115 void HostBase::PrintProperty(void) in PrintProperty() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/y2r/CTR/ |
| D | y2r_Api.h | 125 inline InputFormat GetInputFormat( void ) in GetInputFormat() argument 144 inline OutputFormat GetOutputFormat( void ) in GetOutputFormat() argument 163 inline Rotation GetRotation( void ) in GetRotation() argument 182 inline BlockAlignment GetBlockAlignment( void ) in GetBlockAlignment() argument 201 inline bool GetSpacialDithering( void ) in GetSpacialDithering() argument 222 inline bool GetTemporalDithering( void ) in GetTemporalDithering() argument 242 inline bool GetTransferEndInterrupt( void ) in GetTransferEndInterrupt() argument 314 inline bool IsFinishedSendingYuv( void ) in IsFinishedSendingYuv() argument 323 inline bool IsFinishedSendingY( void ) in IsFinishedSendingY() argument 332 inline bool IsFinishedSendingU( void ) in IsFinishedSendingU() argument [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/ |
| D | osl_MbufPool.h | 91 inline size_t MbufPool::GetUnitSize(void) const in GetUnitSize() argument 96 inline size_t MbufPool::GetDataSize(void) const in GetDataSize() argument 107 inline s32* MbufPool::GetFreeIndexPtr(void) in GetFreeIndexPtr() argument 112 inline size_t MbufPool::GetUsingSize(void) const in GetUsingSize() argument 117 inline s32 MbufPool::GetMaxCount(void) const in GetMaxCount() argument 122 inline s32 MbufPool::GetFreeCount(void) const in GetFreeCount() argument
|
| D | osl_Mbuf.h | 187 FreeIndex* GetNextFreeIndexPtr(void) in GetNextFreeIndexPtr() argument 193 FreeIndex GetNextFreeIndex(void) const in GetNextFreeIndex() argument 199 Mbuf* GetNext(void) in GetNext() argument 204 const Mbuf* GetNext(void) const in GetNext() argument 209 Mbuf* GetPrevious(void) in GetPrevious() argument 214 const Mbuf* GetPrevious(void) const in GetPrevious() argument 229 bool IsLinking(void) const in IsLinking() argument 232 Mbuf* Unlink(void) in Unlink() argument 258 size_t GetLength(void) const in GetLength() argument 270 s16& Length(void) in Length() argument [all …]
|
| D | osl_MbufSystem.h | 57 void Finalize(void){}; in Finalize() argument 80 inline s32 MbufSystem::GetPoolCount(void) const in GetPoolCount() argument 85 inline void MbufSystem::WaitFree(void) in WaitFree() argument 90 inline void MbufSystem::NotifyFree(void) in NotifyFree() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/init/ |
| D | init_StartUp.cpp | 41 extern "C" NN_WEAK_SYMBOL void nninitSystem(void) in nninitSystem() argument 47 extern "C" NN_WEAK_SYMBOL void nninitStartUp(void) in nninitStartUp() argument 52 extern "C" void nninitCallStaticInitializers(void) in nninitCallStaticInitializers() argument 62 extern "C" NN_WEAK_SYMBOL void nninitSetup(void) in nninitSetup() argument
|
| D | init_Default.cpp | 40 extern "C" void nninitStartUpDefault(void) in nninitStartUpDefault() argument 61 extern "C" NN_WEAK_SYMBOL void nninitSetupDaemons(void) in nninitSetupDaemons() argument 68 extern "C" void nninitSetupDefault(void) in nninitSetupDefault() argument 82 extern "C" void nninitSetupDefaultWithoutSettingExitHandler(void) in nninitSetupDefaultWithoutSettingExitHandler() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/ |
| D | os_DeliverArg.cpp | 293 nn::Result DeliverArg::Encode(void) in Encode() argument 315 nn::Result DeliverArg::Decode(void) in Decode() argument 349 u32 DeliverArg::GetState(void) in GetState() argument 359 void DeliverArg::SetStateInvalid(void) in SetStateInvalid() argument 364 s32 DeliverArg::GetBinarySize(void) in GetBinarySize() argument 407 bit64 DeliverArg::GetTitleId(void) in GetTitleId() argument 412 bit32 DeliverArg::GetGameCode(void) in GetGameCode() argument 417 bit16 DeliverArg::GetMakerCode(void) in GetMakerCode() argument 422 bool DeliverArg::IsValid(void) in IsValid() argument 427 bool DeliverArg::IsEncoded(void) in IsEncoded() argument [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/ndm/ |
| D | ndm_UserControl.cpp | 40 Result Initialize(void) in Initialize() argument 85 bool IsInitialized(void) in IsInitialized() argument 113 Result LeaveExclusiveState(void) in LeaveExclusiveState() argument 122 Result LockState(void) in LockState() argument 131 Result UnlockState(void) in UnlockState() argument 188 Result ResumeScheduler(void) in ResumeScheduler() argument
|
| D | ndm_DebugControl.cpp | 30 State GetCurrentState( void ) in GetCurrentState() argument 37 State GetTargetState( void ) in GetTargetState() argument 68 s32 GetScanInterval( void ) in GetScanInterval() argument 80 s32 GetRetryInterval( void ) in GetRetryInterval() argument
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/crt0/MPCore/ |
| D | crt0.cpp | 49 extern "C" asm void __ctr_start( void ) in __ctr_start() argument 94 extern "C" asm void nninitRegion(void) in nninitRegion() argument
|