Searched refs:overlayProperties (Results 1 – 4 of 4) sorted by relevance
43 static void destroyOverlayProperties(gui::OverlayProperties* overlayProperties) { in destroyOverlayProperties() argument44 delete overlayProperties; in destroyOverlayProperties()99 gui::OverlayProperties* overlayProperties = in android_hardware_OverlayProperties_write() local101 if (overlayProperties != nullptr) { in android_hardware_OverlayProperties_write()102 overlayProperties->writeToParcel(parcel); in android_hardware_OverlayProperties_write()112 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in android_hardware_OverlayProperties_read() local113 if (overlayProperties->readFromParcel(parcel) != NO_ERROR) { in android_hardware_OverlayProperties_read()114 delete overlayProperties; in android_hardware_OverlayProperties_read()117 return reinterpret_cast<jlong>(overlayProperties); in android_hardware_OverlayProperties_read()127 JNIEnv* env, gui::OverlayProperties* overlayProperties) { in android_hardware_OverlayProperties_convertToJavaObject() argument[all …]
1451 gui::OverlayProperties* overlayProperties = new gui::OverlayProperties; in nativeGetOverlaySupport() local1452 if (SurfaceComposerClient::getOverlaySupport(overlayProperties) != NO_ERROR) { in nativeGetOverlaySupport()1453 delete overlayProperties; in nativeGetOverlaySupport()1456 return android_hardware_OverlayProperties_convertToJavaObject(env, overlayProperties); in nativeGetOverlaySupport()
27 JNIEnv* env, gui::OverlayProperties* overlayProperties);
1392 final OverlayProperties overlayProperties = defaultDisplay.getOverlaySupport(); in initDisplayInfo() local1393 boolean supportFp16ForHdr = overlayProperties != null in initDisplayInfo()1394 ? overlayProperties.supportFp16ForHdr() : false; in initDisplayInfo()1395 boolean supportMixedColorSpaces = overlayProperties != null in initDisplayInfo()1396 ? overlayProperties.supportMixedColorSpaces() : false; in initDisplayInfo()