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.h88 parcel->readByteVector(&tokenVector); in readFromParcel()
/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.cpp76 RETURN_IF_FAILED(parcel->readByteVector(&byte_vector)); in readFromParcel()
DValue.cpp398 HANDLE_READ_TYPE(vector<uint8_t>, VAL_BYTEARRAY, readByteVector) in readFromParcel()
DParcel.cpp1755 status_t Parcel::readByteVector(std::vector<int8_t>* val) const { in readByteVector() function in android::Parcel
1759 status_t Parcel::readByteVector(std::vector<uint8_t>* val) const { in readByteVector() function in android::Parcel
1763 status_t Parcel::readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const { in readByteVector() function in android::Parcel
1767 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/libs/binder/include/binder/
DParcel.h311 status_t readByteVector(std::unique_ptr<std::vector<int8_t>>* val) const;
312 status_t readByteVector(std::vector<int8_t>* val) const;
313 status_t readByteVector(std::unique_ptr<std::vector<uint8_t>>* val) const;
314 status_t readByteVector(std::vector<uint8_t>* val) const;
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp200 status_t err = data.readByteVector(&casToken); in onTransact()