Home
last modified time | relevance | path

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

/frameworks/native/services/powermanager/
DWorkSource.cpp34 ?: parcel->readString16Vector(&mNames) in readFromParcel()
/frameworks/base/media/native/midi/
DMidiDeviceInfo.cpp96 status_t result = parcel->readString16Vector(&v); in readStringVector()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder.cpp251 …_WITH_STATUS(std::unique_ptr<std::vector<std::unique_ptr<android::String16>>>, readString16Vector),
252 …READ_WITH_STATUS(std::optional<std::vector<std::optional<android::String16>>>, readString16Vector),
253 PARCEL_READ_WITH_STATUS(std::vector<android::String16>, readString16Vector),
/frameworks/native/libs/binder/rust/tests/
Dserialization.cpp343 ASSERT_EQ(reply.readString16Vector(&read_strings), OK); in TEST_F()
345 ASSERT_EQ(reply.readString16Vector(&read_strings), OK); in TEST_F()
/frameworks/av/camera/
DCameraBase.cpp92 res = parcel->readString16Vector(&unavailablePhysicalIds16); in readFromParcel()
/frameworks/native/libs/graphicsenv/
DIGpuService.cpp264 data.readString16Vector(&args); in onTransact()
/frameworks/native/libs/binder/
DPersistableBundle.cpp449 RETURN_IF_FAILED(parcel->readString16Vector(&mStringVectorMap[key])); in readFromParcelInner()
DParcel.cpp1348 status_t Parcel::readString16Vector( in readString16Vector() function in android::Parcel
1350 status_t Parcel::readString16Vector( in readString16Vector() function in android::Parcel
1352 status_t Parcel::readString16Vector(std::vector<String16>* val) const { return readData(val); } in readString16Vector() function in android::Parcel
/frameworks/native/libs/binder/include/binder/
DParcel.h562 readString16Vector(std::optional<std::vector<std::optional<String16>>>* val) const;
564 readString16Vector(std::unique_ptr<std::vector<std::unique_ptr<String16>>>* val) const
566 LIBBINDER_EXPORTED status_t readString16Vector(std::vector<String16>* val) const;
/frameworks/native/include/binder/
DParcel.h562 readString16Vector(std::optional<std::vector<std::optional<String16>>>* val) const;
564 readString16Vector(std::unique_ptr<std::vector<std::unique_ptr<String16>>>* val) const
566 LIBBINDER_EXPORTED status_t readString16Vector(std::vector<String16>* val) const;