Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dparcel.cpp70 static binder_status_t ReadAndValidateArraySize(const AParcel* parcel, int32_t* length) { in ReadAndValidateArraySize() function
126 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
160 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
214 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in ReadArray()
440 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in AParcel_readStringArray()
484 if (binder_status_t status = ReadAndValidateArraySize(parcel, &length); status != STATUS_OK) { in AParcel_readParcelableArray()