Home
last modified time | relevance | path

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

/frameworks/native/services/automotive/display/include/
DAutomotiveDisplayProxyService.h40 typedef struct DisplayDesc { struct
43 } DisplayDesc; typedef
57 std::unordered_map<uint64_t, DisplayDesc> mDisplays;
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl19 import android.frameworks.automotive.display.DisplayDesc;
53 DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
DDisplayDesc.aidl30 parcelable DisplayDesc {
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp33 using ::aidl::android::frameworks::automotive::display::DisplayDesc;
89 DisplayDesc desc; in TEST_P()
132 DisplayDesc desc; in TEST_P()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DDisplayDesc.aidl36 parcelable DisplayDesc {
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DDisplayDesc.aidl36 parcelable DisplayDesc {
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DDisplayDesc.aidl36 parcelable DisplayDesc {
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp88 DisplayDesc descriptor = {displayToken, surfaceControl}; in getIGraphicBufferProducer()