Searched refs:DoWithSubprocessCheck (Results 1 – 3 of 3) sorted by relevance
29 gfxstream::expected<Ok, std::string> DoWithSubprocessCheck(
43 auto result = DoWithSubprocessCheck([&](){ return check.second(&availability); }); in DetectGraphicsAvailability()
139 gfxstream::expected<Ok, std::string> DoWithSubprocessCheck( in DoWithSubprocessCheck() function