Searched refs:Port (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/camera/CTR/ |
| D | camera_Api.h | 38 void StartCapture( Port port ); 39 void StopCapture( Port port ); 40 bool IsBusy( Port port ); 41 void ClearBuffer( Port port ); 42 void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port ); 43 void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port ); 44 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit … 45 bool IsFinishedReceiving( Port port ); 46 void SetTransferLines( Port port, s16 lines, s16 width, s16 height ); 48 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ); [all …]
|
| D | camera_Camera.h | 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 …g( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t imageS… 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 ); 124 …static nn::Result SetTransferBytes( nn::camera::CTR::Port port, size_t bytes, s16 width, s16 heigh… [all …]
|
| D | camera_Types.h | 56 enum Port enum
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 32 class IpcDispatcherBase : public os::ipc::Port 134 Result TryInitialize(os::ipc::Port& port, s32 priority = os::DEFAULT_THREAD_PRIORITY)
|