Home
last modified time | relevance | path

Searched defs:hideWindow (Results 1 – 7 of 7) sorted by relevance

/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl40 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl43 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl43 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl74 void hideWindow(in long id); in hideWindow() method
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp88 TEST_P(AutomotiveDisplayHidlTest, hideWindow) { in TEST_P() argument
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp119 TEST_P(CarDisplayAidlTest, hideWindow) { in TEST_P() argument
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp128 Return<bool> AutomotiveDisplayProxyService::hideWindow(uint64_t id) { in hideWindow() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService