Searched refs:resIdSize (Results 1 – 1 of 1) sorted by relevance
54 uint32_t resIdSize = 0; in Unmarshalling() local55 RELEASE_IF_FALSE(in.ReadUint32(resIdSize), permissionStateParcel); in Unmarshalling()56 RELEASE_IF_FALSE(resIdSize <= MAX_DEVICE_ID_SIZE, permissionStateParcel); in Unmarshalling()57 for (uint32_t i = 0; i < resIdSize; i++) { in Unmarshalling()