Home
last modified time | relevance | path

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

/aosp_15_r20/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp51 borrowed_fd memoryFd(fd.get()); in scopedFdToBorrowedFd() local
58 unique_fd memoryFd(fd.get()); in scopeFdToUniqueFd() local
88 unique_fd memoryFd = scopeFdToUniqueFd(std::move(descriptor)); in readFromParcel() local
156 binder_status_t LargeParcelableBase::deserializeSharedMemoryAndClose(unique_fd memoryFd) { in deserializeSharedMemoryAndClose()
309 borrowed_fd memoryFd = scopedFdToBorrowedFd(fd); in getParcelFromMemoryFile() local
DMappedFile.cpp31 MappedFile::MappedFile(int memoryFd, int32_t fileSize, bool writtable) { in MappedFile()
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp627 int memoryFd = ASharedMemory_create("nnMemory", memorySize); in TEST_F() local
630 int memoryFd = tmpFile.release(); in TEST_F() local
1335 int memoryFd = ASharedMemory_create("nnMemory", memorySize); in TEST_F() local
1338 int memoryFd = tmpFile.release(); in TEST_F() local
1704 int memoryFd = ASharedMemory_create("nnMemory", memorySize); in TEST_F() local
1707 int memoryFd = tmpFile.release(); in TEST_F() local
1775 int memoryFd = ASharedMemory_create("nnMemory", memorySize); in TEST_F() local
1778 int memoryFd = tmpFile.release(); in TEST_F() local
1893 int memoryFd = ASharedMemory_create("nnMemory", memorySize); in TEST_F() local
1896 int memoryFd = tmpFile.release(); in TEST_F() local
[all …]
/aosp_15_r20/external/libxml2/
H A Dxmllint.c3398 int memoryFd = -1; in xmllintMain() local