Searched refs:pCount (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/boss/ |
| D | boss_Task.h | 177 TaskStateCode GetState(u32* pCount=NULL, u8* pStepID=NULL); 186 u32 GetCommErrorCode(u32* pCount=NULL, u8* pStepID=NULL); 194 TaskResultCode GetResult(u32* pCount=NULL, u8* pStepID=NULL);
|
| /CTR-SDK-0.13.2/sources/libraries/ndm/CTR/ |
| D | ndm_Interface.cpp | 300 nn::Result Interface::GetDaemonDisableCount( nn::ndm::CTR::DaemonName name, s32* pCount, s32* pCoun… in GetDaemonDisableCount() argument 303 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetDaemonDisableCount(name, pCount, pCountTot… in GetDaemonDisableCount() 316 *pCount = ipcMsg.GetRaw<s32>(2); in GetDaemonDisableCount() 322 nn::Result Interface::GetSchedulerDisableCount( s32* pCount, s32* pCountTotal ) in GetSchedulerDisableCount() argument 325 …return reinterpret_cast<InterfaceImpl*&>(s_Session)->GetSchedulerDisableCount(pCount, pCountTotal); in GetSchedulerDisableCount() 337 *pCount = ipcMsg.GetRaw<s32>(2); in GetSchedulerDisableCount()
|
| D | ndm_Interface.hid | 111 out s32 pCount, 115 out s32 pCount,
|
| /CTR-SDK-0.13.2/include/nn/applet/CTR/ |
| D | applet_Ipc.h | 111 static nn::Result CountRegisteredApplet( bit32* pCount );
|