Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/CTR-SDK-0.13.2/include/nn/svc/
Dsvc_Stub.h35 namespace nn {
38 nn::Result ControlMemory ( uptr* pOut, uptr addr, uptr addr2, s…
39 nn::Result QueryMemory ( nn::os::MemoryInfo* pBlockInfo, nn::…
41 nn::Result GetProcessAffinityMask ( bit8 pAffinityMask[], nn::Handle pro…
42 nn::Result SetProcessAffinityMask ( nn::Handle process, const bit8 pAffi…
43 nn::Result GetProcessIdealProcessor ( s32* pOut, nn::Handle process );
44 nn::Result SetProcessIdealProcessor ( nn::Handle process, s32 processorNum…
45 nn::Result CreateThread ( nn::Handle* pOut, nn::os::ThreadFunc…
48 nn::Result GetThreadPriority ( s32* pOut, nn::Handle thread );
49 nn::Result SetThreadPriority ( nn::Handle thread, s32 prio );
[all …]
/CTR-SDK-0.13.2/include/nn/applet/CTR/
Dapplet_Ipc.h31 namespace nn {
106 static nn::Result GetLockHandle( nn::Handle* pMutexHandle );
107 …static nn::Result Initialize( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr appl…
108 static nn::Result Finalize( nn::applet::CTR::AppletId appletId );
109 static nn::Result GetHomeMenuAppletId( nn::applet::CTR::AppletId* appletId );
110 static nn::Result GetLastSignaledAppletId( nn::applet::CTR::AppletId* appletId );
111 static nn::Result CountRegisteredApplet( bit32* pCount );
112 static nn::Result IsRegistered( nn::applet::CTR::AppletId appletId, bool* pRegistered );
113 …static nn::Result GetAttribute( nn::applet::CTR::AppletId appletId, nn::applet::CTR::AppletAttr* p…
114 …static nn::Result InquireNotification( nn::applet::CTR::AppletId appletId, nn::applet::CTR::Applet…
[all …]
Dapplet_Parameters.h22 namespace nn{
252 typedef nn::applet::CTR::DisplayBufferMode AppletDisplayBufferMode;
254 typedef nn::applet::CTR::HomeButtonState AppletHomeButtonState;
256 typedef nn::applet::CTR::SleepNotificationState AppletSleepNotificationState;
258 typedef nn::applet::CTR::ShutdownState AppletShutdownState;
260 typedef nn::applet::CTR::PowerButtonState AppletPowerButtonState;
262 typedef nn::applet::CTR::WakeupState AppletWakeupState;
264 typedef nn::applet::CTR::QueryReply AppletQueryReply;
266 typedef nn::applet::CTR::Notification AppletNotification;
269 extern const nn::Handle HANDLE_NONE;
[all …]
/CTR-SDK-0.13.2/include/nn/ac/CTR/
Dac_Ac.h31 namespace nn {
108 static nn::Result CreateDefaultConfig( nn::ac::CTR::Config* config );
109 …static nn::Result DebugSetNetworkArea( nn::ac::CTR::Config* config, nn::ac::CTR::NetworkArea netwo…
110 static nn::Result Connect( const nn::ac::CTR::Config& config );
111 static nn::Result ConnectAsync( const nn::ac::CTR::Config& config, nn::Handle event );
112 static nn::Result ConnectFromBrowser( const nn::ac::CTR::Config& config );
113 … static nn::Result ConnectFromBrowserAsync( const nn::ac::CTR::Config& config, nn::Handle event );
114 static nn::Result GetConnectResult();
115 …static nn::Result DebugSetNetworkSetting1( const u8 ssid[], size_t ssidLen, nn::ac::CTR::SecurityM…
116 static nn::Result CancelConnectAsync();
[all …]
/CTR-SDK-0.13.2/sources/libraries/os/
Dos_PrintResultImpl.cpp25 const char* GetResultDescriptionStringImpl(nn::Result result) \
37 namespace nn { namespace os { namespace
42 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_MEMORY) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_SHARED_MEMORY) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_THREAD) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
45 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_MUTEX) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
46 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_SEMAPHORE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
47 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_EVENT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
48 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_TIMER) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
49 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::os, DESCRIPTION_FAILED_TO_ALLOCATE_PORT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
[all …]
/CTR-SDK-0.13.2/include/nn/camera/CTR/
Dcamera_Camera.h32 namespace nn {
114 static nn::Result StartCapture( nn::camera::CTR::Port port );
115 static nn::Result StopCapture( nn::camera::CTR::Port port );
116 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port );
117 static nn::Result ClearBuffer( nn::camera::CTR::Port port );
118 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port );
119 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port );
120 …static nn::Result SetReceiving( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::…
121 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port );
122 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height );
[all …]
/CTR-SDK-0.13.2/include/nn/y2r/CTR/
Dy2r_Y2r.h31 namespace nn {
96 static nn::Result SetInputFormat( nn::y2r::CTR::InputFormat format );
97 static nn::Result GetInputFormat( nn::y2r::CTR::InputFormat* pFormat );
98 static nn::Result SetOutputFormat( nn::y2r::CTR::OutputFormat format );
99 static nn::Result GetOutputFormat( nn::y2r::CTR::OutputFormat* pFormat );
100 static nn::Result SetRotation( nn::y2r::CTR::Rotation rotation );
101 static nn::Result GetRotation( nn::y2r::CTR::Rotation* pRotation );
102 static nn::Result SetBlockAlignment( nn::y2r::CTR::BlockAlignment align );
103 static nn::Result GetBlockAlignment( nn::y2r::CTR::BlockAlignment* pAlign );
104 static nn::Result SetSpacialDithering( bool enable );
[all …]
/CTR-SDK-0.13.2/sources/libraries/dbg/
Ddbg_PrintResult.cpp25 const char* GetResultDescriptionStringImpl(nn::Result result) \
37 namespace nn { namespace libname { \
38 NN_WEAK_SYMBOL const char* GetResultDescriptionStringImpl(nn::Result) { return 0; } \
70 namespace nn { namespace dbg { namespace
75 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_SUCCESS) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
76 …CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SELECTIO… in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
77 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_TOO_LARGE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
78 … CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_NOT_AUTHORIZED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
79 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_ALREADY_DONE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
80 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(GetDescription, ::nn::Result, DESCRIPTION_INVALID_SIZE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
[all …]
/CTR-SDK-0.13.2/include/nn/fs/
Dfs_IpcFileSystem.h33 namespace nn {
113 nn::Result Initialize();
114nn::Result OpenFile( nn::Handle* pOut, nn::fs::Transaction transaction, bit64 archiveHandle, bit32…
115nn::Result OpenFileDirectly( nn::Handle* pOut, nn::fs::Transaction transaction, bit32 archiveType,…
116nn::Result DeleteFile( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const…
117nn::Result RenameFile( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 currentP…
118nn::Result DeleteDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, …
119nn::Result DeleteDirectoryRecursively( nn::fs::Transaction transaction, bit64 archiveHandle, bit32…
120nn::Result CreateDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, …
121nn::Result RenameDirectory( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 cur…
[all …]
/CTR-SDK-0.13.2/include/nn/cec/CTR/
Dcec_Control.h22 namespace nn {
41 nn::fnd::DateTimeParameters recvDate; //!< 受信日時
102 static nn::Result Initialize();
104 static nn::Result Initialize(nn::fnd::IAllocator& cecAllocFunc);
106 static nn::Result InitializeSys();
114 static nn::Result Finalize();
117 static nn::Result FinalizeSys();
132 static nn::Result ReadyDaemon();
144 static nn::Result StartScanning(bool reset = false);
152 static nn::Result StopScanning(bool b_Immediate = false);
[all …]
Dcec_Message.h22 namespace nn {
75 nn::Result Init_Message();
76nn::Result SetExHeaderWithoutCalc(MessageExHeaderType exhType, size_t exhLen, const void* exh…
77 nn::Result SetMessageBodyWithoutCalc(const void* dataBody, size_t size);
78 nn::Result SetHmacSha256(void* input);
79 nn::Result GetHmacSha256(void* outBuf, u32 size = CEC_SIZEOF_HASH) const;
118 nn::Result NewMessage(
140 nn::Result NewMessage(
155 nn::Result SetCecTitleId(TitleId cecTitleId);
163 nn::Result SetCecTitleId_Str(const u8* cecTitleId_str);
[all …]
/CTR-SDK-0.13.2/sources/libraries/ndm/
Dndm_PrintResultImpl.cpp25 const char* GetResultDescriptionStringImpl(nn::Result result) \
37 namespace nn { namespace ndm { namespace
42 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_INTERRUPT_BY_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
43 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_PROCESSING_PRIORITY_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
44 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_IN_ERROR_STATE) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
45 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_DISCONNECTED) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
46 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_OTHER_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
47 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_HARDWARE_EVENTS) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
48 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_DISCONNECT) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
49 CASE_GET_RESULT_DESCRIPTION_STRING_IMPL(::nn::ndm, DESCRIPTION_CANCELLED_BY_USER_REQUEST) in CASE_GET_RESULT_DESCRIPTION_STRING_IMPL()
[all …]
/CTR-SDK-0.13.2/include/nn/dsp/CTR/MPCore/
Ddsp_Api.h24 namespace nn {
30 nn::Result InitializeBase(Handle* pSession, const char* name);
31 nn::Result FinalizeBase (Handle* pSession);
39 inline nn::Result InitializeIpc(Handle* pSession) { return detail::InitializeBase(pSession, PORT… in InitializeIpc()
40 inline nn::Result FinalizeIpc (Handle* pSession) { return detail::FinalizeBase (pSession); } in FinalizeIpc()
51 nn::Result Initialize( void );
67 nn::Result LoadComponent( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 maskD…
68 nn::Result LoadComponentCore( const u8 pComponent[], size_t size, bit16 maskPram = 0xff, bit16 m…
74 nn::Result LoadDefaultComponent( void );
80 nn::Result UnloadComponent( void );
[all …]
/CTR-SDK-0.13.2/include/nn/dlp/CTR/
Ddlp_FakeClient.h22 namespace nn {
60 …static nn::Result Initialize(u8 scanNum, nn::Handle eventHandle, void* pBuffer, const size_t buffe…
69 static nn::Result Finalize();
83 static nn::Result GetEventDesc(EventDesc* pEventDesc);
93 static nn::Result GetChannels(bit16* pChannels);
108 … static nn::Result StartScan(bit16 channels, nn::ProgramId programId = 0, const u8* pMac = NULL);
118 static nn::Result StopScan();
133 static nn::Result GetServerInfo(ServerInfo* pServerInfo, const u8* pMac);
145 … static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, const u8* pMac, nn::ProgramId programId);
161 static nn::Result GetTitleInfo(TitleInfo* pTitleInfo, bool isReset = false);
[all …]
Ddlp_FakeClientIpcClient.h32 namespace nn {
68 …static nn::Result Initialize( nn::Handle hSharedMemory, size_t bufSize, u8 scanNum, nn::Handle han…
69 static nn::Result Finalize();
70 static nn::Result GetEventDesc( nn::dlp::CTR::EventDesc* pEventDesc );
71 static nn::Result GetChannels( bit16* pChannels );
72 static nn::Result StartScan( bit16 channels, bit64 programId, const u8 pMac[] );
73 static nn::Result StopScan();
74 static nn::Result GetServerInfo( nn::dlp::CTR::ServerInfo* pServerInfo, const u8 pMac[] );
75 …static nn::Result GetTitleInfo( nn::dlp::CTR::TitleInfo* pTitleInfo, const u8 pMac[], bit64 progra…
76 static nn::Result GetTitleInfoInOrder( nn::dlp::CTR::TitleInfo* pTitleInfo, bool isReset );
[all …]
Ddlp_ServerIpcClient.h31 namespace nn {
66 …static nn::Result Initialize( nn::Handle hSharedMemory, size_t bufSize, u8 maxClientNum, nn::Handl…
67 static nn::Result Finalize();
68 static nn::Result GetState( nn::dlp::CTR::ServerState* pState );
69 static nn::Result GetEventDesc( nn::dlp::CTR::EventDesc* pEventDesc );
70 static nn::Result OpenSessions( bool isManualAccept );
71 static nn::Result CloseSessions();
72 static nn::Result StartDistribute();
73 static nn::Result RebootAllClient();
74 static nn::Result AcceptClient( u16 nodeId );
[all …]
Ddlp_Server.h22 namespace nn {
61 static nn::Result Initialize(
62 nn::Handle eventHandle,
64 nn::ProgramId programId,
74 static nn::Result Finalize();
84 static nn::Result GetState(ServerState* pState);
98 static nn::Result GetEventDesc(EventDesc* pEventDesc);
108 static nn::Result OpenSessions(bool isManualAccept = false);
123 static nn::Result AcceptClient(u16 nodeId);
136 static nn::Result DisconnectClient(u16 nodeId);
[all …]
/CTR-SDK-0.13.2/include/nn/boss/
Dboss_Lib.h39 namespace nn {
48 nn::Result Initialize(void);
56 nn::Result Finalize(void);
67 nn::Result RegisterPrivateRootCa(const u8* pCertData, size_t certDataSize);
80 nn::Result RegisterPrivateClientCert(const u8* pCertData, size_t certDataSize
109 nn::Result RegisterTask(Task* pTask, TaskPolicy* pPolicy , TaskAction* pAction
124 nn::Result UnregisterTask(Task* pTask, u8 taskStep=DEFAULT_STEP_ID);
141 nn::Result ReconfigureTask(Task* pTask, TaskPolicy* pPolicy, u8 taskStep=DEFAULT_STEP_ID);
152 nn::Result GetTaskIdList(TaskIdList* pTaskIdList);
166 nn::Result GetStepIdList(const char* pTaskId, StepIdList* pStepIdList);
[all …]
/CTR-SDK-0.13.2/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h29 namespace nn {
36 class StereoCamera : private nn::util::NonCopyable<StereoCamera>
53 StereoCamera(const nn::WithInitialize&);
84 void SetBaseFrustum(const nn::math::Matrix44 *proj);
109 void SetBaseCamera(const nn::math::Matrix34 *view);
122 void SetBaseCamera(nn::math::Vector3 *position, nn::math::Vector3 *rightDir,
123 nn::math::Vector3 *upDir, nn::math::Vector3 *targetDir);
147 void CalculateMatrices(nn::math::Matrix44* projL, nn::math::Matrix34* viewL,
148 nn::math::Matrix44* projR, nn::math::Matrix34* viewR,
150 … const nn::math::PivotDirection pivot = nn::math::PIVOT_UPSIDE_TO_TOP);
[all …]
/CTR-SDK-0.13.2/include/nn/uds/CTR/
Duds_Api.h27 namespace nn {
48 nn::Result Initialize( nn::os::Event* pStatusUpdateEvent, void* receiveBuffer, const size_t bufferS…
86 nn::Result CreateNetwork(
106 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel = 0, u16 sca…
118 nn::Result ConnectNetwork(
130 nn::Result EjectClient ( u16 nodeId );
140 nn::Result EjectSpectator ( void );
141 inline nn::Result EjectAudience ( void ){ return EjectSpectator(); } in EjectAudience()
151 nn::Result AllowToSpectate();
159 nn::Result DestroyNetwork ( void );
[all …]
/CTR-SDK-0.13.2/sources/libraries/init/
Dinit_Default.cpp24 class ExitHandler : public nn::srv::NotificationHandler
31 nn::svc::ExitProcess(); in HandleNotification()
46 const size_t assingment = nn::os::GetAppMemorySize(); in nninitStartUpDefault()
47 const size_t currentUsing = nn::os::GetUsingMemorySize(); in nninitStartUpDefault()
50 const size_t heapSize = available - nn::os::DEVICE_MEMORY_SIZE; in nninitStartUpDefault()
52 nn::os::SetupHeapForMemoryBlock(heapSize); in nninitStartUpDefault()
53 nn::os::InitializeDeviceMemory(); in nninitStartUpDefault()
55 nn::init::InitializeAllocator( 8 * 1024 * 1024 ); in nninitStartUpDefault()
64 nn::ndm::SetupDaemonsDefault(); in nninitSetupDaemons()
71 nn::srv::Initialize(); in nninitSetupDefault()
[all …]
/CTR-SDK-0.13.2/sources/libraries/ndm/CTR/
Dndm_Interface.cpp32 using namespace nn::svc;
33 using namespace nn::os::ipc;
35 namespace nn { namespace
42 nn::Result Interface::EnterExclusiveState( s32 mode ) in EnterExclusiveState()
53 nn::Result ipcResult = SendSyncRequest(s_Session); in EnterExclusiveState()
59 return ipcMsg.GetRaw<nn::Result>(1); in EnterExclusiveState()
62 nn::Result Interface::LeaveExclusiveState() in LeaveExclusiveState()
72 nn::Result ipcResult = SendSyncRequest(s_Session); in LeaveExclusiveState()
78 return ipcMsg.GetRaw<nn::Result>(1); in LeaveExclusiveState()
81 nn::Result Interface::QueryExclusiveMode( s32* pMode ) in QueryExclusiveMode()
[all …]
/CTR-SDK-0.13.2/include/nn/ssl/
Dssl_ConnectionIpc.h33 namespace nn {
83 nn::Result InitializeGeneralSession();
84nn::Result NewClient( s32 socket, u32 verifyOpt, const char8 pServerPath[], size_t serverPathSize,…
85 nn::Result CreateCertStore( CertStoreId* pCertId );
86 nn::Result DestroyCertStore( CertStoreId certId );
87nn::Result AddCertToCertStore( CertStoreId certStoreId, const u8 pCertData[], size_t certDataSize,…
88nn::Result AddInternalCertToCertStore( CertStoreId certStoreId, InternalCaCert internalCertName, C…
89 nn::Result RemoveCertFromCertStore( CertStoreId certStoreId, CertId certId );
90 nn::Result CreateCrlStore( CrlStoreId* pCrlId );
91 nn::Result DestroyCrlStore( CrlStoreId crlId );
[all …]
/CTR-SDK-0.13.2/include/nn/http/
Dhttp_Connection.h31 namespace nn {
38 class Connection : private nn::util::NonCopyable<Connection>
88nn::Result Initialize(const char* pUrl, RequestMethod method = REQUEST_METHOD_GET, bool isUseDefau…
99 nn::Result Finalize(void);
116nn::Result SetProxy(const char* pProxyName, u16 port, const char* pUserName, const char* pPassword…
125 nn::Result SetBasicAuthorization(const char* pUserName, const char* pPassword);
137 nn::Result SetSocketBufferSize(size_t size);
151 nn::Result Connect(void);
160 nn::Result ConnectAsync(void);
166 nn::Result Cancel(void);
[all …]
Dhttp_ConnectionIpc.h33 namespace nn {
105 nn::Result InitializeGeneralSession( nn::Handle hSharedMemory, size_t size );
106nn::Result CreateConnection( const char8 url[], size_t urlLen, RequestMethod reqMethod, Connection…
107 nn::Result DestroyConnection( ConnectionHandle handle );
108 nn::Result CancelConnection( ConnectionHandle handle );
109 nn::Result GetConnectionStatus( ConnectionHandle handle, Status* statusCourier );
110nn::Result GetConnectionProgress( ConnectionHandle handle, size_t* receivedSizeCourier, size_t* co…
111 nn::Result GetConnectionError( ConnectionHandle handle, ResultCode* resultCodeCourier );
112 nn::Result InitializeConnectionSession( ConnectionHandle handle );
113 nn::Result StartConnection( ConnectionHandle handle );
[all …]

12345678910>>...24