Home
last modified time | relevance | path

Searched refs:HotplugEvent (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/tv/cec/1.1/vts/functional/
H A DVtsHalTvCecV1_1TargetTest.cpp38 using ::android::hardware::tv::cec::V1_0::HotplugEvent;
100 const ::android::hardware::tv::cec::V1_0::HotplugEvent& /* event */) { in onHotplugEvent()
/aosp12/hardware/interfaces/tv/cec/1.0/
H A DIHdmiCecCallback.hal30 oneway onHotplugEvent(HotplugEvent event);
H A Dtypes.hal214 struct HotplugEvent {
/aosp12/hardware/interfaces/tv/cec/1.1/default/
H A DHdmiCecMock.cpp52 Return<void> onHotplugEvent(const ::android::hardware::tv::cec::V1_0::HotplugEvent& event) { in onHotplugEvent()
263 HotplugEvent hotplugEvent{.connected = ((msgBuf[3]) & 0xf) > 0, in handleHotplugMessage()
H A DHdmiCecMock.h40 using ::android::hardware::tv::cec::V1_0::HotplugEvent;
/aosp12/hardware/interfaces/tv/cec/1.0/default/
H A DHdmiCec.h81 HotplugEvent hotplugEvent { in eventCallback()
H A DHdmiCecMock.cpp212 HotplugEvent hotplugEvent{.connected = ((msgBuf[3]) & 0xf) > 0, in handleHotplugMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java23 import android.hardware.tv.cec.V1_0.HotplugEvent;
1163 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent()
1196 public void onHotplugEvent(HotplugEvent event) throws RemoteException { in onHotplugEvent()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h183 using HotplugEvent = SurfaceFlinger::HotplugEvent;
H A DDisplayTransactionTestHelpers.h357 TestableSurfaceFlinger::HotplugEvent{HWC_DISPLAY_ID, connection});
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h469 struct HotplugEvent { struct
1303 std::vector<HotplugEvent> mPendingHotplugEvents GUARDED_BY(mStateLock);
H A DSurfaceFlinger.cpp1792 mPendingHotplugEvents.emplace_back(HotplugEvent{hwcDisplayId, connection}); in onComposerHalHotplug()