Searched refs:activeBuffer (Results 1 – 1 of 1) sorted by relevance
772 const sp<GraphicBuffer>& activeBuffer(mActiveBuffer); in isProtected() local773 return (activeBuffer != 0) && in isProtected()774 (activeBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in isProtected()