OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicBufferAllocator
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/include/ui/
GraphicBufferAllocator.h
40
class
GraphicBufferAllocator
: public Singleton<
GraphicBufferAllocator
>
62
static inline
GraphicBufferAllocator
& get() { return getInstance(); }
86
friend class Singleton<
GraphicBufferAllocator
>;
87
GraphicBufferAllocator
();
88
~
GraphicBufferAllocator
();
/frameworks/native/libs/ui/
GraphicBufferAllocator.cpp
18
#define LOG_TAG "
GraphicBufferAllocator
"
27
#include <ui/
GraphicBufferAllocator
.h>
32
ANDROID_SINGLETON_STATIC_INSTANCE(
GraphicBufferAllocator
)
34
Mutex
GraphicBufferAllocator
::sLock;
36
GraphicBufferAllocator
::alloc_rec_t>
GraphicBufferAllocator
::sAllocList;
38
GraphicBufferAllocator
::
GraphicBufferAllocator
()
49
GraphicBufferAllocator
::~
GraphicBufferAllocator
()
[
all
...]
GraphicBuffer.cpp
27
#include <ui/
GraphicBufferAllocator
.h>
104
GraphicBufferAllocator
& allocator(
GraphicBufferAllocator
::get());
116
GraphicBufferAllocator
::dumpToSystemLog();
135
GraphicBufferAllocator
& allocator(
GraphicBufferAllocator
::get());
145
GraphicBufferAllocator
& allocator =
GraphicBufferAllocator
::get();
Android.mk
22
GraphicBufferAllocator
.cpp \
/hardware/ti/omap4xxx/camera/
CameraHal.cpp
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
44
#include <ui/
GraphicBufferAllocator
.h>
[
all
...]
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
46
#include <ui/
GraphicBufferAllocator
.h>
[
all
...]
Completed in 52 milliseconds