Home
last modified time | relevance | path

Searched refs:currentMode (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp99 arg.usb_last_port_status.status.currentMode = currentPortStatus[0].status.currentMode; in notifyPortStatusChange_1_1()
180 EXPECT_EQ(PortMode::NONE, res.args->usb_last_port_status.status.currentMode); in TEST_F()
/hardware/interfaces/usb/1.1/
Dtypes.hal42 * The supportedModes and the currentMode fields of the status
56 PortMode_1_1 currentMode;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DDrm.cpp621 drmModeModeInfo currentMode; in setDrmMode() local
622 memcpy(&currentMode, &output->mode, sizeof(drmModeModeInfo)); in setDrmMode()
624 if (isSameDrmMode(mode, &currentMode)) in setDrmMode()
627 if (currentMode.hdisplay != mode->hdisplay || in setDrmMode()
628 currentMode.vdisplay != mode->vdisplay) { in setDrmMode()
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp89 parent_.usb_last_port_status.currentMode = in notifyPortStatusChange()
90 currentPortStatus[0].currentMode; in notifyPortStatusChange()
/hardware/interfaces/usb/1.0/
Dtypes.hal179 PortMode currentMode;
/hardware/interfaces/usb/1.0/default/
DUsb.cpp271 currentPortStatus[i].currentMode = in getPortStatusHelper()