|
UINT8 EFIAPI | Abs (IN INT32 Value) |
|
INT32 EFIAPI | InternalClamp (IN INT32 Value, IN INT32 Min, IN INT32 Max) |
|
VOID EFIAPI | AmiShimPointerFilterOut (IN OUT UINT8 *AbsX, IN OUT UINT8 *AbsY, IN OUT INT32 *X, IN OUT INT32 *Y) |
|
VOID EFIAPI | AmiShimPointerBoostValue (IN OUT INT32 *Value, IN INT32 AbsValue) |
|
VOID EFIAPI | AmiShimPointerSmooth (IN OUT INT32 *X, IN OUT INT32 *Y, IN OUT INT32 *Z) |
|
VOID EFIAPI | AmiShimPointerPositionHandler (IN EFI_EVENT Event, IN VOID *Context) |
|
EFI_STATUS EFIAPI | AmiShimPointerUpdateState (IN AMI_SHIM_POINTER_INSTANCE *Pointer, OUT EFI_SIMPLE_POINTER_STATE *State) |
|
EFI_STATUS EFIAPI | AmiShimPointerGetState (IN EFI_SIMPLE_POINTER_PROTOCOL *This, IN OUT EFI_SIMPLE_POINTER_STATE *State) |
|
EFI_STATUS EFIAPI | AmiShimPointerTimerSetup (VOID) |
|
EFI_STATUS EFIAPI | AmiShimPointerTimerUninstall (VOID) |
|
EFI_STATUS EFIAPI | AmiShimPointerInstallOnHandle (IN EFI_HANDLE DeviceHandle, IN AMI_EFIPOINTER_PROTOCOL *EfiPointer, IN EFI_SIMPLE_POINTER_PROTOCOL *SimplePointer) |
|
EFI_STATUS EFIAPI | AmiShimPointerInstall (VOID) |
|
EFI_STATUS EFIAPI | AmiShimPointerUninstall (VOID) |
|
VOID EFIAPI | AmiShimPointerArriveHandler (IN EFI_EVENT Event, IN VOID *Context) |
|
EFI_STATUS | OcAppleGenericInputPointerInit (IN OC_INPUT_POINTER_MODE Mode) |
|
EFI_STATUS | OcAppleGenericInputPointerExit (VOID) |
|
AmiEfiPointer to EfiPointer translator.
Copyright (c) 2016, vit9696. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AIM.c.