/hardware/libhardware/modules/sensors/ |
D | SensorEventQueue.h | 61 int getSize();
|
D | SensorEventQueue.cpp | 65 int SensorEventQueue::getSize() { in getSize() function in SensorEventQueue
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 392 size_t getSize(int format, int width, int height, const int alignedw, in getSize() function 511 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 530 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 547 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
|
/hardware/libhardware/modules/sensors/tests/ |
D | SensorEventQueue_test.cpp | 27 int actual = queue->getSize(); in checkSize() 151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) { in fullQueueReaderTask()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | TTMBufferMapper.h | 40 uint32_t getSize(int /* subIndex */) const { in getSize() function
|
D | GrallocBufferMapperBase.h | 36 uint32_t getSize(int subIndex) const;
|
D | GrallocBufferMapperBase.cpp | 56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const in getSize() function in android::intel::GrallocBufferMapperBase
|
/hardware/samsung_slsi/exynos5/include/ |
D | ExynosJpegApi.h | 181 int getSize(int *piWidth, int *piHeight); 215 int getSize(int *piWidth, int *piHeight);
|
/hardware/intel/img/hwcomposer/include/ |
D | BufferMapper.h | 57 virtual uint32_t getSize(int subIndex) const = 0;
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 397 size_t getSize(int format, int width, int height, const int alignedw, in getSize() function 519 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 538 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 555 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
D | ExynosJpegEncoder.cpp | 110 int ExynosJpegEncoder::getSize(int *piW, int *piH) in getSize() function in ExynosJpegEncoder
|
D | ExynosJpegDecoder.cpp | 113 int ExynosJpegDecoder::getSize(int *piW, int *piH) in getSize() function in ExynosJpegDecoder
|
/hardware/ti/omap4-aah/camera/inc/ |
D | BufferSourceAdapter.h | 186 virtual unsigned int getSize();
|
D | CameraHal.h | 630 virtual unsigned int getSize() {return 0; } in getSize() function
|
/hardware/ti/omap4-aah/camera/ |
D | BufferSourceAdapter.cpp | 611 unsigned int BufferSourceAdapter::getSize() { in getSize() function in Ti::Camera::BufferSourceAdapter
|
D | CameraHal.cpp | 3434 mImageLength = outAdapter->getSize(); in __takePicture()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.cpp | 886 ret = m_jpegMain->getSize(&iTempWidth, &iTempHeight); in encodeThumbnail()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.cpp | 935 ret = m_jpegMain->getSize(&iTempWidth, &iTempHeight); in encodeThumbnail()
|