Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp170 static int32_t BindFilterProxyFdToOrigin(const int32_t originFd, int32_t &proxyFd) in BindFilterProxyFdToOrigin() argument
172 int ret = ioctl(proxyFd, IOC_SET_ORIGIN_FD, &originFd); in BindFilterProxyFdToOrigin()
175 originFd, proxyFd, errno); in BindFilterProxyFdToOrigin()
181 static int32_t SendRangesToIoctl(const int32_t originFd, const int32_t proxyFd, const PrivacyRanges… in SendRangesToIoctl() argument
195 int err = ioctl(proxyFd, IOC_SET_FILTER_PROXY_RANGE, ranges); in SendRangesToIoctl()
197 MEDIA_ERR_LOG("Failed to set ranges to fd: %{public}d, error: %{public}d", proxyFd, errno); in SendRangesToIoctl()