Searched refs:ns_hz (Results 1 – 2 of 2) sorted by relevance
41 int32_t ns_hz = property_get_int32("vendor.primarydisplay.op.ns_hz", 0); in ExynosPrimaryDisplayModule() local43 if (hs_hz && ns_hz) { in ExynosPrimaryDisplayModule()44 mOperationRateManager = std::make_unique<OperationRateManager>(this, hs_hz, ns_hz); in ExynosPrimaryDisplayModule()
43 int32_t ns_hz = property_get_int32("vendor.primarydisplay.op.ns_hz", 0); in ExynosPrimaryDisplayModule() local45 if (hs_hz && ns_hz) { in ExynosPrimaryDisplayModule()46 mOperationRateManager = std::make_unique<OperationRateManager>(this, hs_hz, ns_hz); in ExynosPrimaryDisplayModule()