Searched refs:sOwnedPool (Results 1 – 2 of 2) sorted by relevance
293 private static Parcel sOwnedPool; field in Parcel561 if (sOwnedPool != null) { in obtain()562 res = sOwnedPool; in obtain()563 sOwnedPool = res.mPoolNext; in obtain()627 mPoolNext = sOwnedPool; in recycle()628 sOwnedPool = this; in recycle()
37287 Landroid/os/Parcel;->sOwnedPool:[Landroid/os/Parcel;