Searched refs:pAhbFunctions (Results 1 – 2 of 2) sorted by relevance
102 bool ahbFunctionsLoaded (AhbFunctions* pAhbFunctions) in ahbFunctionsLoaded() argument106 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()107 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()108 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()109 (pAhbFunctions->release != DE_NULL) && in ahbFunctionsLoaded()110 (pAhbFunctions->isSupported != DE_NULL))) in ahbFunctionsLoaded()
1343 static bool ahbFunctionsLoaded(AhbFunctions* pAhbFunctions) in ahbFunctionsLoaded() argument1347 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()1348 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()1349 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()1350 (pAhbFunctions->release != DE_NULL))) in ahbFunctionsLoaded()