HomeSort by relevance Sort by last modified time
    Searched full:subindex (Results 1 - 25 of 47) sorted by null

1 2

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferMapperBase.cpp 42 uint32_t GrallocBufferMapperBase::getGttOffsetInPage(int subIndex) const
44 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX)
45 return mGttOffsetInPage[subIndex];
49 void* GrallocBufferMapperBase::getCpuAddress(int subIndex) const
51 if (subIndex >=0 && subIndex < SUB_BUFFER_MAX)
52 return mCpuAddress[subIndex];
56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const
58 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX
    [all...]
GrallocBufferMapperBase.h 34 uint32_t getGttOffsetInPage(int subIndex) const;
35 void* getCpuAddress(int subIndex) const;
36 uint32_t getSize(int subIndex) const;
37 virtual buffer_handle_t getKHandle(int subIndex);
38 virtual buffer_handle_t getFbHandle(int subIndex) = 0;
TTMBufferMapper.h 34 uint32_t getGttOffsetInPage(int subIndex) const {
37 void* getCpuAddress(int subIndex) const {
40 uint32_t getSize(int subIndex) const {
43 buffer_handle_t getKHandle(int subIndex) {
46 buffer_handle_t getFbHandle(int subIndex) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferMapperBase.cpp 42 uint32_t GrallocBufferMapperBase::getGttOffsetInPage(int subIndex) const
44 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX)
45 return mGttOffsetInPage[subIndex];
49 void* GrallocBufferMapperBase::getCpuAddress(int subIndex) const
51 if (subIndex >=0 && subIndex < SUB_BUFFER_MAX)
52 return mCpuAddress[subIndex];
56 uint32_t GrallocBufferMapperBase::getSize(int subIndex) const
58 if (subIndex >= 0 && subIndex < SUB_BUFFER_MAX
    [all...]
GrallocBufferMapperBase.h 34 uint32_t getGttOffsetInPage(int subIndex) const;
35 void* getCpuAddress(int subIndex) const;
36 uint32_t getSize(int subIndex) const;
37 virtual uint32_t getKHandle(int subIndex);
38 virtual uint32_t getFbHandle(int subIndex) = 0;
TTMBufferMapper.h 34 uint32_t getGttOffsetInPage(int /* subIndex */) const {
37 void* getCpuAddress(int /* subIndex */) const {
40 uint32_t getSize(int /* subIndex */) const {
43 uint32_t getKHandle(int /* subIndex */) {
46 uint32_t getFbHandle(int /* subIndex */) {
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 55 virtual uint32_t getGttOffsetInPage(int subIndex) const = 0;
56 virtual void* getCpuAddress(int subIndex) const = 0;
57 virtual uint32_t getSize(int subIndex) const = 0;
58 virtual buffer_handle_t getKHandle(int subIndex) = 0;
59 virtual buffer_handle_t getFbHandle(int subIndex) = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 55 virtual uint32_t getGttOffsetInPage(int subIndex) const = 0;
56 virtual void* getCpuAddress(int subIndex) const = 0;
57 virtual uint32_t getSize(int subIndex) const = 0;
58 virtual uint32_t getKHandle(int subIndex) = 0;
59 virtual uint32_t getFbHandle(int subIndex) = 0;
  /external/pdfium/core/fpdfdoc/
fpdf_tagged.h 51 int subindex = -1) = 0;
57 int subindex = -1) = 0;
63 int subindex = -1) = 0;
69 int subindex = -1) = 0;
tagged_int.h 81 int subindex = -1) override;
86 int subindex = -1) override;
91 int subindex = -1) override;
96 int subindex = -1) override;
104 int subindex);
doc_tagged.cpp 370 int subindex) {
373 if (!pArray || subindex == -1)
376 if (subindex >= static_cast<int>(pArray->GetCount()))
378 return pArray->GetDirectObjectAt(subindex);
384 int subindex) {
385 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
395 int subindex) {
396 CPDF_Array* pArray = ToArray(GetAttr(owner, name, bInheritable, subindex));
407 int subindex) {
408 CPDF_Object* pAttr = GetAttr(owner, name, bInheritable, subindex);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
RuntimeMemAllocation.c 138 UINTN SubIndex;
151 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
152 if ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) {
157 if (SubIndex == ReqPages) {
167 while ((mRTPageTable->Pages[SubIndex + Index].PageFlag & RT_PAGE_USED) != 0) {
168 SubIndex++;
171 Index += SubIndex;
182 for (SubIndex = 0; SubIndex < ReqPages; SubIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
CpuIdEx.c 19 and ECX set to the value specified by SubIndex. This function always returns
29 @param SubIndex The 32-bit value to load into ECX prior to invoking the
51 IN UINT32 SubIndex,
60 mov ecx, SubIndex
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
CpuIdEx.c 21 IN UINT32 SubIndex,
30 mov ecx, SubIndex
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBufferMapper.cpp 193 buffer_handle_t TngGrallocBufferMapper::getKHandle(int subIndex)
195 buffer_handle_t ret = GrallocBufferMapperBase::getKHandle(subIndex);
196 if (subIndex == 0 && ret == 0) {
198 return mKHandle[subIndex];
226 buffer_handle_t TngGrallocBufferMapper::getFbHandle(int subIndex)
234 if (subIndex < 0 || subIndex >= SUB_BUFFER_MAX) {
248 return (buffer_handle_t)vaddr[subIndex];
TngGrallocBufferMapper.h 34 buffer_handle_t getKHandle(int subIndex);
35 buffer_handle_t getFbHandle(int subIndex);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBufferMapper.cpp 193 uint32_t TngGrallocBufferMapper::getKHandle(int subIndex)
195 uint32_t ret = GrallocBufferMapperBase::getKHandle(subIndex);
196 if (subIndex == 0 && ret == 0) {
198 return mKHandle[subIndex];
226 uint32_t TngGrallocBufferMapper::getFbHandle(int subIndex)
234 if (subIndex < 0 || subIndex >= SUB_BUFFER_MAX) {
248 return (uint32_t)vaddr[subIndex];
TngGrallocBufferMapper.h 33 uint32_t getKHandle(int subIndex);
34 uint32_t getFbHandle(int subIndex);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 73 UINTN SubIndex;
145 for (SubIndex = Index; SubIndex < NewDescriptorBlock->NumberOfSmmReservedRegions - 1; SubIndex++) {
146 CopyMem (&NewDescriptorBlock->Descriptor[SubIndex], &NewDescriptorBlock->Descriptor[SubIndex + 1], sizeof (EFI_SMRAM_DESCRIPTOR));
151 ZeroMem (&NewDescriptorBlock->Descriptor[SubIndex], sizeof(EFI_SMRAM_DESCRIPTOR));
  /external/lzma/CPP/Windows/Control/
ListView.cpp 55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text)
61 item.iSubItem = subIndex;
88 int CListView::SetSubItem(int index, int subIndex, LPCWSTR text)
94 item.iSubItem = subIndex;
ListView.h 50 int SetSubItem(int index, int subIndex, LPCTSTR text);
59 int SetSubItem(int index, int subIndex, LPCWSTR text);
  /external/skia/tools/
create_test_font.cpp 409 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) {
410 const FontDesc& desc = gFonts[subIndex];
412 defaultIndex = subIndex;
418 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) {
419 const FontDesc& desc = gFonts[subIndex];
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuService.c 53 UINT32 SubIndex;
113 SubIndex = 1;
115 AsmCpuidEx (CPUID_EXTENDED_TOPOLOGY, SubIndex, &RegEax, NULL, &RegEcx, NULL);
121 SubIndex++;
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 124 int subindex = mSkipCounts[which] + (index - skipCount); local
125 return mSubList[which].getImageAt(subindex);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.c 637 UINTN SubIndex;
765 for (SubIndex = 0; SubIndex < 8; SubIndex++) {
766 MtrrType = (UINT8) RShiftU64 (RegValue, SubIndex * 8);
785 BaseAddress = mFixedMtrrTable[Index].BaseAddress + mFixedMtrrTable[Index].Length * SubIndex;

Completed in 412 milliseconds

1 2