Searched defs:getSize (Results 1 - 17 of 17) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DGrallocBufferMapperBase.cpp56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const function in class:android::intel::GrallocBufferMapperBase
H A DTTMBufferMapper.h40 uint32_t getSize(int subIndex) const { function in class:android::intel::TTMBufferMapper
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DGrallocBufferMapperBase.cpp56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const function in class:android::intel::GrallocBufferMapperBase
H A DTTMBufferMapper.h40 uint32_t getSize(int /* subIndex */) const { function in class:android::intel::TTMBufferMapper
/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.cpp65 int SensorEventQueue::getSize() { function in class:SensorEventQueue
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp130 * FUNCTION : getSize
139 ssize_t QCamera3StreamMem::getSize(uint32_t index) function in class:qcamera::QCamera3StreamMem
144 return mHeapMem.getSize(index);
146 return mGrallocMem.getSize(index);
257 return (mHeapMem.getSize(index) > 0);
259 return (mGrallocMem.getSize(index) > 0);
H A DQCamera3Mem.cpp170 * FUNCTION : getSize
179 ssize_t QCamera3Memory::getSize(uint32_t index) function in class:qcamera::QCamera3Memory
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp394 size_t getSize(int format, int width, int height, const int alignedw, function
515 size = getSize(format, width, height, alignedw, alignedh);
534 size = getSize(format, width, height, alignedw, alignedh);
551 size = getSize(format, width, height, alignedw, alignedh);
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp397 unsigned int getSize(int format, int width, int height, const int alignedw, function
514 size = getSize(format, width, height, alignedw, alignedh);
533 size = getSize(format, width, height, alignedw, alignedh);
550 size = getSize(format, width, height, alignedw, alignedh);
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp410 unsigned int getSize(int format, int width, int height, const int alignedw, function
527 size = getSize(format, width, height, alignedw, alignedh);
546 size = getSize(format, width, height, alignedw, alignedh);
563 size = getSize(format, width, height, alignedw, alignedh);
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp69 inline int getSize() { return mSize; } function in class:LocHeapNode
274 return (NULL == mTree) ? 0 : mTree->getSize();
291 return (NULL == mTree) ? 0 : (mTree->getSize());
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp69 inline int getSize() { return mSize; } function in class:LocHeapNode
274 return (NULL == mTree) ? 0 : mTree->getSize();
291 return (NULL == mTree) ? 0 : (mTree->getSize());
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp481 unsigned int getSize(int format, int width, int height, int usage, function
607 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh);
625 size = getSize(format, width, height, usage, alignedw, alignedh);
642 size = getSize(format, width, height, usage, alignedw, alignedh);
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp546 unsigned int getSize(int format, int width, int height, int usage, function
685 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh);
703 size = getSize(format, width, height, usage, alignedw, alignedh);
720 size = getSize(format, width, height, usage, alignedw, alignedh);
/hardware/ti/omap4-aah/camera/
H A DBufferSourceAdapter.cpp611 unsigned int BufferSourceAdapter::getSize() { function in class:Ti::Camera::BufferSourceAdapter
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp169 * FUNCTION : getSize
178 ssize_t QCameraMemory::getSize(uint32_t index) const function in class:qcamera::QCameraMemory
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h630 virtual unsigned int getSize() {return 0; } function in class:Ti::Camera::BufferProvider

Completed in 597 milliseconds