Searched defs:outputIndex (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp78 int outputIndex = getOutputIndex(device); local
79 if (outputIndex < 0 ) {
83 resetOutput(outputIndex);
93 DrmOutput *output = &mOutputs[outputIndex];
202 ret = initDrmMode(outputIndex);
205 if (outputIndex == OUTPUT_PRIMARY) {
217 if (output->connector == NULL && outputIndex != OUTPUT_PRIMARY) {
223 resetOutput(outputIndex);
256 int outputIndex = getOutputIndex(device); local
257 if (outputIndex <
300 int outputIndex = getOutputIndex(device); local
419 int outputIndex = getOutputIndex(device); local
443 int outputIndex = getOutputIndex(device); local
551 initDrmMode(int outputIndex) argument
670 int outputIndex = getOutputIndex(device); local
698 int outputIndex = getOutputIndex(device); local
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp78 int outputIndex = getOutputIndex(device); local
79 if (outputIndex < 0 ) {
83 resetOutput(outputIndex);
93 DrmOutput *output = &mOutputs[outputIndex];
209 if (outputIndex == OUTPUT_PRIMARY) {
221 if (output->connector == NULL && outputIndex != OUTPUT_PRIMARY) {
227 resetOutput(outputIndex);
260 int outputIndex = getOutputIndex(device); local
261 if (outputIndex < 0 ) {
266 DrmOutput *output= &mOutputs[outputIndex];
304 int outputIndex = getOutputIndex(device); local
423 int outputIndex = getOutputIndex(device); local
455 int outputIndex = getOutputIndex(device); local
475 int outputIndex = getOutputIndex(device); local
591 initDrmMode(int outputIndex) argument
709 int outputIndex = getOutputIndex(device); local
737 int outputIndex = getOutputIndex(device); local
[all...]

Completed in 64 milliseconds