Searched refs:connectIndex (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h292 virtual IOReturn getAttributeForConnection( IOIndex connectIndex,
295 virtual IOReturn setAttributeForConnection( IOIndex connectIndex,
300 virtual IOReturn getAppleSense( IOIndex connectIndex,
306 virtual IOReturn connectFlags( IOIndex connectIndex,
311 virtual bool hasDDCConnect( IOIndex connectIndex );
312 virtual IOReturn getDDCBlock( IOIndex connectIndex, UInt32 blockNumber,
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h631 virtual IOReturn setAttributeForConnection( IOIndex connectIndex,
644 virtual IOReturn getAttributeForConnection( IOIndex connectIndex,
690 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
698 virtual IOReturn getAppleSense( IOIndex connectIndex,
707 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
716 virtual IOReturn connectFlags( IOIndex connectIndex,
759 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
763 virtual bool hasDDCConnect( IOIndex connectIndex );
768 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
777 virtual IOReturn getDDCBlock( IOIndex connectIndex, UInt3
[all...]
H A DIOFramebufferPrivate.h285 IOReturn getAttributeForConnectionParam(IOIndex connectIndex,
287 IOReturn setAttributeForConnectionParam(IOIndex connectIndex,
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.h355 virtual IOReturn setAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t value );
366 virtual IOReturn getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value );
H A DIOAudioEngine.cpp108 IOReturn IOAudioEngine::setAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t value ) argument
114 IOReturn IOAudioEngine::getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value ) argument
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp3145 IOReturn IONDRVFramebuffer::setAttributeForConnection( IOIndex connectIndex, argument
3161 return (super::setAttributeForConnectionExt(connectIndex, attribute, value));
3192 err = super::setAttributeForConnection( connectIndex,
3269 IOReturn IONDRVFramebuffer::getAttributeForConnection( IOIndex connectIndex, argument
3302 if (connectIndex == 0)
3306 multiConnect.csDisplayCountOrNumber = connectIndex;
3320 if (connectIndex == 0)
3324 multiConnect.csDisplayCountOrNumber = connectIndex;
3394 ret = super::getAttributeForConnection( connectIndex, attribute, value );
3417 ret = super::getAttributeForConnection( connectIndex,
3435 getAppleSense( IOIndex connectIndex, UInt32 * senseType, UInt32 * primary, UInt32 * extended, UInt32 * displayType ) argument
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp8570 IOReturn IOFramebuffer::setAttributeForConnectionExt( IOIndex connectIndex, argument
8587 err = setAttributeForConnection(connectIndex, attribute, value);
8595 IOReturn IOFramebuffer::getAttributeForConnectionExt( IOIndex connectIndex, argument
8601 err = getAttributeForConnection(connectIndex, attribute, value);
8609 IOReturn IOFramebuffer::getAttributeForConnectionParam( IOIndex connectIndex, argument
8622 err = getAttributeForConnection(connectIndex, attribute, value);
8627 IOReturn IOFramebuffer::setAttributeForConnectionParam( IOIndex connectIndex, argument
8632 err = setAttributeForConnection(connectIndex, attribute, value);
8639 IOReturn IOFramebuffer::setAttributeForConnection( IOIndex connectIndex, argument
8734 IOReturn IOFramebuffer::getAttributeForConnection( IOIndex connectIndex, argument
[all...]

Completed in 246 milliseconds