| /CTR-SDK-0.14.4/include/nn/camera/CTR/ |
| D | camera_Api.h | 39 void StartCapture( Port port ); 40 void StopCapture( Port port ); 41 bool IsBusy( Port port ); 42 void ClearBuffer( Port port ); 43 void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port ); 44 void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port ); 45 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit … 46 bool IsFinishedReceiving( Port port ); 47 void SetTransferLines( Port port, s16 lines, s16 width, s16 height ); 49 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ); [all …]
|
| D | camera_Camera.h | 115 static nn::Result StartCapture( nn::camera::CTR::Port port ); 116 static nn::Result StopCapture( nn::camera::CTR::Port port ); 117 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port ); 118 static nn::Result ClearBuffer( nn::camera::CTR::Port port ); 119 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 120 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port ); 121 …::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t imageSize, … 122 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port ); 123 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); 125 …static nn::Result SetTransferBytes( nn::camera::CTR::Port port, size_t bytes, s16 width, s16 heigh… [all …]
|
| /CTR-SDK-0.14.4/sources/libraries/rdt/CTR/ |
| D | rdt_Utility.cpp | 63 SOCKET SetupServerSide(u16 port) in SetupServerSide() argument 85 addr.sin_port = htons(port); // バイトオーダーの変換。 Host to Network short。 in SetupServerSide() 90 cout << "port: " << port << endl; in SetupServerSide() 133 SOCKET SetupClientSide(u16 port) in SetupClientSide() argument 142 server.sin_port = htons(port); // ネットワークバイトオーダーの変換 in SetupClientSide() 194 Sender* CreateSender(u16 port, void *pSendBuf, u16 sendBufSize) in CreateSender() argument 198 s_sendSock = SetupClientSide(port); in CreateSender() 240 Receiver* CreateReceiver (u16 port, void *pRecvBuf, u16 recvBufSize) in CreateReceiver() argument 244 s_recvSock = SetupServerSide(port); in CreateReceiver()
|
| D | rdt_Transceiver.cpp | 115 …int SendRawData(nn::uds::EndpointDescriptor *pSendEp, u16 nodeId, u8 port, const void *pBuf, size_… 129 *pResult = SendTo(*pSendEp, pBuf, bufSize, nodeId, port, c_option); 189 u16 port = 0; variable 198 SOCKET sock = SetupServerSide(port); in serverSide() 222 SOCKET sock = SetupClientSide(port); in clientSide() 268 nn::Result Transceiver::Initialize(u16 nodeId, u8 port) in Initialize() argument 291 …result = nn::uds::Attach(&m_recvEp, nodeId, port); // socket における bind() + connect() に近い機能。Receiv… in Initialize() 303 m_port = port; in Initialize() 417 port = GetAvailablePort(); in Test()
|
| D | rdt_Utility.h | 123 Sender* CreateSender (u16 port, void *pSendBuf, u16 sendBufSize); 126 Receiver* CreateReceiver (u16 port, void *pRecvBuf, u16 recvBufSize); 236 SOCKET SetupServerSide(u16 port); 242 SOCKET SetupClientSide(u16 port);
|
| D | rdt_HostBase.cpp | 55 u8 port in Initialize() 70 port in Initialize()
|
| D | rdt_HostBase.h | 51 nn::Result Initialize(u16 nodeId, u8 port); // 送信先のノードIDとポート番号
|
| D | rdt_Transceiver.h | 49 nn::Result Initialize(u16 nodeId, u8 port); // 送信先のノードIDとポート番号
|
| D | rdt_ReceiverImpl.h | 54 nn::Result Initialize(u16 nodeId, u8 port, void *pRecvBuf, u16 recvBufSize);
|
| D | rdt_SenderImpl.h | 55 nn::Result Initialize(u16 nodeId, u8 port, void *pSendBuf, u16 sendBufSize);
|
| D | rdt_Sender.cpp | 69 … nn::Result result = m_pImpl->Initialize(cfg.nodeId, cfg.port, cfg.pSendBuf, cfg.sendBufSize); in Initialize()
|
| D | rdt_Receiver.cpp | 72 … nn::Result result = m_pImpl->Initialize(cfg.nodeId, cfg.port, cfg.pRecvBuf, cfg.recvBufSize); in Initialize()
|
| D | rdt_ReceiverImpl.cpp | 407 nn::Result ReceiverImpl::Initialize(u16 nodeId, u8 port, void *pRecvBuf, u16 recvBufSize) in Initialize() 429 nn::Result result = HostBase::Initialize(nodeId, port); in Initialize()
|
| D | rdt_SenderImpl.cpp | 481 nn::Result SenderImpl::Initialize(u16 nodeId, u8 port, void *pSendBuf, u16 sendBufSize) in Initialize() 503 nn::Result result = HostBase::Initialize(nodeId, port); in Initialize()
|
| /CTR-SDK-0.14.4/include/nn/dsp/CTR/MPCore/ |
| D | dsp_Api.h | 99 nn::Result RegisterInterruptEvents(nn::Handle handle, s32 type, s32 port = 0); 165 nn::Result ReadPipeIfPossible( int port, void* buffer, u16 length, u16* pLengthRead ); 174 nn::Result WriteProcessPipe( int port, const void *buffer, u32 length );
|
| /CTR-SDK-0.14.4/include/nn/rdt/CTR/ |
| D | rdt_Sender.h | 43 u8 port; //!< UDS通信において使用するポート番号 member
|
| D | rdt_Receiver.h | 43 u8 port; //!< UDS通信において使用するポート番号 member
|
| /CTR-SDK-0.14.4/include/nn/uds/CTR/ |
| D | uds_Api.h | 338 …ptor& endpointDesc, const void* data, size_t dataSize, u16 destNodeId, u8 port, bit8 option = 0x00… 364 nn::Result Attach ( EndpointDescriptor* pEndpointDesc, u16 srcNodeId, u8 port, size_t receiveBuffe…
|
| D | uds_Type.h | 240 u16 port; //!< ポート番号 member
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_User.autogen.h | 409 u16 port; //!< ポート番号 member 428 u16 port; //!< ポート番号 member
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 134 Result TryInitialize(os::ipc::Port& port, s32 priority = os::DEFAULT_THREAD_PRIORITY) 140 result = port.TryAccept(&m_session, false);
|
| /CTR-SDK-0.14.4/include/nn/http/ |
| D | http_Connection.h | 130 …nn::Result SetProxy(const char* pProxyName, u16 port, const char* pUserName, const char* pPassword… 1012 …tpConnectionSetProxy(nnhttpConnection* this_, const char* pProxyName, u16 port, const char* pUserN…
|
| D | http_ConnectionIpc.h | 118 …onnectionHandle handle, const char8 proxyName[], size_t proxyNameLen, u16 port, const char8 userNa… 158 …nn::Result SetDefaultProxy( bool isEnableProxy, ProxyAuthType authType, u16 port, const char8 host…
|
| /CTR-SDK-0.14.4/include/nn/svc/ |
| D | svc_Stub.h | 98 nn::Result CreateSessionToPort ( nn::Handle* pOut, nn::Handle port ); 100 nn::Result AcceptSession ( nn::Handle* pOut, nn::Handle port );
|
| /CTR-SDK-0.14.4/include/nn/net/compatible/nsoc/ |
| D | nsoc_user.h | 411 u16 port; /**< ポート番号 */ member 430 u16 port; /**< ポート番号 */ member
|