/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidReport.cpp | 154 os << "size: " << h.getSize() << "bit x " << h.getCount() << ", " in operator <<() 166 a = a & ((static_cast<int64_t>(1) << getSize()) - 1); in getLogicalRange() 167 b = b & ((static_cast<int64_t>(1) << getSize()) - 1); in getLogicalRange() 186 a = a & ((static_cast<int64_t>(1) << getSize()) - 1); in getPhysicalRange() 187 b = b & ((static_cast<int64_t>(1) << getSize()) - 1); in getPhysicalRange() 199 size_t HidReport::getSize() const { in getSize() function in HidUtil::HidReport
|
D | HidReport.h | 62 size_t getSize() const;
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3StreamMem.cpp | 143 ssize_t QCamera3StreamMem::getSize(uint32_t index) in getSize() function in qcamera::QCamera3StreamMem 148 return mHeapMem.getSize(index); in getSize() 150 return mGrallocMem.getSize(index); in getSize() 285 return (mHeapMem.getSize(index) > 0); in valid() 287 return (mGrallocMem.getSize(index) > 0); in valid()
|
D | QCamera3StreamMem.h | 57 ssize_t getSize(uint32_t index);
|
/hardware/qcom/gps/sdm845/utils/ |
D | LocHeap.cpp | 69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode 274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize() 291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
|
/hardware/qcom/gps/msm8909/utils/ |
D | LocHeap.cpp | 69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode 274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize() 291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
|
/hardware/qcom/gps/msm8996/utils/ |
D | LocHeap.cpp | 69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode 274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize() 291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
|
/hardware/qcom/gps/msm8998/utils/ |
D | LocHeap.cpp | 69 inline int getSize() { return mSize; } in getSize() function in LocHeapNode 274 return (NULL == mTree) ? 0 : mTree->getSize(); in getTreeSize() 291 return (NULL == mTree) ? 0 : (mTree->getSize()); in getTreeSize()
|
/hardware/libhardware/modules/sensors/ |
D | SensorEventQueue.h | 61 int getSize();
|
D | SensorEventQueue.cpp | 67 int SensorEventQueue::getSize() { in getSize() function in SensorEventQueue
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/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/intel/img/hwcomposer/merrifield/ips/common/ |
D | GrallocBufferMapperBase.h | 36 uint32_t getSize(int subIndex) const;
|
D | TTMBufferMapper.h | 40 uint32_t getSize(int subIndex) const { in getSize() function
|
D | GrallocBufferMapperBase.cpp | 56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const in getSize() function in android::intel::GrallocBufferMapperBase
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | BufferMapper.h | 57 virtual uint32_t getSize(int subIndex) const = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | BufferMapper.h | 57 virtual uint32_t getSize(int subIndex) const = 0;
|
/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/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 54 for (size_t i = 0; i < memory->getSize(); i++) { in fillMemory()
|
/hardware/interfaces/cas/1.0/default/ |
D | DescramblerImpl.cpp | 119 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize())) { in descramble() 121 srcBuffer.offset, srcBuffer.size, (uint64_t)srcMem->getSize()); in descramble()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 397 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() function 514 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 533 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 550 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 398 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/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 405 unsigned int getSize(int format, int width, int height, const int alignedw, in getSize() function 526 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 545 size = getSize(format, width, height, alignedw, alignedh); in getBufferSizeAndDimensions() 562 size = getSize(format, width, height, alignedw, alignedh); in getBufferAttributes()
|
/hardware/interfaces/drm/1.0/default/ |
D | CryptoPlugin.cpp | 130 if (source.offset + offset + source.size > sourceBase->getSize()) { in decrypt() 148 if (destBuffer.offset + destBuffer.size > destBase->getSize()) { in decrypt()
|