Searched refs:mIsSecure (Results 1 – 3 of 3) sorted by relevance
258 private final boolean mIsSecure; field in RoboCookieManager.Cookie262 mIsSecure = isSecure; in Cookie()296 return mIsSecure; in isSecure()
161 mIsSecure = name.find(".secure") != std::string::npos; in V4L2DecodeComponent()240 if (!mIsSecure && *codec == VideoCodec::H264) { in startTask()276 *pool = VideoFramePool::Create(std::move(blockPool), numBuffers, size, pixelFormat, mIsSecure, in getVideoFramePool()437 if (isCSDWork && !mIsSecure && (mIntfImpl->getVideoCodec() == VideoCodec::H264)) { in pumpPendingWorks()
112 bool mIsSecure = false; variable