Lines Matching defs:memory

67  *   @cached  : flag indicates if using cached memory
99 * DESCRIPTION: ion related memory cache operations
114 LOGD("No cache ops here for uncached memory");
389 LOGH("No memory pool available, allocating now");
445 * @memInfo : [output] reference to struct to store additional memory allocation info
527 * @memInfo : reference to struct that stores additional memory allocation info
587 * @memInfo : reference to struct that stores additional memory allocation info
635 * @memInfo : reference to struct that stores additional memory allocation info
690 * DESCRIPTION: allocates a buffer from the memory pool,
694 * @memInfo : reference to struct that stores additional memory allocation info
728 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
731 * @cached : flag indicates if using cached memory
902 * DESCRIPTION: ion related memory cache operations
939 * DESCRIPTION: get camera memory
945 * RETURN : camera memory ptr
985 * for ion memory used internally in HAL for metadata
988 * @cached : flag indicates if using cached memory
1038 * ION memory allocated directly from /dev/ion and shared with framework
1041 * @memory : camera memory request ops table
1042 * @cached : flag indicates if using cached memory
1046 QCameraStreamMemory::QCameraStreamMemory(camera_request_memory memory,
1051 mGetMemory(memory)
1159 * DESCRIPTION: ion related memory cache operations
1198 * DESCRIPTION: get camera memory
1204 * RETURN : camera memory ptr
1272 * @memory : camera memory request ops table
1273 * @cached : flag indicates if using cached ION memory
1277 QCameraVideoMemory::QCameraVideoMemory(camera_request_memory memory,
1279 : QCameraStreamMemory(memory, cached)
1518 * DESCRIPTION: get camera memory
1524 * RETURN : camera memory ptr
1631 * @memory : camera memory request ops table
1635 QCameraGrallocMemory::QCameraGrallocMemory(camera_request_memory memory)
1643 mGetMemory = memory;
2200 * DESCRIPTION: ion related memory cache operations
2244 * DESCRIPTION: get camera memory
2250 * RETURN : camera memory ptr