Searched refs:loadFunctionPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp322 // loadFunctionPointer specifying which function failed to load
325 if (!loadFunctionPointer(FunctionDescriptor::CreateVirtualDisplay,
327 if (!loadFunctionPointer(FunctionDescriptor::DestroyVirtualDisplay,
329 if (!loadFunctionPointer(FunctionDescriptor::Dump, mDump)) return;
330 if (!loadFunctionPointer(FunctionDescriptor::GetMaxVirtualDisplayCount,
332 if (!loadFunctionPointer(FunctionDescriptor::RegisterCallback,
336 if (!loadFunctionPointer(FunctionDescriptor::AcceptDisplayChanges,
338 if (!loadFunctionPointer(FunctionDescriptor::CreateLayer,
340 if (!loadFunctionPointer(FunctionDescriptor::DestroyLayer,
342 if (!loadFunctionPointer(FunctionDescripto
[all...]
H A DHWC2.h100 [[clang::warn_unused_result]] bool loadFunctionPointer( function in class:HWC2::Device

Completed in 63 milliseconds