Searched refs:copyFromSharedMemory (Results 1 – 4 of 4) sorted by relevance
164 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::LargeParcelableBase315 if (binder_status_t status = copyFromSharedMemory(sharedMemory, parcel); status != STATUS_OK) { in getParcelFromMemoryFile()
269 protected static Parcel copyFromSharedMemory(SharedMemory memory) { in copyFromSharedMemory() method in LargeParcelableBase321 in = copyFromSharedMemory(memory); in deserializeSharedMemoryAndClose()
284 in = LargeParcelableBase.copyFromSharedMemory(memory); in reconstructStableAIDLParcelable()
172 static binder_status_t copyFromSharedMemory(const SharedMemory& sharedMemory, AParcel* parcel);