Home
last modified time | relevance | path

Searched refs:asFP (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
DGralloc1On0Adapter.cpp30 static gralloc1_function_pointer_t asFP(T function) in asFP() function
89 return asFP<GRALLOC1_PFN_DUMP>(dumpHook); in doGetFunction()
91 return asFP<GRALLOC1_PFN_CREATE_DESCRIPTOR>(createDescriptorHook); in doGetFunction()
93 return asFP<GRALLOC1_PFN_DESTROY_DESCRIPTOR>(destroyDescriptorHook); in doGetFunction()
95 return asFP<GRALLOC1_PFN_SET_CONSUMER_USAGE>(setConsumerUsageHook); in doGetFunction()
97 return asFP<GRALLOC1_PFN_SET_DIMENSIONS>(setDimensionsHook); in doGetFunction()
99 return asFP<GRALLOC1_PFN_SET_FORMAT>(setFormatHook); in doGetFunction()
101 return asFP<GRALLOC1_PFN_SET_PRODUCER_USAGE>(setProducerUsageHook); in doGetFunction()
103 return asFP<GRALLOC1_PFN_GET_BACKING_STORE>( in doGetFunction()
107 return asFP<GRALLOC1_PFN_GET_CONSUMER_USAGE>(getConsumerUsageHook); in doGetFunction()
[all …]
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2On1Adapter.cpp70 static hwc2_function_pointer_t asFP(T function) in asFP() function
184 return asFP<HWC2_PFN_CREATE_VIRTUAL_DISPLAY>( in doGetFunction()
187 return asFP<HWC2_PFN_DESTROY_VIRTUAL_DISPLAY>( in doGetFunction()
190 return asFP<HWC2_PFN_DUMP>(dumpHook); in doGetFunction()
192 return asFP<HWC2_PFN_GET_MAX_VIRTUAL_DISPLAY_COUNT>( in doGetFunction()
195 return asFP<HWC2_PFN_REGISTER_CALLBACK>(registerCallbackHook); in doGetFunction()
199 return asFP<HWC2_PFN_ACCEPT_DISPLAY_CHANGES>( in doGetFunction()
203 return asFP<HWC2_PFN_CREATE_LAYER>( in doGetFunction()
207 return asFP<HWC2_PFN_DESTROY_LAYER>( in doGetFunction()
211 return asFP<HWC2_PFN_GET_ACTIVE_CONFIG>( in doGetFunction()
[all …]