Home
last modified time | relevance | path

Searched defs:writeToFd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java168 public void writeToFd(FileDescriptor fd, long offsetBytes, long lengthBytes) throws Exception { in writeToFd() method in FakeBlobData
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTestCommon.h193 static inline void writeToFd(binder::borrowed_fd fd, const Parcelable& parcelable) { in writeToFd() function
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpDevice.cpp62 bool writeToFd(void* data, uint32_t /* unused_offset */, uint32_t length, void* clientData) { in writeToFd() function
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java514 private void writeToFd(FileDescriptor fd, byte[] testData) throws IOException { in writeToFd() method in TestServiceClient