/hardware/libhardware/modules/sensors/ |
H A D | SensorEventQueue.h | 61 int getSize();
|
H A D | SensorEventQueue.cpp | 67 int SensorEventQueue::getSize() { function in class:SensorEventQueue
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
H A D | TTMBufferMapper.h | 40 uint32_t getSize(int /* subIndex */) const { function in class:android::intel::TTMBufferMapper
|
H A D | GrallocBufferMapperBase.cpp | 56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const function in class:android::intel::GrallocBufferMapperBase
|
H A D | GrallocBufferMapperBase.h | 36 uint32_t getSize(int subIndex) const;
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
H A D | BufferMapper.h | 57 virtual uint32_t getSize(int subIndex) const = 0;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
H A D | GrallocBufferMapperBase.cpp | 56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const function in class:android::intel::GrallocBufferMapperBase
|
H A D | GrallocBufferMapperBase.h | 36 uint32_t getSize(int subIndex) const;
|
H A D | TTMBufferMapper.h | 40 uint32_t getSize(int subIndex) const { function in class:android::intel::TTMBufferMapper
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
H A D | BufferMapper.h | 57 virtual uint32_t getSize(int subIndex) const = 0;
|
/hardware/interfaces/tests/memory/1.0/default/ |
H A D | MemoryTest.cpp | 54 for (size_t i = 0; i < memory->getSize(); i++) {
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidReport.cpp | 154 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 D | HidReport.h | 62 size_t getSize() const;
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3StreamMem.cpp | 134 * 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 D | QCamera3StreamMem.h | 57 ssize_t getSize(uint32_t index);
|
/hardware/interfaces/drm/1.0/default/ |
H A D | CryptoPlugin.cpp | 119 if (source.offset + offset + source.size > sourceBase->getSize()) { 137 if (destBuffer.offset + destBuffer.size > destBase->getSize()) {
|
/hardware/libhardware/modules/sensors/tests/ |
H A D | SensorEventQueue_test.cpp | 27 int actual = queue->getSize(); 151 while (!fullQueueReaderShouldRead(queue->getSize(), totalReads)) {
|
/hardware/qcom/gps/msm8909/utils/ |
H A D | LocHeap.cpp | 69 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 D | LocHeap.cpp | 69 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 D | LocHeap.cpp | 69 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/sdm845/utils/ |
H A D | LocHeap.cpp | 69 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 D | alloc_controller.cpp | 398 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 D | alloc_controller.cpp | 397 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 D | alloc_controller.cpp | 405 unsigned int getSize(int format, int width, int height, const int alignedw, function 526 size = getSize(format, width, height, alignedw, alignedh); 545 size = getSize(format, width, height, alignedw, alignedh); 562 size = getSize(format, width, height, alignedw, alignedh);
|
/hardware/interfaces/cas/1.0/default/ |
H A D | DescramblerImpl.cpp | 120 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize())) { 122 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize());
|