FreeRDP
searchman.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
#include "searchman.h"
#include "urbdrc_main.h"

Functions

static void searchman_rewind (USB_SEARCHMAN *searchman)
 
static int searchman_has_next (USB_SEARCHMAN *searchman)
 
static USB_SEARCHDEV * searchman_get_next (USB_SEARCHMAN *searchman)
 
static BOOL searchman_list_add (USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct)
 
static int searchman_list_remove (USB_SEARCHMAN *searchman, UINT16 idVendor, UINT16 idProduct)
 
static void searchman_list_show (USB_SEARCHMAN *self)
 
void searchman_free (USB_SEARCHMAN *self)
 
USB_SEARCHMAN * searchman_new (void *urbdrc, UINT32 UsbDevice)
 

Function Documentation

void searchman_free ( USB_SEARCHMAN *  self)

Here is the caller graph for this function:

static USB_SEARCHDEV* searchman_get_next ( USB_SEARCHMAN *  searchman)
static

Here is the caller graph for this function:

static int searchman_has_next ( USB_SEARCHMAN *  searchman)
static

Here is the caller graph for this function:

static BOOL searchman_list_add ( USB_SEARCHMAN *  searchman,
UINT16  idVendor,
UINT16  idProduct 
)
static

Here is the caller graph for this function:

static int searchman_list_remove ( USB_SEARCHMAN *  searchman,
UINT16  idVendor,
UINT16  idProduct 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void searchman_list_show ( USB_SEARCHMAN *  self)
static

Here is the caller graph for this function:

USB_SEARCHMAN* searchman_new ( void *  urbdrc,
UINT32  UsbDevice 
)

Here is the call graph for this function:

Here is the caller graph for this function:

static void searchman_rewind ( USB_SEARCHMAN *  searchman)
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: