Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h70 parcel->readByteVector(&tokenVector); in readFromParcel()
/frameworks/native/libs/binder/
DIpPrefix.cpp75 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
DParcel.cpp1476 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel
1482 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel
1488 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1499 status_t Parcel::readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const { in readByteVector() function in android::Parcel
/frameworks/native/libs/gui/
DLayerMetadata.cpp77 status = parcel->readByteVector(&mMap[key]); in readFromParcel()
/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp143 err = in->readByteVector(&mHeaders[i]); in readFromParcel()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp125 err = in->readByteVector(&mData); in readFromParcel()
/frameworks/native/libs/binder/include/binder/
DParcel.h329 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;
330 status_t readByteVector(std::vector<int8_t>* val) const;
331 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;
332 status_t readByteVector(std::vector<uint8_t>* val) const;
/frameworks/native/include/binder/
DParcel.h329 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;
330 status_t readByteVector(std::vector<int8_t>* val) const;
331 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;
332 status_t readByteVector(std::vector<uint8_t>* val) const;
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp219 status_t err = data.readByteVector(&casToken); in onTransact()
/frameworks/native/libs/input/
DInput.cpp568 status_t result = parcel->readByteVector(&hmac); in readFromParcel()