Lines Matching defs:memory

73  *   @cached  : flag indicates if using cached memory
105 * DESCRIPTION: ion related memory cache operations
120 LOGD("No cache ops here for uncached memory");
395 LOGH("No memory pool available, allocating now");
451 * @memInfo : [output] reference to struct to store additional memory allocation info
533 * @memInfo : reference to struct that stores additional memory allocation info
593 * @memInfo : reference to struct that stores additional memory allocation info
641 * @memInfo : reference to struct that stores additional memory allocation info
696 * DESCRIPTION: allocates a buffer from the memory pool,
700 * @memInfo : reference to struct that stores additional memory allocation info
734 * DESCRIPTION: constructor of QCameraHeapMemory for ion memory used internally in HAL
737 * @cached : flag indicates if using cached memory
908 * DESCRIPTION: ion related memory cache operations
945 * DESCRIPTION: get camera memory
951 * RETURN : camera memory ptr
991 * for ion memory used internally in HAL for metadata
994 * @cached : flag indicates if using cached memory
1044 * ION memory allocated directly from /dev/ion and shared with framework
1047 * @memory : camera memory request ops table
1048 * @cached : flag indicates if using cached memory
1052 QCameraStreamMemory::QCameraStreamMemory(camera_request_memory memory,
1057 mGetMemory(memory)
1165 * DESCRIPTION: ion related memory cache operations
1204 * DESCRIPTION: get camera memory
1210 * RETURN : camera memory ptr
1278 * @memory : camera memory request ops table
1279 * @cached : flag indicates if using cached ION memory
1283 QCameraVideoMemory::QCameraVideoMemory(camera_request_memory memory,
1285 : QCameraStreamMemory(memory, cached)
1536 * DESCRIPTION: get camera memory
1542 * RETURN : camera memory ptr
1731 * @memory : camera memory request ops table
1735 QCameraGrallocMemory::QCameraGrallocMemory(camera_request_memory memory)
1743 mGetMemory = memory;
2300 * DESCRIPTION: ion related memory cache operations
2344 * DESCRIPTION: get camera memory
2350 * RETURN : camera memory ptr