Home | History | Annotate | Download | only in base

Lines Matching defs:outputIndex

78     int outputIndex = getOutputIndex(device);
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);
261 if (outputIndex < 0 ) {
266 DrmOutput *output= &mOutputs[outputIndex];
291 return setDrmMode(outputIndex, mode);
304 int outputIndex = getOutputIndex(device);
305 if (outputIndex < 0 ) {
310 DrmOutput *output= &mOutputs[outputIndex];
337 return setDrmMode(outputIndex, mode);
423 int outputIndex = getOutputIndex(device);
424 if (outputIndex < 0 ) {
428 DrmOutput *output= &mOutputs[outputIndex];
455 int outputIndex = getOutputIndex(device);
456 if (outputIndex < 0 ) {
460 DrmOutput *output= &mOutputs[outputIndex];
475 int outputIndex = getOutputIndex(device);
476 if (outputIndex < 0) {
480 DrmOutput *output= &mOutputs[outputIndex];
591 bool Drm::initDrmMode(int outputIndex)
593 DrmOutput *output= &mOutputs[outputIndex];
609 return setDrmMode(outputIndex, &output->connector->modes[index]);
709 int outputIndex = getOutputIndex(device);
710 if (outputIndex < 0) {
715 DrmOutput *output= &mOutputs[outputIndex];
737 int outputIndex = getOutputIndex(device);
738 if (outputIndex < 0) {
743 DrmOutput *output= &mOutputs[outputIndex];