HomeSort by relevance Sort by last modified time
    Searched defs:hCSInstance (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 713 LVCS_Handle_t *hCSInstance = pInstance->hCSInstance;
768 CS_Status = LVCS_Control(hCSInstance,
    [all...]
LVM_Init.c 640 LVCS_Handle_t hCSInstance; /* Instance handle */
678 hCSInstance = LVM_NULL; /* Set to NULL to return handle */
679 LVCS_Status = LVCS_Init(&hCSInstance, /* Initiailse */
683 pInstance->hCSInstance = hCSInstance; /* Save the instance handle */
    [all...]
LVM_Private.h 195 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */

Completed in 501 milliseconds