Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1757 bool isBootDisplayModeSupported = false; in nativeGetBootDisplayModeSupport() local
1758 SurfaceComposerClient::getBootDisplayModeSupport(&isBootDisplayModeSupported); in nativeGetBootDisplayModeSupport()
1759 return static_cast<jboolean>(isBootDisplayModeSupported); in nativeGetBootDisplayModeSupport()