Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1636 bool isBootDisplayModeSupported = false; in nativeGetBootDisplayModeSupport() local
1637 SurfaceComposerClient::getBootDisplayModeSupport(&isBootDisplayModeSupported); in nativeGetBootDisplayModeSupport()
1638 return static_cast<jboolean>(isBootDisplayModeSupported); in nativeGetBootDisplayModeSupport()