Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocationThunker.java107 public void copyFrom(BaseObj[] d) { in copyFrom() method in AllocationThunker
116 mN.copyFrom(dN); in copyFrom()
151 public void copyFrom(int[] d) { in copyFrom() method in AllocationThunker
153 mN.copyFrom(d); in copyFrom()
158 public void copyFrom(short[] d) { in copyFrom() method in AllocationThunker
160 mN.copyFrom(d); in copyFrom()
165 public void copyFrom(byte[] d) { in copyFrom() method in AllocationThunker
167 mN.copyFrom(d); in copyFrom()
172 public void copyFrom(float[] d) { in copyFrom() method in AllocationThunker
174 mN.copyFrom(d); in copyFrom()
[all …]
DAllocation.java383 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation
528 public void copyFrom(int[] d) { in copyFrom() method in Allocation
546 public void copyFrom(short[] d) { in copyFrom() method in Allocation
564 public void copyFrom(byte[] d) { in copyFrom() method in Allocation
582 public void copyFrom(float[] d) { in copyFrom() method in Allocation
606 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation
612 copyFrom(newBitmap); in copyFrom()
626 public void copyFrom(Allocation a) { in copyFrom() method in Allocation
1634 alloc.copyFrom(allocArray); in createFromString()
/frameworks/base/core/java/android/print/
DPrinterInfo.java57 copyFrom(prototype); in PrinterInfo()
63 public void copyFrom(PrinterInfo other) { in copyFrom() method in PrinterInfo
73 mCapabilities.copyFrom(other.mCapabilities); in copyFrom()
254 mPrototype.copyFrom(other); in Builder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionData.java54 public SubscriptionData copyFrom(SubscriptionData from) { in copyFrom() method in SubscriptionData
59 subscription[i].copyFrom(from.subscription[i]); in copyFrom()
/frameworks/av/services/audioflinger/
DFastMixerDumpState.h36 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
/frameworks/native/services/inputflinger/
DInputListener.cpp80 this->pointerProperties[i].copyFrom(pointerProperties[i]); in NotifyMotionArgs()
81 this->pointerCoords[i].copyFrom(pointerCoords[i]); in NotifyMotionArgs()
94 pointerProperties[i].copyFrom(other.pointerProperties[i]); in NotifyMotionArgs()
95 pointerCoords[i].copyFrom(other.pointerCoords[i]); in NotifyMotionArgs()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_copy_test.java42 a1.copyFrom(f1); in testFloat2()
66 a1.copyFrom(f1); in testFloat3()
90 a1.copyFrom(f1); in testFloat4()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_copy_test.java42 a1.copyFrom(f1); in testFloat2()
66 a1.copyFrom(f1); in testFloat3()
90 a1.copyFrom(f1); in testFloat4()
DUT_check_dims.java43 AFailed.copyFrom(mFailedArr); in initializeGlobals()
56 mA.copyFrom(mData); in initializeGlobals()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java451 copyFrom(mBitmap); in syncAll()
509 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation
669 public void copyFrom(Object array) { in copyFrom() method in Allocation
683 public void copyFrom(int[] d) { in copyFrom() method in Allocation
695 public void copyFrom(short[] d) { in copyFrom() method in Allocation
707 public void copyFrom(byte[] d) { in copyFrom() method in Allocation
719 public void copyFrom(float[] d) { in copyFrom() method in Allocation
737 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation
744 copyFrom(newBitmap); in copyFrom()
759 public void copyFrom(Allocation a) { in copyFrom() method in Allocation
[all …]
/frameworks/base/telephony/java/android/telephony/
DVoLteServiceState.java94 copyFrom(s); in VoLteServiceState()
109 protected void copyFrom(VoLteServiceState s) { in copyFrom() method in VoLteServiceState
DCellSignalStrengthGsm.java64 copyFrom(s); in CellSignalStrengthGsm()
83 protected void copyFrom(CellSignalStrengthGsm s) { in copyFrom() method in CellSignalStrengthGsm
DCellSignalStrengthWcdma.java64 copyFrom(s); in CellSignalStrengthWcdma()
83 protected void copyFrom(CellSignalStrengthWcdma s) { in copyFrom() method in CellSignalStrengthWcdma
DCellSignalStrengthLte.java65 copyFrom(s); in CellSignalStrengthLte()
108 protected void copyFrom(CellSignalStrengthLte s) { in copyFrom() method in CellSignalStrengthLte
DCellSignalStrengthCdma.java64 copyFrom(s); in CellSignalStrengthCdma()
89 protected void copyFrom(CellSignalStrengthCdma s) { in copyFrom() method in CellSignalStrengthCdma
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerInternal.java204 copyFrom(other); in DisplayPowerRequest()
211 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayManagerInternal.DisplayPowerRequest
DDisplayViewport.java55 public void copyFrom(DisplayViewport viewport) { in copyFrom() method in DisplayViewport
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java118 mInfo.copyFrom(mOverrideDisplayInfo); in getDisplayInfoLocked()
123 mInfo.copyFrom(mBaseDisplayInfo); in getDisplayInfoLocked()
144 mOverrideDisplayInfo.copyFrom(info); in setDisplayInfoOverrideFromWindowManagerLocked()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DScene.java280 drawableData.copyFrom(drawableAllocs); in addDrawables()
295 shaderData.copyFrom(shaderAllocs); in addShaders()
307 shaderData.copyFrom(shaderAllocs); in addShaders()
353 cameraData.copyFrom(cameraAllocs); in initRS()
365 lightData.copyFrom(lightAllocs); in initRS()
DTransform.java64 childRSData.copyFrom(childrenAllocs); in updateRSChildData()
/frameworks/base/core/tests/coretests/src/android/os/
DMessengerService.java32 reply.copyFrom(msg);
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequest.java65 this.parameters.copyFrom(parameters); in setParameters()
/frameworks/av/media/mtp/
DMtpPacket.h46 void copyFrom(const MtpPacket& src);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DUsageIO.java59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation); in runTest()
/frameworks/native/libs/input/
DInputTransport.cpp339 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent()
340 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent()
770 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
784 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
902 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); in initializeMotionEvent()
903 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in initializeMotionEvent()
929 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in addSample()

1234