Searched refs:readInt64Vector (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp406 RETURN_IF_FAILED(parcel->readInt64Vector(&mLongVectorMap[key]));
H A DParcel.cpp1526 status_t Parcel::readInt64Vector(std::unique_ptr<std::vector<int64_t>>* val) const { function in class:android::Parcel
1530 status_t Parcel::readInt64Vector(std::vector<int64_t>* val) const { function in class:android::Parcel
/frameworks/native/include/binder/
H A DParcel.h280 status_t readInt64Vector(std::unique_ptr<std::vector<int64_t>>* val) const;
281 status_t readInt64Vector(std::vector<int64_t>* val) const;

Completed in 143 milliseconds