Searched defs:getSize (Results 1 - 16 of 16) 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/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
/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/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/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/msm8994/libgralloc/
H A Dalloc_controller.cpp486 unsigned int getSize(int format, int width, int height, int usage, function
616 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh);
634 size = getSize(format, width, height, usage, alignedw, alignedh);
651 size = getSize(format, width, height, usage, alignedw, alignedh);
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp553 unsigned int getSize(int format, int width, int height, int usage, function
695 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh);
713 size = getSize(format, width, height, usage, alignedw, alignedh);
730 size = getSize(format, width, height, usage, alignedw, alignedh);
/hardware/qcom/display/msm8998/libgralloc/
H A Dalloc_controller.cpp524 unsigned int getSize(int format, int width, int height, int usage, function
667 size = getSize(format, width, height, 0 /* usage */, alignedw, alignedh);
685 size = getSize(format, width, height, usage, alignedw, alignedh);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1302 OMX_U32 getSize() const { function in class:omx_vdec::client_extradata_info

Completed in 474 milliseconds