Home
last modified time | relevance | path

Searched refs:eProtectedByApp (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposerClient.aidl35 const int eProtectedByApp = 0x00000800; field
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp84 protectedByApp = args.flags & ISurfaceComposerClient::eProtectedByApp; in RequestedLayerState()
/frameworks/native/services/surfaceflinger/
DLayer.cpp219 mProtectedByApp = args.flags & ISurfaceComposerClient::eProtectedByApp; in Layer()