/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 107 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 …]
|
D | Allocation.java | 383 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/ |
D | PrinterInfo.java | 57 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/ |
D | SubscriptionData.java | 54 public SubscriptionData copyFrom(SubscriptionData from) { in copyFrom() method in SubscriptionData 59 subscription[i].copyFrom(from.subscription[i]); in copyFrom()
|
/frameworks/av/services/audioflinger/ |
D | FastMixerDumpState.h | 36 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() argument
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 80 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/ |
D | UT_copy_test.java | 42 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/ |
D | UT_copy_test.java | 42 a1.copyFrom(f1); in testFloat2() 66 a1.copyFrom(f1); in testFloat3() 90 a1.copyFrom(f1); in testFloat4()
|
D | UT_check_dims.java | 43 AFailed.copyFrom(mFailedArr); in initializeGlobals() 56 mA.copyFrom(mData); in initializeGlobals()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 451 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/ |
D | VoLteServiceState.java | 94 copyFrom(s); in VoLteServiceState() 109 protected void copyFrom(VoLteServiceState s) { in copyFrom() method in VoLteServiceState
|
D | CellSignalStrengthGsm.java | 64 copyFrom(s); in CellSignalStrengthGsm() 83 protected void copyFrom(CellSignalStrengthGsm s) { in copyFrom() method in CellSignalStrengthGsm
|
D | CellSignalStrengthWcdma.java | 64 copyFrom(s); in CellSignalStrengthWcdma() 83 protected void copyFrom(CellSignalStrengthWcdma s) { in copyFrom() method in CellSignalStrengthWcdma
|
D | CellSignalStrengthLte.java | 65 copyFrom(s); in CellSignalStrengthLte() 108 protected void copyFrom(CellSignalStrengthLte s) { in copyFrom() method in CellSignalStrengthLte
|
D | CellSignalStrengthCdma.java | 64 copyFrom(s); in CellSignalStrengthCdma() 89 protected void copyFrom(CellSignalStrengthCdma s) { in copyFrom() method in CellSignalStrengthCdma
|
/frameworks/base/core/java/android/hardware/display/ |
D | DisplayManagerInternal.java | 204 copyFrom(other); in DisplayPowerRequest() 211 public void copyFrom(DisplayPowerRequest other) { in copyFrom() method in DisplayManagerInternal.DisplayPowerRequest
|
D | DisplayViewport.java | 55 public void copyFrom(DisplayViewport viewport) { in copyFrom() method in DisplayViewport
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | LogicalDisplay.java | 118 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/ |
D | Scene.java | 280 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()
|
D | Transform.java | 64 childRSData.copyFrom(childrenAllocs); in updateRSChildData()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | MessengerService.java | 32 reply.copyFrom(msg);
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyRequest.java | 65 this.parameters.copyFrom(parameters); in setParameters()
|
/frameworks/av/media/mtp/ |
D | MtpPacket.h | 46 void copyFrom(const MtpPacket& src);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | UsageIO.java | 59 mScratchPixelsAllocation1.copyFrom(mInPixelsAllocation); in runTest()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 339 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()
|