Searched refs:shm_fd_ (Results 1 – 1 of 1) sorted by relevance
76 if(shm_fd_ >= 0) in ~OpaqueFdExternalMemory()78 ::close(shm_fd_); in ~OpaqueFdExternalMemory()79 shm_fd_ = -1; in ~OpaqueFdExternalMemory()87 shm_fd_ = allocateInfo.fd; in allocate()88 if(shm_fd_ < 0) in allocate()154 shm_fd_ = fd; in allocate()158 shm_fd_, 0); in allocate()180 int fd = dup(shm_fd_); in exportFd()195 int shm_fd_ = -1; member in OpaqueFdExternalMemory