Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1On0Adapter.cpp34 static gralloc1_function_pointer_t asFP(T function) in asFP() function
98 return asFP<GRALLOC1_PFN_DUMP>(dumpHook); in doGetFunction()
100 return asFP<GRALLOC1_PFN_CREATE_DESCRIPTOR>(createDescriptorHook); in doGetFunction()
102 return asFP<GRALLOC1_PFN_DESTROY_DESCRIPTOR>(destroyDescriptorHook); in doGetFunction()
104 return asFP<GRALLOC1_PFN_SET_CONSUMER_USAGE>(setConsumerUsageHook); in doGetFunction()
106 return asFP<GRALLOC1_PFN_SET_DIMENSIONS>(setDimensionsHook); in doGetFunction()
108 return asFP<GRALLOC1_PFN_SET_FORMAT>(setFormatHook); in doGetFunction()
110 return asFP<GRALLOC1_PFN_SET_LAYER_COUNT>(setLayerCountHook); in doGetFunction()
112 return asFP<GRALLOC1_PFN_SET_PRODUCER_USAGE>(setProducerUsageHook); in doGetFunction()
114 return asFP<GRALLOC1_PFN_GET_BACKING_STORE>( in doGetFunction()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
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 …]