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

/frameworks/base/cmds/servicemanager/
H A Dbinder.c83 #define BIO_F_OVERFLOW 0x02 /* ran out of space */ macro
315 if (msg->flags & BIO_F_OVERFLOW) {
409 bio->flags = BIO_F_OVERFLOW;
426 bio->flags |= BIO_F_OVERFLOW;
461 bio->flags |= BIO_F_OVERFLOW;
563 bio->flags |= BIO_F_OVERFLOW;
600 bio->flags |= BIO_F_OVERFLOW;

Completed in 91 milliseconds