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

/macosx-10.10/IOGraphics-485/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.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h640 virtual IOReturn setAttributeForConnection( IOIndex connectIndex,
653 virtual IOReturn getAttributeForConnection( IOIndex connectIndex,
699 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
707 virtual IOReturn getAppleSense( IOIndex connectIndex,
716 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
725 virtual IOReturn connectFlags( IOIndex connectIndex,
768 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
772 virtual bool hasDDCConnect( IOIndex connectIndex );
777 @param connectIndex Index of the display connection, from zero to the value of getConnectionCount().
786 virtual IOReturn getDDCBlock( IOIndex connectIndex, UInt3
[all...]
H A DIOFramebufferPrivate.h287 IOReturn getAttributeForConnectionParam(IOIndex connectIndex,
289 IOReturn setAttributeForConnectionParam(IOIndex connectIndex,
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h362 virtual IOReturn setAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t value ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
373 virtual IOReturn getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp109 IOReturn IOAudioEngine::setAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t value ) argument
115 IOReturn IOAudioEngine::getAttributeForConnection( SInt32 connectIndex, UInt32 attribute, uintptr_t * value ) argument
/macosx-10.10/IOGraphics-485/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.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp8665 IOReturn IOFramebuffer::setAttributeForConnectionExt( IOIndex connectIndex, argument
8682 err = setAttributeForConnection(connectIndex, attribute, value);
8690 IOReturn IOFramebuffer::getAttributeForConnectionExt( IOIndex connectIndex, argument
8696 err = getAttributeForConnection(connectIndex, attribute, value);
8704 IOReturn IOFramebuffer::getAttributeForConnectionParam( IOIndex connectIndex, argument
8717 err = getAttributeForConnection(connectIndex, attribute, value);
8722 IOReturn IOFramebuffer::setAttributeForConnectionParam( IOIndex connectIndex, argument
8727 err = setAttributeForConnection(connectIndex, attribute, value);
8734 IOReturn IOFramebuffer::setAttributeForConnection( IOIndex connectIndex, argument
8829 IOReturn IOFramebuffer::getAttributeForConnection( IOIndex connectIndex, argument
[all...]

Completed in 199 milliseconds