Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.h160 static constexpr int64_t MIN_FD = 3; variable
H A Dsound_parser.cpp44 fdSource_ = fcntl(fd, F_DUPFD_CLOEXEC, MIN_FD); // dup(fd) + close on exec to prevent leaks. in SoundParser()