Searched refs:pAhbFunctions (Results 1 – 2 of 2) sorted by relevance
116 bool ahbFunctionsLoaded (AhbFunctions* pAhbFunctions, deInt32 sdkVersion) in ahbFunctionsLoaded() argument120 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()121 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()122 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()123 (pAhbFunctions->release != DE_NULL) && in ahbFunctionsLoaded()124 (pAhbFunctions->isSupported != DE_NULL || sdkVersion < 29))) in ahbFunctionsLoaded()
1351 static bool ahbFunctionsLoaded(AhbFunctions* pAhbFunctions) in ahbFunctionsLoaded() argument1355 ((pAhbFunctions->allocate != DE_NULL) && in ahbFunctionsLoaded()1356 (pAhbFunctions->describe != DE_NULL) && in ahbFunctionsLoaded()1357 (pAhbFunctions->acquire != DE_NULL) && in ahbFunctionsLoaded()1358 (pAhbFunctions->release != DE_NULL))) in ahbFunctionsLoaded()