Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java63 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local
66 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6602 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry() local
6603 if (thisType == NULL) { in getEntry()
6608 thisConfig.copyFromDtoH(thisType->config); in getEntry()
6616 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()
6621 if (thisType->flags & ResTable_type::FLAG_SPARSE) { in getEntry()
6626 sparseIndices, sparseIndices + dtohl(thisType->entryCount), realEntryIndex, in getEntry()
6628 if (result == sparseIndices + dtohl(thisType->entryCount) in getEntry()
6638 if (static_cast<uint32_t>(realEntryIndex) >= dtohl(thisType->entryCount)) { in getEntry()
6642 if (thisType->flags & ResTable_type::FLAG_OFFSET16) { in getEntry()
6666 bestType = thisType; in getEntry()