FreeRDP
ios_freerdp_events.m File Reference
#include <winpr/assert.h>
#include "ios_freerdp_events.h"

Functions

BOOL ios_events_send (mfInfo *mfi, NSDictionary *event_description)
 
static BOOL ios_events_handle_event (mfInfo *mfi, NSDictionary *event_description)
 
BOOL ios_events_check_handle (mfInfo *mfi)
 
HANDLE ios_events_get_handle (mfInfo *mfi)
 
BOOL ios_events_create_pipe (mfInfo *mfi)
 
void ios_events_free_pipe (mfInfo *mfi)
 

Function Documentation

◆ ios_events_check_handle()

BOOL ios_events_check_handle ( mfInfo *  mfi)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_events_create_pipe()

BOOL ios_events_create_pipe ( mfInfo *  mfi)
Here is the caller graph for this function:

◆ ios_events_free_pipe()

void ios_events_free_pipe ( mfInfo *  mfi)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_events_get_handle()

HANDLE ios_events_get_handle ( mfInfo *  mfi)
Here is the caller graph for this function:

◆ ios_events_handle_event()

static BOOL ios_events_handle_event ( mfInfo *  mfi,
NSDictionary *  event_description 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_events_send()

BOOL ios_events_send ( mfInfo *  mfi,
NSDictionary *  event_description 
)