Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:hasBuffer

871     bool hasBuffer = msg->findBuffer("buffer", &buffer);
875 if (hasBuffer) {
906 if (buffer == NULL /* includes !hasBuffer */) {
908 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer);