Lines Matching refs:pip
112 pip: null, property
127 testParam.pip = gPipe
146 testParam.isClaimed = usb.claimInterface(testParam.pip, testParam.interface, true);
151 usb.bulkTransfer(testParam.pip, testParam.inEndpoint, tmpUint8Array, 5000).then(data => {
175 testParam.isClaimed = usb.claimInterface(testParam.pip, testParam.interface, true);
187 usb.bulkTransfer(testParam.pip, testParam.outEndpoint, tmpUint8Array, 5000).then(data => {
359 function callControlTransfer(pip, controlParam, timeout, caseName) { argument
360 usb.controlTransfer(pip, controlParam, timeout).then(data => {
388 …callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_01 GetDescriptor')
407 callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_02 GetStatus')
426 …callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_03 GetConfigurati…
445 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_04 GetInterface')
464 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_05 ClearFeature')
483 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_06 ClearFeature')
502 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_07 ClearFeature')
521 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_08 ClearFeature')
540 … callControlTransfer(testParam.pip, controlParam, timeout, 'control_transfer_test_09 ClearFeature')