Searched refs:responseLength (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDeviceControl.i66 UInt32 responseLength);
H A DDeviceControl.h56 typedef CALLBACK_API_C( UInt32 , DCResponseHandler )(UInt32 fwCommandObjectID, Ptr responseBuffer, UInt32 responseLength);
/macosx-10.10/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp208 uint32_t responseLength = 0; local
293 &response, &responseLength,
297 if (response && responseLength > 0) {
301 CAST_USER_ADDR_T(response), responseLength,
304 *responseLengthOut = responseLength;
343 kmem_free(kernel_map, (vm_offset_t)response, round_page(responseLength));
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DHRTFKernel.cpp80 size_t responseLength = channel->length(); local
83 size_t truncatedResponseLength = std::min(responseLength, fftSize / 2); // truncate if necessary to max impulse response length allowed by FFT
H A DReverbConvolverStage.h49 ReverbConvolverStage(const float* impulseResponse, size_t responseLength, size_t reverbTotalLatency, size_t stageOffset, size_t stageLength, size_t fftSize, size_t renderPhase, size_t renderSliceSize, ReverbAccumulationBuffer*, bool directMode = false);
H A DHRTFElevation.cpp86 size_t responseLength = bus->length(); local
90 bool isBusGood = responseLength == expectedLength && bus->numberOfChannels() == 2;
186 size_t responseLength = impulseResponse->length();
190 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2;
/macosx-10.10/security_ocspd-55124/server/
H A DocspdNetwork.cpp87 size_t responseLength; /* how much data we have currently read */ member in struct:asynchttp_s
137 bool hasNewData = (http->responseLength > http->previousLength);
138 http->previousLength = http->responseLength;
177 http->responseLength = 0;
188 http->responseLength);
194 http->responseLength += bytesRead;
548 if(!httpContext->data || httpContext->responseLength == 0) {
555 (unsigned long)httpContext->responseLength, stopTime-startTime);
883 if(httpContext->responseLength == 0) {
890 (unsigned long)httpContext->responseLength, stopTim
[all...]
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c519 CFIndex responseLength = 0; local
535 responseLength = header->length;
538 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReport.callback)(device->getReport.refcon, header->type, header->reportID, responseReport, responseLength);
541 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReportWithReturnLength.callback)(device->getReportWithReturnLength.refcon, header->type, header->reportID, responseReport, &responseLength);
545 IOConnectCallMethod(device->connect, kIOHIDResourceDeviceUserClientMethodPostReportResponse, response, sizeof(response)/sizeof(uint64_t), responseReport, responseLength, NULL, NULL, NULL, NULL);
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp788 UInt32 responseLength = sizeof(response); local
791 status = (*fAVCUnit)->AVCCommandInGeneration( fAVCUnit, generation, (UInt8*)&cmd, sizeof(cmd), (UInt8*)&response, &responseLength );
794 if (responseLength >= sizeof(ACAVCCommand))
887 UInt32 responseLength; local
922 responseLength = sizeof(response);
923 status = (*me->fAVCUnit)->AVCCommandInGeneration( me->fAVCUnit, me->fGeneration, (UInt8*)&cmd, sizeof(cmd), (UInt8*)&response, &responseLength );
926 if (responseLength >= sizeof(ACAVCCommand))
1195 UInt32 responseLength = sizeof(response); local
1198 status = (*fAVCUnit)->AVCCommandInGeneration( fAVCUnit, generation, (UInt8*)&cmd, sizeof(cmd), (UInt8*)&response, &responseLength );
1201 if (responseLength >
[all...]
H A DIOFireWireAVCLibUnit.cpp892 UInt32 responseLength = 0; local
903 status = AVCCommand( self, command, 8, response, &responseLength );
905 if( status == kIOReturnSuccess && responseLength == 8 )
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7332 uint32_t responseLength = 0; local
7614 responseLength = serializer->getLength();
7623 round_page(responseLength));
7633 bzero((void *)(buffer + responseLength),
7634 (round_page(responseLength) - responseLength));
7635 memcpy(buffer, response, responseLength);
7637 *responseLengthOut = responseLength;
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c8397 uint32_t responseLength = 0; local
8426 &responseLength,
8438 if (responseBuffer && responseLength) {
8458 *rawResponseLengthOut = responseLength;
8470 if (deallocResponse && responseBuffer && responseLength) {
8472 responseLength); local
8592 uint32_t responseLength = 0; local
8799 &responseLength,
8820 vm_deallocate(mach_task_self(), responseBuffer, responseLength); local

Completed in 148 milliseconds