Searched refs:sOwnedPool (Results 1 – 2 of 2) sorted by relevance
234 private static Parcel sOwnedPool; field in Parcel450 if (sOwnedPool != null) { in obtain()451 res = sOwnedPool; in obtain()452 sOwnedPool = res.mPoolNext; in obtain()482 mPoolNext = sOwnedPool; in recycle()483 sOwnedPool = this; in recycle()
41253 Landroid/os/Parcel;->sOwnedPool:[Landroid/os/Parcel;