Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/tv/cec/1.0/vts/functional/
DVtsHalTvCecV1_0TargetTest.cpp149 hidl_vec<HdmiPortInfo> ports; in TEST_P() local
151 hdmiCec->getPortInfo([&ports](hidl_vec<HdmiPortInfo> list) { ports = list; }); in TEST_P()
154 for (size_t i = 0; i < ports.size(); ++i) { in TEST_P()
155 EXPECT_TRUE((ports[i].type == HdmiPortType::OUTPUT) || in TEST_P()
156 (ports[i].type == HdmiPortType::INPUT)); in TEST_P()
157 if (ports[i].portId == 0) { in TEST_P()
160 cecSupportedOnDevice = cecSupportedOnDevice | ports[i].cecSupported; in TEST_P()
188 hidl_vec<HdmiPortInfo> ports; in TEST_P() local
190 hdmiCec->getPortInfo([&ports](hidl_vec<HdmiPortInfo> list) { ports = list; }); in TEST_P()
192 for (size_t i = 0; i < ports.size(); ++i) { in TEST_P()
[all …]
/hardware/interfaces/tv/cec/1.1/vts/functional/
DVtsHalTvCecV1_1TargetTest.cpp169 hidl_vec<HdmiPortInfo> ports; in TEST_P() local
171 hdmiCec->getPortInfo([&ports](hidl_vec<HdmiPortInfo> list) { ports = list; }); in TEST_P()
174 for (size_t i = 0; i < ports.size(); ++i) { in TEST_P()
175 EXPECT_TRUE((ports[i].type == HdmiPortType::OUTPUT) || in TEST_P()
176 (ports[i].type == HdmiPortType::INPUT)); in TEST_P()
177 if (ports[i].portId == 0) { in TEST_P()
180 cecSupportedOnDevice = cecSupportedOnDevice | ports[i].cecSupported; in TEST_P()
204 hidl_vec<HdmiPortInfo> ports; in TEST_P() local
206 hdmiCec->getPortInfo([&ports](hidl_vec<HdmiPortInfo> list) { ports = list; }); in TEST_P()
207 for (size_t i = 0; i < ports.size(); ++i) { in TEST_P()
[all …]
/hardware/interfaces/usb/1.0/default/
DUsb.cpp170 int32_t ports = 0; in getTypeCPortNamesHelper()
176 ports++; in getTypeCPortNamesHelper()
180 if (ports == 0) { in getTypeCPortNamesHelper()
185 names.resize(ports); in getTypeCPortNamesHelper()
191 if (current >= ports) { in getTypeCPortNamesHelper()
/hardware/interfaces/usb/1.0/
DIUsb.hal49 * status of the Type-C ports. This method is async/oneway. The result of the
52 * of type-c ports that are present and their connection status through the
DIUsbCallback.hal31 * typeC ports in the device.
Dtypes.hal58 * USB ports can be a pure DFP port which can only act
60 * Or a dual role ports which can either can as a host or
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal33 * of all the typeC ports in the device.
/hardware/interfaces/usb/1.2/
DIUsbCallback.hal34 * of all the typeC ports in the device.
/hardware/qcom/msm8996/kernel-headers/sound/
Dasequencer.h237 int ports; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dasequencer.h313 int ports; /* maximum ports per client */ member
/hardware/interfaces/audio/2.0/
DIDevice.hal157 * Creates an audio patch between several source and sink ports. The handle
/hardware/interfaces/audio/4.0/
DIDevice.hal159 * Creates an audio patch between several source and sink ports. The handle
/hardware/interfaces/audio/5.0/
DIDevice.hal159 * Creates an audio patch between several source and sink ports. The handle
/hardware/interfaces/audio/6.0/
DIDevice.hal162 * Creates an audio patch between several source and sink ports. The handle
/hardware/interfaces/audio/7.0/
DIDevice.hal174 * Creates an audio patch between several source and sink ports. The handle
/hardware/interfaces/radio/1.6/
Dtypes.hal173 * Defines range of ports. start and end are the first and last port numbers
183 /** Port is optional, contains either single port or range of ports */
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal325 * Implement this property if the vehicle has multiple EV ports.