OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProtectedUsage
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
GraphicBuffer.cpp
34
bool GraphicBuffer::
isProtectedUsage
(uint32_t usage)
49
return
isProtectedUsage
(buffer->mUsage);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
GraphicBuffer.cpp
34
bool GraphicBuffer::
isProtectedUsage
(uint32_t usage)
49
return
isProtectedUsage
(buffer->mUsage);
/hardware/intel/img/hwcomposer/merrifield/include/
GraphicBuffer.h
40
static bool
isProtectedUsage
(uint32_t usage);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
GraphicBuffer.h
40
static bool
isProtectedUsage
(uint32_t usage);
Completed in 5850 milliseconds