Searched refs:hCSInstance (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h195 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */ member in struct:__anon136
H A DLVM_Process.c162 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */
H A DLVM_Init.c640 LVCS_Handle_t hCSInstance; /* Instance handle */ local
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 */
H A DLVM_Control.c713 LVCS_Handle_t *hCSInstance = pInstance->hCSInstance; local
768 CS_Status = LVCS_Control(hCSInstance,

Completed in 39 milliseconds