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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c84 #define BIO_F_OVERFLOW 0x02 /* ran out of space */ macro
327 if (msg->flags & BIO_F_OVERFLOW) {
421 bio->flags = BIO_F_OVERFLOW;
438 bio->flags |= BIO_F_OVERFLOW;
477 bio->flags |= BIO_F_OVERFLOW;
581 bio->flags |= BIO_F_OVERFLOW;
620 bio->flags |= BIO_F_OVERFLOW;

Completed in 265 milliseconds