summaryrefslogtreecommitdiff
path: root/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl')
-rw-r--r--automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl b/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl
index 643623a..0a40d16 100644
--- a/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl
+++ b/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ICarDisplayProxy.aidl
@@ -36,7 +36,11 @@ package android.frameworks.automotive.display;
interface ICarDisplayProxy {
long[] getDisplayIdList();
android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id);
+ /**
+ * @deprecated As of android.frameworks.automotive.display-V2, this method is deprecated and replaced with getSurface().
+ */
android.hardware.common.NativeHandle getHGraphicBufferProducer(in long id);
void hideWindow(in long id);
void showWindow(in long id);
+ android.view.Surface getSurface(in long id);
}