Searched refs:sFor (Results 1 – 3 of 3) sorted by relevance
85 Formatter &sFor(const std::string &stmts, std::function<void(void)> block);
89 Formatter &Formatter::sFor(const std::string &stmts, std::function<void(void)> block) { in sFor() function in android::Formatter
254 …out.sFor("int tries = 0; !getStub && (vintfHwbinder || (vintfLegacy && tries == 0)); tries++", [&]… in implementGetService()