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.cpp233 LVCS_Handle_t hCSInstance; /* Instance handle */ in LVM_GetInstanceHandle() local
255 hCSInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()
256 LVCS_Status = LVCS_Init(&hCSInstance, /* Create and initiailse */ in LVM_GetInstanceHandle()
259 pInstance->hCSInstance = hCSInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
501 if (pInstance->hCSInstance != LVM_NULL) { in LVM_DelInstanceHandle()
502 LVCS_DeInit(&pInstance->hCSInstance); in LVM_DelInstanceHandle()
DLVM_Private.h156 LVCS_Handle_t hCSInstance; /* Concert Sound instance handle */ member
DLVM_Process.cpp132 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */ in LVM_Process()
DLVM_Control.cpp648 LVCS_Handle_t* hCSInstance = (LVCS_Handle_t*)pInstance->hCSInstance; in LVM_ApplyNewSettings() local
697 CS_Status = LVCS_Control(hCSInstance, &CS_Params); in LVM_ApplyNewSettings()