Searched refs:MapBufferToFbId (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.h | 162 void MapBufferToFbId(Layer* layer, LayerBuffer* buffer);
|
H A D | hw_device_drm.cpp | 268 MapBufferToFbId(&layer, input_buffer); in Register() 299 void HWDeviceDRM::Registry::MapBufferToFbId(Layer* layer, LayerBuffer* buffer) { in MapBufferToFbId() function in sdm::HWDeviceDRM::Registry
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.h | 188 void MapBufferToFbId(Layer* layer, LayerBuffer* buffer);
|
H A D | hw_device_drm.cpp | 317 MapBufferToFbId(&layer, &hw_rotator_session->output_buffer); in Register() 320 MapBufferToFbId(&layer, input_buffer); in Register() 351 void HWDeviceDRM::Registry::MapBufferToFbId(Layer* layer, LayerBuffer* buffer) { in MapBufferToFbId() function in sdm::HWDeviceDRM::Registry
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_device_drm.h | 198 void MapBufferToFbId(Layer* layer, const LayerBuffer &buffer);
|
H A D | hw_device_drm.cpp | 325 MapBufferToFbId(&layer, input_buffer); in Register() 356 void HWDeviceDRM::Registry::MapBufferToFbId(Layer* layer, const LayerBuffer &buffer) { in MapBufferToFbId() function in sdm::HWDeviceDRM::Registry
|