Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java294 private static native boolean nativeBootFinished(); in nativeBootFinished() method in SurfaceControl
2663 return nativeBootFinished(); in bootFinished()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp2162 static jboolean nativeBootFinished(JNIEnv* env, jclass clazz) { in nativeBootFinished() function
2476 (void*)nativeBootFinished },