Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local
62 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5529 const ResTable_type* const thisType = typeSpec->configs[c]; in getEntry() local
5530 if (thisType == NULL) { in getEntry()
5535 thisConfig.copyFromDtoH(thisType->config); in getEntry()
5543 const uint8_t* const end = reinterpret_cast<const uint8_t*>(thisType) in getEntry()
5544 + dtohl(thisType->header.size); in getEntry()
5546 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()
5565 bestType = thisType; in getEntry()