Home
last modified time | relevance | path

Searched refs:inodes (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp47 std::vector<ino_t> inodes; member
160 std::vector<ino_t> inodes(fd_count); in allocate() local
162 inodes[idx] = get_inode(hnd->fds[idx]); in allocate()
172 inodes, in allocate()
230 const auto& [name, buffer_id, inodes, format, usage, width, height] = allocated_buffers[i]; in dump()
232 for (auto it = inodes.begin(); it != inodes.end(); it++) { in dump()
233 if (it != inodes.begin()) { in dump()