Home
last modified time | relevance | path

Searched defs:showWindow (Results 1 – 8 of 8) sorted by relevance

/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl41 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl44 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl44 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl86 void showWindow(in long id); in showWindow() method
/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp72 TEST_P(AutomotiveDisplayHidlTest, showWindow) { in TEST_P() argument
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp112 TEST_P(CarDisplayAidlTest, showWindow) { in TEST_P() argument
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp102 Return<bool> AutomotiveDisplayProxyService::showWindow(uint64_t id) { in showWindow() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1349 void showWindow() { in showWindow() method in VoiceInteractionSession