Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c640 LVCS_Handle_t hCSInstance; /* Instance handle */ in LVM_GetInstanceHandle() local
678 hCSInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()
679 LVCS_Status = LVCS_Init(&hCSInstance, /* Initiailse */ in LVM_GetInstanceHandle()
683 pInstance->hCSInstance = hCSInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
DLVM_Process.c162 … (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */ in LVM_Process()
DLVM_Control.c713 LVCS_Handle_t *hCSInstance = pInstance->hCSInstance; in LVM_ApplyNewSettings() local
768 CS_Status = LVCS_Control(hCSInstance, in LVM_ApplyNewSettings()
DLVM_Private.h195 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */ member