Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.cpp425 uint32_t flagsCheck = static_cast<uint32_t>(flags); in IsValidFileFd() local
426 if ((flagsCheck & (O_RDWR | O_WRONLY)) == 0) { in IsValidFileFd()
427 …_LOG("File descriptor is not in read-write mode or write-only mode fd:%d flag:%x", fd, flagsCheck); in IsValidFileFd()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp681 uint32_t flagsCheck = static_cast<uint32_t>(flags); in IsValidFileFd() local
682 if ((flagsCheck & (O_RDWR | O_WRONLY)) == 0) { in IsValidFileFd()
683 …_LOG("File descriptor is not in read-write mode or write-only mode fd:%d flag:%x", fd, flagsCheck); in IsValidFileFd()