Home
last modified time | relevance | path

Searched defs:pEvent (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Event.cpp64 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventTryInitialize() local
71 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventSignal() local
77 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventWaitSignal() local
83 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventTryWaitSignal() local
89 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventClearSignal() local
95 Event* pEvent = reinterpret_cast<Event*>(p); in nnosEventFinalize() local
Dos_HandleManager.cpp25 Event* pEvent = reinterpret_cast<Event*>(p); in nnosHandleManagerAttachEventHandle() local
31 Event* pEvent = reinterpret_cast<Event*>(p); in nnosHandleManagerDetachEventHandle() local
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h844 NN_INLINE NOSEventId NOS_CreateEvent(NOSEvent* pEvent) in NOS_CreateEvent()
856 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_DestroyEvent() local
862 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEvent() local
868 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEvent_And() local
874 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEvent_Or() local
880 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEventEx() local
886 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEventEx_And() local
892 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_WaitEventEx_Or() local
898 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_SignalEvent() local
904 NOSEvent* pEvent = (NOSEvent*)eventId; in NOS_PollEvent() local
[all …]
/CTR-SDK-4.2.5/include/nn/friends/CTR/
Dfriends_Api.h195 inline Result Login( os::Event* pEvent ) in Login()
848 inline Result AttachToEventNotification( nn::os::Event* pEvent ) in AttachToEventNotification()
1022 inline Result AddFriendWithApproach( os::Event* pEvent, const ApproachContext& approachContext ) in AddFriendWithApproach()
/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_Api.h188 inline void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port ) in GetVsyncInterruptEvent()
201 inline void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port ) in GetBufferErrorInterruptEvent()
216 …inline void SetReceiving( nn::os::Event* pEvent, void* pDst, Port port, size_t imageSize, s16 tran… in SetReceiving()
/CTR-SDK-4.2.5/include/nn/y2r/CTR/
Dy2r_Api.h255 inline void GetTransferEndEvent( nn::os::Event* pEvent ) in GetTransferEndEvent()