/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 476 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/ |
D | Parcel.h | 466 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/ |
D | Parcel.h | 466 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/ |
D | Parcel.h | 476 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/ |
D | Parcel.h | 466 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 D | Parcel.h | 516 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/ |
D | Parcel.h | 476 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/ |
D | Parcel.h | 476 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 D | Parcel.h | 516 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/ |
D | Parcel.h | 466 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 D | Parcel.cpp | 1363 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
|