Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/thermalservice/aidl/android/os/
DTemperature.cpp29 Temperature::Temperature() : value_(NAN), type_(DEVICE_TEMPERATURE_UNKNOWN) {} in Temperature()
32 value_(value), type_(type) {} in Temperature()
43 type_ = p->readInt32(); in readFromParcel()
49 p->writeInt32(type_); in writeToParcel()
DTemperature.h17 float getType() const {return type_;}; in getType()
27 int type_; variable
/frameworks/ml/nn/common/operations/
DLSHProjectionTest.cpp48 : type_(type) { in LSHProjectionOpModel()
127 execution.setInput(LSHProjection::kTypeParam, &type_, sizeof(type_)), in Invoke()
135 LSHProjectionType type_; member in android::nn::wrapper::LSHProjectionOpModel
DLSHProjection.cpp32 type_ = static_cast<LSHProjectionType>( in LSHProjection()
146 switch (type_) { in Eval()
DLSHProjection.h65 LSHProjectionType type_;
/frameworks/base/tools/aapt2/format/
DContainer.cpp170 return type_; in Type()
174 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()
194 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()
328 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()
DContainer.h77 ContainerEntryType type_ = ContainerEntryType::kResTable; variable