Searched defs:getMemory (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dmemtrack.h44 * A process collecting memory statistics will call getMemory for each
48 * getMemory(<pid>, MEMTRACK_TYPE_GL) might return:
125 * once before any calls to getMemory().
131 * (*getMemory)() expects an array of record objects and populates up to
136 * not vary between calls to getMemory for the same memory type, even
139 * The caller will often call getMemory for a type and pid with
151 int (*getMemory)(const struct memtrack_module *module, member in struct:memtrack_module
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp524 * FUNCTION : getMemory
535 camera_memory_t *QCameraHeapMemory::getMemory( function in class:qcamera::QCameraHeapMemory
576 * @getMemory : camera memory request ops table
581 QCameraStreamMemory::QCameraStreamMemory(camera_request_memory getMemory, argument
584 mGetMemory(getMemory)
689 * FUNCTION : getMemory
700 camera_memory_t *QCameraStreamMemory::getMemory(int index, bool metadata) const function in class:qcamera::QCameraStreamMemory
761 * @getMemory : camera memory request ops table
766 QCameraVideoMemory::QCameraVideoMemory(camera_request_memory getMemory, argument
768 : QCameraStreamMemory(getMemory, cache
859 camera_memory_t *QCameraVideoMemory::getMemory(int index, bool metadata) const function in class:qcamera::QCameraVideoMemory
912 QCameraGrallocMemory(camera_request_memory getMemory) argument
1277 camera_memory_t *QCameraGrallocMemory::getMemory(int index, bool metadata) const function in class:qcamera::QCameraGrallocMemory
[all...]

Completed in 1222 milliseconds