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.cpp715 LVCS_Handle_t hCSInstance; /* Instance handle */ in LVM_GetInstanceHandle() local
752 hCSInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()
753 LVCS_Status = LVCS_Init(&hCSInstance, /* Initiailse */ in LVM_GetInstanceHandle()
757 pInstance->hCSInstance = hCSInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
DLVM_Control.cpp745 LVCS_Handle_t *hCSInstance = (LVCS_Handle_t *)pInstance->hCSInstance; in LVM_ApplyNewSettings() local
811 CS_Status = LVCS_Control(hCSInstance, in LVM_ApplyNewSettings()
DLVM_Private.h193 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */ member
DLVM_Process.cpp170 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */ in LVM_Process()