Searched refs:getSize (Results 1 - 25 of 35) sorted by relevance

12

/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.h61 int getSize();
H A DSensorEventQueue.cpp65 int SensorEventQueue::getSize() { function in class:SensorEventQueue
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DTTMBufferMapper.h40 uint32_t getSize(int /* subIndex */) const { function in class:android::intel::TTMBufferMapper
H A DGrallocBufferMapperBase.cpp56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const function in class:android::intel::GrallocBufferMapperBase
H A DGrallocBufferMapperBase.h36 uint32_t getSize(int subIndex) const;
/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 DQCamera3StreamMem.h57 ssize_t getSize(uint32_t index);
H A DQCamera3Mem.h65 ssize_t getSize(uint32_t index);
H A DQCamera3Stream.cpp372 bufSize = mStreamInfoBuf->getSize(0);
656 ssize_t bufSize = mStreamBufs->getSize(index);
781 ssize_t bufSize = mStreamBufs->getSize(i);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DBufferMapper.h57 virtual uint32_t getSize(int subIndex) const = 0;
/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 DGrallocBufferMapperBase.h36 uint32_t getSize(int subIndex) const;
H A DTTMBufferMapper.h40 uint32_t getSize(int subIndex) const { function in class:android::intel::TTMBufferMapper
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DBufferMapper.h57 virtual uint32_t getSize(int subIndex) const = 0;
/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp27 int actual = queue->getSize();
151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) {
/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/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/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/ti/omap4-aah/camera/inc/
H A DBufferSourceAdapter.h186 virtual unsigned int getSize();
/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/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp545 bufSize = Buf->getSize(i);
589 ssize_t bufSize = Buf->getSize(i);
1298 ssize_t bufSize = mStreamBufs->getSize(i);
1465 ssize_t bufSize = mStreamBufs->getSize(index);
1640 ssize_t bufSize = mStreamBufs->getSize(i);
1757 ssize_t bufSize = mStreamBufs->getSize(i);
2000 ssize_t bufSize = pme->mStreamBufs->getSize(i);
H A DQCameraMem.h79 ssize_t getSize(uint32_t index) const;

Completed in 1392 milliseconds

12