Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/com/android/car/internal/
DLargeParcelable.java53 public static final String STABLE_AIDL_SHARED_MEMORY_MEMBER = "sharedMemoryFd"; field in LargeParcelable
188 field = parcelableClass.getField(STABLE_AIDL_SHARED_MEMORY_MEMBER); in toLargeParcelable()
191 throw new IllegalArgumentException("Cannot access " + STABLE_AIDL_SHARED_MEMORY_MEMBER, in toLargeParcelable()
266 fieldSharedMemory = parcelableClass.getField(STABLE_AIDL_SHARED_MEMORY_MEMBER); in reconstructStableAIDLParcelable()
269 throw new IllegalArgumentException("Cannot access " + STABLE_AIDL_SHARED_MEMORY_MEMBER, in reconstructStableAIDLParcelable()