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

  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 332 return static_cast<uint32_t>(mTypeChanges.size());
341 return mTypeChanges;
351 mTypeChanges.insert({layerId, type});
354 void clearTypeChanges() { mTypeChanges.clear(); }
363 mTypeChanges;
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 292 return static_cast<uint32_t>(mTypeChanges.size());
301 return mTypeChanges;
319 mTypeChanges.insert({layerId, type});
322 void clearTypeChanges() { mTypeChanges.clear(); }
331 mTypeChanges;

Completed in 2555 milliseconds