Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposerClient.aidl32 const int eSecure = 0x00000080; field
/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp89 ISurfaceComposerClient::eSecure | in TEST_F()
144 ISurfaceComposerClient::eSecure | in TEST_F()
704 ISurfaceComposerClient::eSecure | in TEST_F()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp78 if (args.flags & ISurfaceComposerClient::eSecure) flags |= layer_state_t::eLayerSecure; in RequestedLayerState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp752 static constexpr uint32_t LAYER_FLAGS = ISurfaceComposerClient::eSecure;
/frameworks/native/services/surfaceflinger/
DLayer.cpp163 if (args.flags & ISurfaceComposerClient::eSecure) layerFlags |= layer_state_t::eLayerSecure; in Layer()