Home
last modified time | relevance | path

Searched defs:readStrongBinderVector (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DParcel.h466 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
471 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DParcel.h466 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
471 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DParcel.h466 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
471 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/frameworks/native/include/binder/
H A DParcel.h516 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
521 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DParcel.h476 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
481 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DParcel.h516 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
521 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DParcel.h466 status_t readStrongBinderVector(std::vector<sp<T>>* val) const { in readStrongBinderVector() function
471 status_t readStrongBinderVector(std::optional<std::vector<sp<T>>>* val) const { in readStrongBinderVector() function
/aosp_15_r20/frameworks/native/libs/binder/
H A DParcel.cpp1363 status_t Parcel::readStrongBinderVector(std::optional<std::vector<sp<IBinder>>>* val) const { retur… in readStrongBinderVector() function in android::Parcel
1364 status_t Parcel::readStrongBinderVector(std::unique_ptr<std::vector<sp<IBinder>>>* val) const { ret… in readStrongBinderVector() function in android::Parcel
1365 status_t Parcel::readStrongBinderVector(std::vector<sp<IBinder>>* val) const { return readData(val)… in readStrongBinderVector() function in android::Parcel