HomeSort by relevance Sort by last modified time
    Searched refs:hwc2_function_pointer_t (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h 68 hwc2_function_pointer_t doGetFunction(HWC2::FunctionDescriptor descriptor);
69 static hwc2_function_pointer_t getFunctionHook(hwc2_device_t* device,
109 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer);
112 hwc2_function_pointer_t pointer) {
671 hwc2_function_pointer_t pointer;
HWC2.h 119 auto pfn = reinterpret_cast<hwc2_function_pointer_t>(hook);
HWC2On1Adapter.cpp 70 static hwc2_function_pointer_t asFP(T function)
73 return reinterpret_cast<hwc2_function_pointer_t>(function);
178 hwc2_function_pointer_t HWC2On1Adapter::doGetFunction(
467 hwc2_callback_data_t callbackData, hwc2_function_pointer_t pointer)
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 680 typedef void (*hwc2_function_pointer_t)(); typedef
725 hwc2_function_pointer_t (*getFunction)(struct hwc2_device* device,
    [all...]

Completed in 40 milliseconds