FreeRDP
isoch_queue.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "isoch_queue.h"

Functions

static void isoch_queue_rewind (ISOCH_CALLBACK_QUEUE *queue)
 
static BOOL isoch_queue_has_next (ISOCH_CALLBACK_QUEUE *queue)
 
static ISOCH_CALLBACK_DATA * isoch_queue_get_next (ISOCH_CALLBACK_QUEUE *queue)
 
static ISOCH_CALLBACK_DATA * isoch_queue_register_data (ISOCH_CALLBACK_QUEUE *queue, void *callback, void *dev)
 
static int isoch_queue_unregister_data (ISOCH_CALLBACK_QUEUE *queue, ISOCH_CALLBACK_DATA *isoch)
 
void isoch_queue_free (ISOCH_CALLBACK_QUEUE *queue)
 
ISOCH_CALLBACK_QUEUE * isoch_queue_new ()
 

Function Documentation

void isoch_queue_free ( ISOCH_CALLBACK_QUEUE *  queue)

unregister all isochronous data

Here is the caller graph for this function:

static ISOCH_CALLBACK_DATA* isoch_queue_get_next ( ISOCH_CALLBACK_QUEUE *  queue)
static

Here is the caller graph for this function:

static BOOL isoch_queue_has_next ( ISOCH_CALLBACK_QUEUE *  queue)
static

Here is the caller graph for this function:

ISOCH_CALLBACK_QUEUE* isoch_queue_new ( void  )

Here is the call graph for this function:

Here is the caller graph for this function:

static ISOCH_CALLBACK_DATA* isoch_queue_register_data ( ISOCH_CALLBACK_QUEUE *  queue,
void *  callback,
void *  dev 
)
static

Here is the caller graph for this function:

static void isoch_queue_rewind ( ISOCH_CALLBACK_QUEUE *  queue)
static

FreeRDP: A Remote Desktop Protocol Implementation RemoteFX USB Redirection

Copyright 2012 Atrust corp. Copyright 2012 Alfred Liu alfre.nosp@m.d.li.nosp@m.u@atr.nosp@m.usco.nosp@m.rp.co.nosp@m.m

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the caller graph for this function:

static int isoch_queue_unregister_data ( ISOCH_CALLBACK_QUEUE *  queue,
ISOCH_CALLBACK_DATA *  isoch 
)
static

Here is the caller graph for this function: