Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java66 private final boolean mProtected; field in Message
132 mProtected = yesnoToBoolean(attrs.get("protected")); in Message()
188 json.put("protected", mProtected); in toString()
329 return mProtected; in isProtected()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLImage.h42 bool isProtected() const { return mProtected; } in isProtected()
47 bool mProtected = false; variable
H A DGLImage.cpp75 mProtected = isProtected; in setNativeWindowBuffer()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLImage.h42 bool isProtected() const { return mProtected; } in isProtected()
47 bool mProtected = false; variable
H A DGLImage.cpp72 mProtected = isProtected; in setNativeWindowBuffer()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DRenderSurface.h52 bool isProtected() const override { return mProtected; } in isProtected()
90 bool mProtected{false};
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp121 mProtected = useProtected; in setProtected()