Searched refs:preferPowerOverLatency (Results 1 – 1 of 1) sorted by relevance
887 const bool preferPowerOverLatency = (kPreference == V1_1::ExecutionPreference::LOW_POWER); in configureExecutionBurst() local889 (preferPowerOverLatency ? std::chrono::microseconds{0} : getPollingTimeWindow()); in configureExecutionBurst()