OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IonPool
(Results
1 - 3
of
3
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h
93
class
IonPool
: public MemPool {
95
IonPool
( int flags,
99
virtual ~
IonPool
();
/device/lge/mako/camera/
QCameraHWI_Mem.h
92
class
IonPool
: public MemPool {
94
IonPool
( int flags,
98
virtual ~
IonPool
();
QualcommCameraHardware.h
277
struct
IonPool
: public MemPool {
278
IonPool
( int ion_heap_id, int flags, int ion_type,
282
virtual ~
IonPool
();
293
// sp<
IonPool
> mPreviewHeap;
294
sp<
IonPool
> mYV12Heap;
295
sp<
IonPool
> mRecordHeap;
296
sp<
IonPool
> mThumbnailHeap;
297
sp<
IonPool
> mRawHeap;
298
sp<
IonPool
> mDisplayHeap;
302
sp<
IonPool
> mRawSnapShotPmemHeap
[
all
...]
Completed in 62 milliseconds