Searched refs:moduleInfosSize (Results 1 – 2 of 2) sorted by relevance
52 uint32_t moduleInfosSize; in ReadFromParcel() local53 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, moduleInfosSize); in ReadFromParcel()54 CONTAINER_SECURITY_VERIFY(parcel, moduleInfosSize, &moduleInfos); in ReadFromParcel()55 for (uint32_t i = 0; i < moduleInfosSize; i++) { in ReadFromParcel()
461 int32_t moduleInfosSize; in ReadFromParcel() local462 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, moduleInfosSize); in ReadFromParcel()463 CONTAINER_SECURITY_VERIFY(parcel, moduleInfosSize, &moduleInfos); in ReadFromParcel()464 for (auto i = 0; i < moduleInfosSize; i++) { in ReadFromParcel()