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

123

/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.h61 int getSize();
H A DSensorEventQueue.cpp67 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/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/dynamic_sensor/HidUtils/
H A DHidReport.cpp154 os << "size: " << h.getSize() << "bit x " << h.getCount() << ", "
166 a = a & ((static_cast<int64_t>(1) << getSize()) - 1);
167 b = b & ((static_cast<int64_t>(1) << getSize()) - 1);
186 a = a & ((static_cast<int64_t>(1) << getSize()) - 1);
187 b = b & ((static_cast<int64_t>(1) << getSize()) - 1);
199 size_t HidReport::getSize() const { function in class:HidUtil::HidReport
H A DHidReport.h62 size_t getSize() const;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp134 * FUNCTION : getSize
143 ssize_t QCamera3StreamMem::getSize(uint32_t index) function in class:qcamera::QCamera3StreamMem
148 return mHeapMem.getSize(index);
150 return mGrallocMem.getSize(index);
285 return (mHeapMem.getSize(index) > 0);
287 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);
/hardware/interfaces/tests/memory/1.0/default/
H A DMemoryTest.cpp55 for (size_t i = 0; i < memory->getSize(); i++) {
/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/msm8909w_3100/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/gps/msm8998/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.cpp398 size_t getSize(int format, int width, int height, const int alignedw, function
519 size = getSize(format, width, height, alignedw, alignedh);
538 size = getSize(format, width, height, alignedw, alignedh);
555 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/interfaces/cas/1.0/default/
H A DDescramblerImpl.cpp119 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize())) {
121 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize());
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp119 if (source.offset + offset + source.size > sourceBase->getSize()) {
137 if (destBuffer.offset + destBuffer.size > destBase->getSize()) {

Completed in 556 milliseconds

123