HomeSort by relevance Sort by last modified time
    Searched refs:mIsSecure (Results 1 - 25 of 25) sorted by null

  /frameworks/base/core/java/android/privacy/internal/longitudinalreporting/
LongitudinalReportingEncoder.java 71 private final boolean mIsSecure;
103 mIsSecure = secureEncoder;
154 return !mIsSecure;
  /frameworks/base/core/java/android/privacy/internal/rappor/
RapporEncoder.java 61 private final boolean mIsSecure;
66 mIsSecure = secureEncoder;
137 return !mIsSecure;
  /external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/
RoboCookieManager.java 258 private final boolean mIsSecure;
262 mIsSecure = isSecure;
296 return mIsSecure;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 102 bool mIsSecure;
GenericSource2.cpp 74 mIsSecure(false),
108 mIsSecure = false;
277 ALOGV("initFromDataSource mExtractors.size(): %zu mIsSecure: %d mime[0]: %s", mExtractors.size(),
278 mIsSecure, (mMimes.isEmpty() ? "NONE" : mMimes[0].string()));
364 mIsSecure = false;
    [all...]
GenericSource2.h 150 bool mIsSecure;
NuPlayer2Decoder.cpp 82 mIsSecure(false),
327 mIsSecure = secure;
350 ALOGV("onConfigure mCrypto: %p, mIsSecure: %d", crypto.get(), mIsSecure);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 101 bool mIsSecure;
GenericSource.cpp 73 mIsSecure(false),
108 mIsSecure = false;
262 ALOGV("initFromDataSource mSources.size(): %zu mIsSecure: %d mime[0]: %s", mSources.size(),
263 mIsSecure, (mMimes.isEmpty() ? "NONE" : mMimes[0].string()));
365 mIsSecure = false;
    [all...]
GenericSource.h 149 bool mIsSecure;
NuPlayerDecoder.cpp 82 mIsSecure(false),
316 mIsSecure = secure;
340 ALOGV("onConfigure mCrypto: %p (%d) mIsSecure: %d",
341 crypto.get(), (crypto != NULL ? crypto->getStrongCount() : 0), mIsSecure);
    [all...]
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h 108 return mIsSecure;
134 bool mIsSecure;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 106 bool isSecure() const { return mIsSecure; }
239 bool mIsSecure;
DisplayDevice.cpp 243 mIsSecure(isSecure),
670 tr.getType(), getPageFlipCount(), mIsSecure, mPowerMode, mActiveConfig,
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 377 mIsSecure = AString(name).endsWith(".secure");
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 138 milliseconds