Searched refs:readDouble (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/ | ||
D | parcelable_update_engine_status.cc | 93 status = parcel->readDouble(&progress_); in readFromParcel() |
/system/libhwbinder/include/hwbinder/ | ||
D | Parcel.h | 144 double readDouble() const; |
/system/libhwbinder/ | ||
D | Parcel.cpp | 1268 status_t Parcel::readDouble(double *pArg) const in readDouble() function in android::hardware::Parcel |