Home
last modified time | relevance | path

Searched refs:fnd (Results 1 – 25 of 102) sorted by relevance

12345

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_BufferManager.h23 namespace nn { namespace fnd {
44 class Entry : public nn::fnd::IntrusiveLinkedList<Entry>::Item
49 nn::fnd::MemoryRange m_MemoryRange;
59 void Register(CacheHandle handle, nn::fnd::MemoryRange memoryRange) in Register()
67 nn::fnd::MemoryRange Unregister() in Unregister()
85 nn::fnd::IntrusiveLinkedList<Entry> m_CacheList;
125 bool Register(CacheHandle* pOut, const nn::fnd::MemoryRange& memoryRange) in Register()
143 bool Unregister(nn::fnd::MemoryRange* pOut, CacheHandle handle) in Unregister()
159 bool UnregisterOldest(nn::fnd::MemoryRange* pOut) in UnregisterOldest()
178 nn::fnd::BuddyHeapTemplate<BUDDY_PAGE_SIZE, MaxOrder, nn::os::LockPolicy::NoLock > m_Buddy;
[all …]
Dfnd_Result.h28 namespace nn { namespace fnd {
44 …Result::LEVEL_USAGE, Result::SUMMARY_INVALID_ARGUMENT, Result::MODULE_NN_FND, nn::fnd::DESCRIPTION…
49 …Result::LEVEL_USAGE, Result::SUMMARY_INVALID_ARGUMENT, Result::MODULE_NN_FND, nn::fnd::DESCRIPTION…
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_Alarm.h119 void SetOneShot(nn::fnd::TimeSpan time, AlarmHandler handler, void* param);
122 void SetOneShot(nn::fnd::TimeSpan time, void (*handler)(T* param, bool cancelled), T* param);
137 …void SetPeriodic(nn::fnd::TimeSpan initial, nn::fnd::TimeSpan interval, AlarmHandler handler, void…
140 …void SetPeriodic(nn::fnd::TimeSpan initial, nn::fnd::TimeSpan interval, void (*handler)(T* param, …
153 …void SetPeriodic(nn::fnd::TimeSpan interval, AlarmHandler handler, void* param) { SetPeriodic(0, i… in SetPeriodic()
156 … void SetPeriodic(nn::fnd::TimeSpan interval, void (*handler)(T* param, bool cancelled), T* param);
199 nn::fnd::InterlockedVariable<Flags> m_Flags;
208 inline void Alarm::SetOneShot(nn::fnd::TimeSpan time, void (*handler)(T* param, bool cancelled), T*… in SetOneShot()
214 inline void Alarm::SetPeriodic(nn::fnd::TimeSpan initial, nn::fnd::TimeSpan interval, void (*handle… in SetPeriodic()
220 inline void Alarm::SetPeriodic(nn::fnd::TimeSpan interval, void (*handler)(T*, bool), T* param) in SetPeriodic()
Dos_Tick.h58 Tick(nn::fnd::TimeSpan span);
68 operator nn::fnd::TimeSpan() const;
75 nn::fnd::TimeSpan ToTimeSpan() const;
95 inline Tick& operator+=(fnd::TimeSpan rhs);
96 Tick operator+(fnd::TimeSpan rhs) const { Tick ret(*this); return ret += rhs; }
108 inline Tick::Tick(nn::fnd::TimeSpan span) : m_Tick(nnmathMultiplyAndDivide(span.GetNanoSeconds(), T… in Tick()
112 inline Tick::operator nn::fnd::TimeSpan() const in TimeSpan()
114 …return nn::fnd::TimeSpan::FromNanoSeconds(nnmathMultiplyAndDivide(m_Tick, 1000 * 1000 * 1000, TICK… in TimeSpan()
117 inline nn::fnd::TimeSpan Tick::ToTimeSpan() const in ToTimeSpan()
122 inline Tick& Tick::operator+=(fnd::TimeSpan rhs)
Dos_Timer.h111 void StartOneShot(nn::fnd::TimeSpan timeSpan);
122 void StartPeriodic(nn::fnd::TimeSpan first, nn::fnd::TimeSpan interval);
160 void StartImpl(nn::fnd::TimeSpan first, nn::fnd::TimeSpan interval);
195 inline void Timer::StartImpl(nn::fnd::TimeSpan initial, nn::fnd::TimeSpan interval) in StartImpl()
200 inline void Timer::StartPeriodic(nn::fnd::TimeSpan initial, nn::fnd::TimeSpan interval) in StartPeriodic()
206 inline void Timer::StartOneShot(nn::fnd::TimeSpan initial) in StartOneShot()
Dos_Synchronization.h78 bool WaitOne(nn::fnd::TimeSpan timeout);
100 static bool WaitAll(WaitObject* objs[], s32 numObjects, nn::fnd::TimeSpan timeout);
123 static s32 WaitAny(WaitObject* objs[], s32 numObjects, nn::fnd::TimeSpan timeout);
164 inline bool WaitObject::WaitOne(nn::fnd::TimeSpan timeout) in WaitOne()
171 inline bool WaitObject::WaitAll(WaitObject* objs[], s32 numObjects, nn::fnd::TimeSpan timeout) in WaitAll()
185 inline s32 WaitObject::WaitAny(WaitObject* objs[], s32 numObjects, nn::fnd::TimeSpan timeout) in WaitAny()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_PrintResultImpl.cpp37 namespace nn { namespace fnd { namespace
42 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::fnd, DESCRIPTION_INVALID_NODE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL() argument
43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::fnd, DESCRIPTION_ALREADY_LISTED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::fnd, DESCRIPTION_OBSOLETE_RESULT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
Dfnd_ExpHeap.cpp19 namespace nn { namespace fnd { namespace
31 …nn::fnd::detail::Heap heap = detail::CreateHeap(&m_ExpHeapImpl, reinterpret_cast<void*>(addr), siz… in Initialize()
83 nn::fnd::ExpHeapBase::BlockVisitor f;
96 void ExpHeapBase::VisitAllBlocks(nn::fnd::ExpHeapBase::BlockVisitor visitor, uptr param) in VisitAllBlocks()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/test/
Dtest_New.cpp43 namespace nn { namespace drivers { namespace fnd { namespace
44 extern nn::fnd::MemoryRange AllocateBuffer(size_t requiredSize, size_t idealSize) in AllocateBuffer()
50 return nn::fnd::MemoryRange(begin, begin + requiredSize); in AllocateBuffer()
53 extern void DeallocateBuffer(const nn::fnd::MemoryRange& memoryRange) in DeallocateBuffer()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/hid/CTR/
Dhid_HidBase.h62 bool WaitSampling(nn::fnd::TimeSpan timeout);
87 static s32 WaitSamplingAny(HidBase* devices[], s32 numDevices, nn::fnd::TimeSpan timeout);
101 inline bool HidBase::WaitSampling(nn::fnd::TimeSpan timeout) in WaitSampling()
112 inline s32 HidBase::WaitSamplingAny(HidBase* devices[], s32 numDevices, nn::fnd::TimeSpan timeout) in WaitSamplingAny()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_Initialize.cpp25 NN_DBG_DECLARE_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(fnd)
37 NN_DBG_USE_GET_RESULT_DESCRIPTION_STRING_IMPL_KEEPER(fnd); in Initialize()
Dos_Timer.cpp55 …pTimer->StartPeriodic(nn::fnd::TimeSpan::FromNanoSeconds(first), nn::fnd::TimeSpan::FromNanoSecond… in nnosTimerStartPeriodic()
61 pTimer->StartOneShot(nn::fnd::TimeSpan::FromNanoSeconds(time)); in nnosTimerStartOneShot()
Dos_Alarm.cpp28 using namespace nn::fnd;
229 pAlarm->SetOneShot(nn::fnd::TimeSpan::FromNanoSeconds(time), handler, param); in nnosAlarmSetOneShot()
235 …pAlarm->SetPeriodic(nn::fnd::TimeSpan::FromNanoSeconds(initial), nn::fnd::TimeSpan::FromNanoSecond… in nnosAlarmSetPeriodic()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/init/
Dinit_Allocator.h27 namespace nn { namespace fnd {
49 nn::fnd::IAllocator* GetAllocator(void);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.h25 namespace nn { namespace fnd { namespace detail {
132 ((void*)(((nn::fnd::detail::NNSiFndHeapHead*)(heap))->heapStart))
144 (((nn::fnd::detail::NNSiFndHeapHead*)(heap))->heapEnd)
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/cec/CTR/
Dcec_MessageBoxSystem.h86 void SetLastOpenedDate(const nn::fnd::DateTimeParameters& dateTime);
87 nn::fnd::DateTimeParameters GetLastOpenedDate();
88 nn::fnd::DateTimeParameters GetLastReceivedDate();
Dcec_Types.h124 nn::fnd::DateTimeParameters sendDate; //!< 送信日時(ms)
125 nn::fnd::DateTimeParameters recvDate; //!< 受信日時(ms)
126 nn::fnd::DateTimeParameters createDate; //!< 作成日時(ms)
Dcec_Message.h315 nn::Result SetSendDate(const nn::fnd::DateTimeParameters& date);
320 nn::fnd::DateTimeParameters GetSendDate() const;
322 nn::Result SetRecvDate(const nn::fnd::DateTimeParameters& date);
327 nn::fnd::DateTimeParameters GetRecvDate() const;
329 nn::Result SetCreateDate(const nn::fnd::DateTimeParameters& date);
334 nn::fnd::DateTimeParameters GetCreateDate() const;
Dcec_MessageBoxInfoReader.h277 nn::fnd::DateTimeParameters GetMessageSendDate(CecBoxType boxType, u32 messIndex);
285 nn::fnd::DateTimeParameters GetMessageRecvDate(CecBoxType boxType, u32 messIndex);
293 nn::fnd::DateTimeParameters GetMessageCreateDate(CecBoxType boxType, u32 messIndex);
Dcec_Control.h40 nn::fnd::DateTimeParameters recvDate; //!< 受信日時
114 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
292 nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
310 inline nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc) in Initialize()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_EventFlag.h60 bit32 Wait(bit32 pattern, WaitMode mode, nn::fnd::TimeSpan timeout);
63 bit32 WaitAndClear(bit32 pattern, WaitMode mode, bit32 clear, nn::fnd::TimeSpan timeout);
72 static inline fnd::TimeSpan InfiniteTimeSpan() in InfiniteTimeSpan()
74 return fnd::TimeSpan::FromNanoSeconds(NN_OS_WAIT_INFINITE); in InfiniteTimeSpan()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/ptm/CTR/
Dptm_Api.h73 Result SetRtcAlarm(nn::fnd::DateTime datetime);
85 Result GetRtcAlarm(nn::fnd::DateTime *pDatetime);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/font/
Dfont_Stopwatch.h45 using namespace nn::fnd; in Stop()
56 nn::fnd::TimeSpan GetElapsedTime() const in GetElapsedTime()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/pl/CTR/
Dpl_PedometerApi.h79 nn::fnd::DateTime startRecordTime; //!< 前回の記録時刻です。
143 void GetStepHistory( u16 pStepCounts[], s32 numHours, nn::fnd::DateTime start );
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/http/
Dhttp_Connection.h302 nn::Result Read(u8* pBodyBuf, size_t bufLen, const nn::fnd::TimeSpan& timeout);
356 …nn::Result GetHeaderField(const char* pLabel, char* pFieldBuf, size_t bufSize, const nn::fnd::Time…
386 …nn::Result GetHeaderAll(char* pHeaderBuf, size_t bufSize, const nn::fnd::TimeSpan& timeout, size_t…
410 nn::Result GetStatusCode(s32* pStatusCodeCourier, const nn::fnd::TimeSpan& timeout) const;
626 …nn::Result SendPostDataAscii(const char* pLabel, const char* pValue, const nn::fnd::TimeSpan& time…
670 …Binary(const char* pLabel, const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);
712 …nn::Result SendPostDataRaw(const void* pValue, size_t valueSize, const nn::fnd::TimeSpan& timeout);

12345