Home
last modified time | relevance | path

Searched defs:copyTo (Results 1 – 14 of 14) sorted by relevance

/packages/modules/NeuralNetworks/driver/sample/
DCanonicalBuffer.cpp70 GeneralResult<void> Buffer::copyTo(const SharedMemory& dst) const { in copyTo() function in android::nn::sample::Buffer
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DMigrateEstimateTask.java59 public void copyTo(Intent intent) { in copyTo() method in MigrateEstimateTask
/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java36 public void copyTo(GridOccupancy dest) { in copyTo() method in GridOccupancy
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java101 public void copyTo(StateAnimationConfig target) { in copyTo() method in StateAnimationConfig
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java186 protected void updateCopyTo(MenuItem copyTo, SelectionDetails selectionDetails) { in updateCopyTo()
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt531 fun copyTo(dest: Event) { in copyTo() method
/packages/services/Car/cpp/bugreport/
Dmain.cpp177 int copyTo(int fd_in, int fd_out, void* buffer, size_t buffer_len) { in copyTo() function
/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp56 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory&) override { in copyTo() function in __anon255629980111::TestBuffer
/packages/apps/Contacts/src/com/android/contacts/vcard/
DImportVCardActivity.java453 private Uri copyTo(final Uri sourceUri, String filename) throws IOException { in copyTo() method in ImportVCardActivity
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp286 ndk::ScopedAStatus copyTo(const Memory& dst) override { in copyTo() function in aidl::android::hardware::neuralnetworks::ShimBuffer
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java352 protected void updateCopyTo(MenuItem copyTo, SelectionDetails selectionDetails) { in updateCopyTo()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h126 Result copyTo(Memory& other) { in copyTo() function
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp242 ndk::ScopedAStatus SampleBuffer::copyTo(const aidl_hal::Memory& dst) { in copyTo() function in android::nn::sample_driver_aidl::SampleBuffer
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp318 hardware::Return<V1_3::ErrorStatus> SampleBuffer::copyTo(const hardware::hidl_memory& dst) { in copyTo() function in android::nn::sample_driver::SampleBuffer