Searched refs:has_buffers (Results 1 – 7 of 7) sorted by relevance
44 bool has_buffers();95 mWrapper->has_buffers = [](void *handle) -> bool { in wrap()96 return ((MediaBufferGroup*)handle)->has_buffers(); in wrap()
71 bool (*has_buffers)(void *handle); member
119 bool has_buffers() { in has_buffers() function120 return mGroup->has_buffers(mGroup->handle); in has_buffers()
152 bool MediaBufferGroup::has_buffers() { in has_buffers() function in android::MediaBufferGroup
388 if (!mGroup->has_buffers()) { in onTransact()
434 if (options != nullptr && options->getNonBlocking() && !mBufferGroup->has_buffers()) { in read()
5568 if (options != nullptr && options->getNonBlocking() && !mBufferGroup->has_buffers()) { in read()