Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwctwo.cpp245 uint32_t num_changes = 0; in AcceptDisplayChanges() local
278 uint32_t num_changes = 0; in GetChangedCompositionTypes() local
281 if (layers && num_changes < *num_elements) in GetChangedCompositionTypes()
282 layers[num_changes] = l.first; in GetChangedCompositionTypes()
283 if (types && num_changes < *num_elements) in GetChangedCompositionTypes()
284 types[num_changes] = static_cast<int32_t>(l.second.validated_type()); in GetChangedCompositionTypes()
285 ++num_changes; in GetChangedCompositionTypes()
289 *num_elements = num_changes; in GetChangedCompositionTypes()