Searched refs:overlayProperties (Results 1 – 4 of 4) sorted by relevance
42 static void destroyOverlayProperties(gui::OverlayProperties* overlayProperties) { in destroyOverlayProperties() argument43 delete overlayProperties; in destroyOverlayProperties()87 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_createDefault() local93 overlayProperties->combinations.emplace_back(combination); in android_hardware_OverlayProperties_createDefault()94 overlayProperties->supportMixedColorSpaces = true; in android_hardware_OverlayProperties_createDefault()95 return reinterpret_cast<jlong>(overlayProperties); in android_hardware_OverlayProperties_createDefault()109 gui::OverlayProperties* overlayProperties = in android_hardware_OverlayProperties_write() local111 if (overlayProperties != nullptr) { in android_hardware_OverlayProperties_write()112 overlayProperties->writeToParcel(parcel); in android_hardware_OverlayProperties_write()122 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_read() local[all …]
1572 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in nativeGetOverlaySupport() local1573 if (SurfaceComposerClient::getOverlaySupport(overlayProperties) != NO_ERROR) { in nativeGetOverlaySupport()1574 delete overlayProperties; in nativeGetOverlaySupport()1577 return android_hardware_OverlayProperties_convertToJavaObject(env, overlayProperties); in nativeGetOverlaySupport()
27 JNIEnv* env, gui::OverlayProperties* overlayProperties);
1394 final OverlayProperties overlayProperties = defaultDisplay.getOverlaySupport(); in initDisplayInfo() local1422 overlayProperties.isCombinationSupported( in initDisplayInfo()1424 overlayProperties.isCombinationSupported( in initDisplayInfo()1430 overlayProperties.isMixedColorSpacesSupported()); in initDisplayInfo()