Home
last modified time | relevance | path

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

/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp164 if (binder_status_t status = copyFromSharedMemory(sharedMemory, parcel.get()); in deserializeSharedMemoryAndClose()
184 binder_status_t LargeParcelableBase::copyFromSharedMemory(const SharedMemory& sharedMemory, in copyFromSharedMemory() function in android::automotive::car_binder_lib::LargeParcelableBase
315 if (binder_status_t status = copyFromSharedMemory(sharedMemory, parcel); status != STATUS_OK) { in getParcelFromMemoryFile()
/packages/services/Car/car-lib/src/com/android/car/internal/
DLargeParcelableBase.java269 protected static Parcel copyFromSharedMemory(SharedMemory memory) { in copyFromSharedMemory() method in LargeParcelableBase
321 in = copyFromSharedMemory(memory); in deserializeSharedMemoryAndClose()
DLargeParcelable.java284 in = LargeParcelableBase.copyFromSharedMemory(memory); in reconstructStableAIDLParcelable()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DLargeParcelableBase.h172 static binder_status_t copyFromSharedMemory(const SharedMemory& sharedMemory, AParcel* parcel);