Home
last modified time | relevance | path

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

/system/update_engine/
Dparcelable_update_engine_status.cc93 status = parcel->readDouble(&progress_); in readFromParcel()
/system/libhwbinder/include/hwbinder/
DParcel.h144 double readDouble() const;
145 status_t readDouble(double *pArg) const;
/system/libhwbinder/
DParcel.cpp1268 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::hardware::Parcel
1281 double Parcel::readDouble() const in readDouble() function in android::hardware::Parcel
1293 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::hardware::Parcel
1298 double Parcel::readDouble() const in readDouble() function in android::hardware::Parcel