Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h88 parcel->readByteVector(&tokenVector); in readFromParcel()
/frameworks/av/media/libmedia/
DMediaResource.cpp51 parcel.readByteVector(&mId); in readFromParcel()
DIMediaExtractor.cpp200 status_t err = data.readByteVector(&casToken); in onTransact()
/frameworks/base/libs/services/src/os/
DStatsLogEventWrapper.cpp116 in->readByteVector(&(mElements.back().storage_value)); in readFromParcel()
DDropBoxManager.cpp125 err = in->readByteVector(&mData); in readFromParcel()
/frameworks/native/libs/binder/
DIpPrefix.cpp75 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
DParcel.cpp1565 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel
1571 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel
1577 status_t Parcel::readByteVector(std::optional<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1588 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1599 status_t Parcel::readByteVector(std::optional<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
1610 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
/frameworks/native/libs/gui/
DLayerMetadata.cpp75 status = parcel->readByteVector(&mMap[key]); in readFromParcel()
/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp136 err = in->readByteVector(&mHeaders[i]); in readFromParcel()
/frameworks/native/include/binder/
DParcel.h366 status_t readByteVector(std::optional<std::vector<int8_t>>* val) const;
367 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;
368 status_t readByteVector(std::vector<int8_t>* val) const;
369 status_t readByteVector(std::optional<std::vector<uint8_t>>* val) const;
370 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;
371 status_t readByteVector(std::vector<uint8_t>* val) const;
/frameworks/native/libs/binder/include/binder/
DParcel.h366 status_t readByteVector(std::optional<std::vector<int8_t>>* val) const;
367 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;
368 status_t readByteVector(std::vector<int8_t>* val) const;
369 status_t readByteVector(std::optional<std::vector<uint8_t>>* val) const;
370 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;
371 status_t readByteVector(std::vector<uint8_t>* val) const;