Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 25 of 83) 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.java380 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation
525 public void copyFrom(int[] d) { in copyFrom() method in Allocation
543 public void copyFrom(short[] d) { in copyFrom() method in Allocation
561 public void copyFrom(byte[] d) { in copyFrom() method in Allocation
579 public void copyFrom(float[] d) { in copyFrom() method in Allocation
603 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation
609 copyFrom(newBitmap); in copyFrom()
623 public void copyFrom(Allocation a) { in copyFrom() method in Allocation
1629 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/base/services/java/com/android/server/power/
DDisplayPowerRequest.java75 copyFrom(other); in DisplayPowerRequest()
78 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayPowerRequest
/frameworks/base/services/input/
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/av/services/audioflinger/
DFastMixer.h58 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
/frameworks/base/libs/hwui/
DSkiaShader.cpp61 void SkiaShader::copyFrom(const SkiaShader& shader) { in copyFrom() function in android::uirenderer::SkiaShader
115 copy->copyFrom(*this); in copy()
211 copy->copyFrom(*this); in copy()
278 copy->copyFrom(*this); in copy()
333 copy->copyFrom(*this); in copy()
393 copy->copyFrom(*this); in copy()
/frameworks/base/graphics/java/android/renderscript/
DAllocation.java377 copyFrom(mBitmap); in syncAll()
443 public void copyFrom(BaseObj[] d) { in copyFrom() method in Allocation
602 public void copyFrom(int[] d) { in copyFrom() method in Allocation
622 public void copyFrom(short[] d) { in copyFrom() method in Allocation
642 public void copyFrom(byte[] d) { in copyFrom() method in Allocation
662 public void copyFrom(float[] d) { in copyFrom() method in Allocation
688 public void copyFrom(Bitmap b) { in copyFrom() method in Allocation
695 copyFrom(newBitmap); in copyFrom()
710 public void copyFrom(Allocation a) { in copyFrom() method in Allocation
1714 adapter.copyFrom(xpos); in createCubemapFromCubeFaces()
[all …]
/frameworks/base/services/java/com/android/server/display/
DLogicalDisplay.java114 mInfo.copyFrom(mOverrideDisplayInfo); in getDisplayInfoLocked()
118 mInfo.copyFrom(mBaseDisplayInfo); in getDisplayInfoLocked()
139 mOverrideDisplayInfo.copyFrom(info); in setDisplayInfoOverrideFromWindowManagerLocked()
DDisplayViewport.java53 public void copyFrom(DisplayViewport viewport) { in copyFrom() method in DisplayViewport
/frameworks/base/telephony/java/android/telephony/
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/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/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/include/input/
DInput.h206 void copyFrom(const PointerCoords& other);
232 void copyFrom(const PointerProperties& other);
518 void copyFrom(const MotionEvent* other, bool keepHistory);
/frameworks/native/libs/input/
DInputTransport.cpp338 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent()
339 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent()
769 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
783 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
901 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); in initializeMotionEvent()
902 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in initializeMotionEvent()
928 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in addSample()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMTestHandler.java109 msg.copyFrom(mCurrentMessage); in waitForMessage()

1234