Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 4 of 4) sorted by relevance

/system/core/toolbox/
Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in getsebool_main() local
82 pending = security_get_boolean_pending(names[i]); in getsebool_main()
83 if (pending < 0) { in getsebool_main()
89 if (pending != active) { in getsebool_main()
92 (pending ? "on" : "off")); in getsebool_main()
Ddd.c111 static off_t pending = 0; /* pending seek if sparse */ variable
422 if ((out.dbcnt == 0) && pending) { in dd_close()
426 pending -= out.dbsz; in dd_close()
486 pending += cnt; in dd_out()
492 if (pending != 0) { in dd_out()
493 if (lseek(out.fd, pending, SEEK_CUR) == in dd_out()
518 if (pending) { in dd_out()
519 st.bytes += pending; in dd_out()
520 st.sparse += pending/out.dbsz; in dd_out()
521 st.out_full += pending/out.dbsz; in dd_out()
[all …]
/system/core/charger/
Dcharger.c77 bool pending; member
797 charger->keys[code].pending = true; in set_key_callback()
848 if (key->pending) { in process_key()
855 key->pending = false; in process_key()
/system/core/adb/
Dprotocol.txt164 recipient should cancel pending WRITEs or CLOSEs, but this is not a