Searched refs:Port (Results 1 – 4 of 4) sorted by relevance
| /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 …g( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t imageS… 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 …]
|
| D | camera_Types.h | 56 enum Port enum
|
| /CTR-SDK-0.14.4/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)
|