Home
last modified time | relevance | path

Searched refs:thisType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java63 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local
66 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DImplGeneratingAdapter.kt335 val thisType = Type.getType("L" + currentClassName + ";") in <lambda>() constant
339 thisType, in <lambda>()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6719 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local
6720 if (thisType == NULL) { in getEntry()
6725 thisConfig.copyFromDtoH(thisType->config); in getEntry()
6733 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()
6738 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()
6743 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()
6745 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()
6755 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()
6759 if (thisType->flags & ResTable_type::FLAG_OFFSET16) { in getEntry()
6783 bestType = thisType; in getEntry()