Searched refs:portType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioPort.cpp72 IOAudioPort *IOAudioPort::withAttributes(UInt32 portType, const char *portName, UInt32 subType, OSDictionary *properties) argument
78 if (!port->initWithAttributes(portType, portName, subType, properties)) {
87 bool IOAudioPort::initWithAttributes(UInt32 portType, const char *portName, UInt32 subType, OSDictionary *properties) argument
93 if (portType == 0) {
100 setType(portType);
127 void IOAudioPort::setType(UInt32 portType) argument
129 setProperty(kIOAudioPortTypeKey, portType, sizeof(UInt32)*8);
H A DIOAudioPort.h102 * @param portType A readable string representing the type of port. Common port types are defined in
112 static IOAudioPort *withAttributes(UInt32 portType, const char *portName = 0, UInt32 subType = 0, OSDictionary *properties = 0) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
117 * @discussion The properties parameter is passed on the superclass' init(). The portType, subType
118 * and properties parameters are optional, however portType is recommended.
119 * @param portType A readable string representing the type of port. Common port types are defined in
129 virtual bool initWithAttributes(UInt32 portType, const char *portName = 0, UInt32 subType = 0, OSDictionary *properties = 0) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
180 virtual void setType(UInt32 portType) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm138 mach_port_type_t portType;
139 kern_return_t kr = mach_port_type(mach_task_self(), serverPort, &portType);
140 if (kr || !(portType & MACH_PORT_TYPE_SEND)) {
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEAddress.c93 OSType portType; member in struct:typeCreatorFilter
894 {"-pc <portCreator> <portType>", 4, 4},
935 thePPCPortRec.u.port.portType = TclaeGetOSTypeFromObj(objv[++j]);
1167 && (thePortInfo->name.u.port.portType == nextTCFilter->portType)) {
1278 typeCreatorFilterPtr->portType = TclaeGetOSTypeFromObj(codeObj);
1635 targetPtr->name.u.port.portType = 'ep01';
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm3164 foreach ($s->portType) {
4507 <portType name="Service1Soap">
4512 </portType>
4607 <portType name="Service1Soap">
4612 </portType>
4706 <portType name="Service1Soap">
4711 </portType>

Completed in 158 milliseconds