Home
last modified time | relevance | path

Searched refs:copyTo (Results 1 – 25 of 26) 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/common/types/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
/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/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/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java105 public void copyTo(StateAnimationConfig target) { in copyTo() method in StateAnimationConfig
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp268 Result result = memory->copyTo(*mMemory.get()); in copyFrom()
286 ndk::ScopedAStatus copyTo(const Memory& dst) override { in copyTo() function in aidl::android::hardware::neuralnetworks::ShimBuffer
294 Result result = mMemory->copyTo(*memory); in copyTo()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java36 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/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.java348 config.copyTo(mConfig); in createAnimationToNewWorkspace()
570 DEFAULT.copyTo(this);
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java66 mCellLayout.getOccupied().copyTo(mCellLayout.mTmpOccupied); in findReorderSolution()
/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_hidl/
DSampleDriver.h47 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory& dst) override;
DSampleDriver.cpp318 hardware::Return<V1_3::ErrorStatus> SampleBuffer::copyTo(const hardware::hidl_memory& dst) { in copyTo() function in android::nn::sample_driver::SampleBuffer
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.h47 ndk::ScopedAStatus copyTo(const aidl_hal::Memory& dst) override;
DSampleDriverAidl.cpp242 ndk::ScopedAStatus SampleBuffer::copyTo(const aidl_hal::Memory& dst) { in copyTo() function in android::nn::sample_driver_aidl::SampleBuffer
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt531 fun copyTo(dest: Event) { in copyTo() method
/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryDomain.cpp56 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory&) override { in copyTo() function in __anon7106d4110111::TestBuffer
/packages/modules/NeuralNetworks/runtime/
DMemory.cpp240 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1623 mTmpOccupied.copyTo(mOccupied); in commitTempPlacement()
2855 mOccupied.copyTo(occupancy); in cloneGridOccupancy()

12