• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/

Lines Matching refs:cType

1524 	UInt8 cType;
1535 cType = pBuf[0] & 0x0F;
1537 // Check the cType. Don't handle command if not a status type.
1538 if (cType != kAVCStatusInquiryCommand)
1592 UInt8 cType;
1610 cType = pBuf[0] & 0x0F;
1612 // Check the cType. Don't handle command if not a status type.
1613 if (cType != kAVCStatusInquiryCommand)
1710 UInt8 cType;
1723 cType = pBuf[0] & 0x0F;
1725 // Check the cType. Don't handle command if not a status type.
1726 if (cType != kAVCStatusInquiryCommand)
1793 UInt8 cType;
1803 cType = pBuf[0] & 0x0F;
1806 switch (cType)
1830 pResponse[kAVCCommandResponse] = (cType == kAVCStatusInquiryCommand) ? kAVCImplementedStatus : kAVCAcceptedStatus;
1831 pResponse[kAVCOperand0] = (cType == kAVCStatusInquiryCommand) ? 0x70 : pBuf[kAVCOperand0];
1845 UInt8 cType;
1860 cType = pBuf[0] & 0x0F;
1863 switch (cType)
1894 else if ((cType == kAVCStatusInquiryCommand) && (inParams.sourcePlugNum = kAVCInvalidPlug))
1909 else if ((cType == kAVCStatusInquiryCommand) && (inParams.destPlugNum = kAVCInvalidPlug))
1924 if (cType == kAVCStatusInquiryCommand)
2039 UInt8 cType;
2051 // Get the cType. Only control type accepted
2052 cType = pBuf[kAVCCommandResponse] & 0x0F;
2053 if (cType != kAVCControlCommand)
2134 UInt8 cType;
2149 cType = pBuf[0] & 0x0F;
2159 switch (cType)
2197 if ((found == true) && (cType == kAVCControlCommand))
2223 if (cType == kAVCStatusInquiryCommand)
2269 UInt8 cType;
2284 cType = pBuf[0] & 0x0F;
2294 switch (cType)
2332 if ((found == true) && (cType == kAVCControlCommand))
2358 if (cType == kAVCStatusInquiryCommand)
2401 UInt8 cType;
2419 cType = pBuf[0] & 0x0F;
2421 // Check the cType. Don't handle command if not a status type.
2422 if (cType != kAVCStatusInquiryCommand)