Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
H A DLiveDataFunctions.java233 private void updateT(@Nullable T tValue) {
235 this.mTValue = tValue;
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp1121 [&result, value] (int32_t tResult, int32_t tValue) { in query() argument
1123 *value = static_cast<int>(tValue); in query()
1247 [&result, outUsage] (int32_t tResult, int32_t tValue) { in getConsumerUsage() argument
1249 *outUsage = static_cast<uint64_t>(tValue); in getConsumerUsage()