Searched refs:pCount (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/boss/ |
| D | boss_Task.h | 246 TaskStateCode GetState(bool acknowledge=false, u32* pCount=NULL, u8* pStepID=NULL); 262 u32 GetHttpStatusCode(u32* pCount=NULL, u8* pStepID=NULL); 268 u32 GetCommErrorCode(u32* pCount=NULL, u8* pStepID=NULL) NN_ATTRIBUTE_DEPRECATED; 301 TaskResultCode GetResult(u32* pCount=NULL, u8* pStepID=NULL);
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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,
|