/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;
|
/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;
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngGrallocBufferMapper.h | 34 buffer_handle_t getKHandle(int subIndex); 35 buffer_handle_t getFbHandle(int subIndex);
|
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];
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
TngGrallocBufferMapper.h | 33 uint32_t getKHandle(int subIndex); 34 uint32_t getFbHandle(int subIndex);
|
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];
|
/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/fonts/ |
create_test_font.cpp | 407 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 408 const FontDesc& desc = gFonts[subIndex]; 410 defaultIndex = subIndex; 418 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 419 const FontDesc& desc = gFonts[subIndex];
|
/external/skqp/tools/ |
create_test_font.cpp | 406 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 407 const FontDesc& desc = gFonts[subIndex]; 409 defaultIndex = subIndex; 417 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { 418 const FontDesc& desc = gFonts[subIndex];
|
/external/dng_sdk/source/ |
dng_info.cpp | [all...] |
dng_read_image.cpp | [all...] |
dng_image_writer.cpp | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otTables.py | 656 subIndex = overflowRecord.SubTableIndex 657 subtable = lookup.SubTable[subIndex] 669 lookup.SubTable.insert(subIndex + 1, newExtSubTable) 678 lookup.SubTable.insert(subIndex + 1, newSubTable)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
EuiccController.java | [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | [all...] |
/prebuilts/misc/common/robolectric/3.1.1/lib/ |
robolectric-resources-3.1.1.jar | |
/external/robolectric/v3/ |
robolectric-resources-3.1-SNAPSHOT.jar | |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |