Searched refs:disable_fast_path (Results 1 – 1 of 1) sorted by relevance
526 int disable_fast_path = 0; in Init() local527 HWCDebugHandler::Get()->GetProperty(DISABLE_FAST_PATH, &disable_fast_path); in Init()528 fast_path_enabled_ = !(disable_fast_path == 1); in Init()