Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dparcel.cpp71 static binder_status_t ReadAndValidateArraySize(const AParcel* parcel, int32_t* length) { in ReadAndValidateArraySize() function
127 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
161 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
215 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
434 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in AParcel_readStringArray()
478 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in AParcel_readParcelableArray()