Searched refs:invert (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dfastboot.h58 void fb_queue_require(const char *prod, const char *var, bool invert,
H A Dengine.cpp194 static int cb_check(Action* a, int status, const char* resp, int invert) argument
217 if (invert) yes = !yes;
229 invert ? "rejects" : "requires", value[0]);
246 bool invert, size_t nvalues, const char **value)
254 a->func = invert ? cb_reject : cb_require;
245 fb_queue_require(const char *prod, const char *var, bool invert, size_t nvalues, const char **value) argument
H A Dfastboot.cpp642 int invert = 0; local
646 invert = 1;
649 invert = 0;
657 invert = 0;
696 fb_queue_require(prod, var, invert, n, out);

Completed in 107 milliseconds