Searched refs:proxyFd (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 169 static int32_t BindFilterProxyFdToOrigin(const int32_t originFd, int32_t &proxyFd) in BindFilterProxyFdToOrigin() argument 171 int ret = ioctl(proxyFd, IOC_SET_ORIGIN_FD, &originFd); in BindFilterProxyFdToOrigin() 174 originFd, proxyFd, errno); in BindFilterProxyFdToOrigin() 180 static int32_t SendRangesToIoctl(const int32_t originFd, const int32_t proxyFd, const PrivacyRanges &rans) in SendRangesToIoctl() argument 194 int err = ioctl(proxyFd, IOC_SET_FILTER_PROXY_RANGE, ranges); in SendRangesToIoctl() 196 MEDIA_ERR_LOG("Failed to set ranges to fd: %{public}d, error: %{public}d", proxyFd, errno); in SendRangesToIoctl()
|
Completed in 2 milliseconds