Home
last modified time | relevance | path

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

/system/iorap/include/binder/
Dapp_launch_event.h130 int32_t temperature_int; in readFromParcel() local
131 PARCEL_READ_OR_RETURN(parcel->readInt32, &temperature_int); in readFromParcel()
132 temperature = static_cast<Temperature>(temperature_int); in readFromParcel()