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

/system/core/toolbox/
H A Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
82 pending = security_get_boolean_pending(names[i]);
83 if (pending < 0) {
84 fprintf(stderr, "Error getting pending value for %s\n",
89 if (pending != active) {
90 printf("%s --> %s pending: %s\n", names[i],
92 (pending ? "on" : "off"));
H A Ddd.c111 static off_t pending = 0; /* pending seek if sparse */ variable
419 /* If there are pending sparse blocks, make sure
422 if ((out.dbcnt == 0) && pending) {
426 pending -= out.dbsz;
486 pending += cnt;
492 if (pending != 0) {
493 if (lseek(out.fd, pending, SEEK_CUR) ==
518 if (pending) {
519 st.bytes += pending;
[all...]
/system/core/charger/
H A Dcharger.c73 bool pending; member in struct:key_state
776 charger->keys[code].pending = true;
827 if (key->pending)
832 key->pending = false;

Completed in 568 milliseconds