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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c86 #define BIO_F_OVERFLOW 0x02 /* ran out of space */ macro
347 if (msg->flags & BIO_F_OVERFLOW) {
441 bio->flags = BIO_F_OVERFLOW;
458 bio->flags |= BIO_F_OVERFLOW;
497 bio->flags |= BIO_F_OVERFLOW;
601 bio->flags |= BIO_F_OVERFLOW;
640 bio->flags |= BIO_F_OVERFLOW;

Completed in 51 milliseconds