Searched refs:mSupportsAhwb (Results 1 – 2 of 2) sorted by relevance
468 mSupportsAhwb = std::all_of(devices.begin(), devices.end(), [](const auto* device) { in finish()472 mSupportsAhwb = false; in finish()502 if (mSupportsAhwb) { in allocate()
257 bool mSupportsAhwb = false; variable