Home
last modified time | relevance | path

Searched refs:copyTo (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Car/cpp/bugreport/
Dmain.cpp177 int copyTo(int fd_in, int fd_out, void* buffer, size_t buffer_len) { in copyTo() function
207 int bytes_copied = copyTo(fd, output_socket, buffer, sizeof(buffer)); in copyFile()
248 ssize_t bytes_read = copyTo(s, progress_socket, buffer, sizeof(buffer)); in doBugreport()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp267 Result result = memory->copyTo(*mMemory.get()); in copyFrom()
285 ndk::ScopedAStatus copyTo(const Memory& dst) override { in copyTo() function in aidl::android::hardware::neuralnetworks::ShimBuffer
293 Result result = mMemory->copyTo(*memory); in copyTo()
/packages/modules/NeuralNetworks/common/include/nnapi/
DIBuffer.h48 virtual GeneralResult<void> copyTo(const SharedMemory& dst) const = 0;
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalBuffer.h36 GeneralResult<void> copyTo(const SharedMemory& dst) const override;
DCanonicalBuffer.cpp70 GeneralResult<void> Buffer::copyTo(const SharedMemory& dst) const { in copyTo() function in android::nn::sample::Buffer
DSampleDriver.h47 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory& dst) override;
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DMenuManager.java186 protected void updateCopyTo(MenuItem copyTo, SelectionDetails selectionDetails) { in updateCopyTo() argument
187 Menus.setEnabledAndVisible(copyTo, !selectionDetails.containsPartialFiles() in updateCopyTo()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java93 public void copyTo(StateAnimationConfig target) { in copyTo() method in StateAnimationConfig
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DBuffer.java74 mAllocation.copyTo(mBitmap); in sync()
DCachingPipeline.java333 mOriginalAllocation.copyTo(bitmap); in render()
335 mFiltersOnlyOriginalAllocation.copyTo(bitmap); in render()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DBitmapProcessor.java81 output.copyTo(outBitmap); in blur()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java352 protected void updateCopyTo(MenuItem copyTo, SelectionDetails selectionDetails) { in updateCopyTo() argument
353 Menus.setEnabledAndVisible(copyTo, false); in updateCopyTo()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java307 config.copyTo(mConfig); in createAnimationToNewWorkspace()
519 DEFAULT.copyTo(this);
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DImageUtils.java63 tmpOut.copyTo(outputBitmap); in blur()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java53 public void copyTo(GridOccupancy dest) { in copyTo() method in GridOccupancy
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DMigrateEstimateTask.java59 public void copyTo(Intent intent) { in copyTo() method in MigrateEstimateTask
/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
516 copyTo(sourceUri, localFilename); in readUriToLocalFile()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriver.h47 ndk::ScopedAStatus copyTo(const aidl_hal::Memory& dst) override;
DSampleDriver.cpp236 ndk::ScopedAStatus SampleBuffer::copyTo(const aidl_hal::Memory& dst) { in copyTo() function in android::nn::sample_driver::SampleBuffer
/packages/apps/Calendar/src/com/android/calendar/
DEvent.java180 public final void copyTo(Event dest) { in copyTo() method in Event
/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp49 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory&) override { in copyTo() function in __anon397212b30111::TestBuffer
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1870 mOccupied.copyTo(mTmpOccupied); in findReorderSolution()
2152 mTmpOccupied.copyTo(mOccupied); in commitTempPlacement()
2895 mOccupied.copyTo(occupancy); in cloneGridOccupancy()
/packages/modules/NeuralNetworks/runtime/
DMemory.cpp236 const auto ret = src->copyTo(dst); in copyIBufferToMemory()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h126 Result copyTo(Memory& other) { in copyTo() function
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java1316 allocationOut.copyTo(image); in blur()

12