Home
last modified time | relevance | path

Searched defs:copyInternal (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DMemory.cpp265 static int copyInternal(const RuntimeMemory& src, const RuntimeMemory& dst) { in copyInternal() function
/aosp12/frameworks/base/core/java/android/os/
H A DBaseBundle.java430 void copyInternal(BaseBundle from, boolean deep) { in copyInternal() method in BaseBundle