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

/macosx-10.9.5/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.9.5/WebCore-7537.78.1/platform/audio/
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 DHRTFKernel.cpp82 size_t responseLength = channel->length(); local
85 size_t truncatedResponseLength = min(responseLength, fftSize / 2); // truncate if necessary to max impulse response length allowed by FFT
H A DHRTFElevation.cpp89 size_t responseLength = bus->length(); local
93 bool isBusGood = responseLength == expectedLength && bus->numberOfChannels() == 2;
189 size_t responseLength = impulseResponse->length();
193 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2;
/macosx-10.9.5/xnu-2422.115.4/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.9.5/security_ocspd-55118.2/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.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDUserDevice.c472 CFIndex responseLength = 0; local
488 responseLength = header->length;
491 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReport.callback)(device->getReport.refcon, header->type, header->reportID, responseReport, responseLength);
494 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReportWithReturnLength.callback)(device->getReportWithReturnLength.refcon, header->type, header->reportID, responseReport, &responseLength);
498 IOConnectCallMethod(device->connect, kIOHIDResourceDeviceUserClientMethodPostReportResponse, response, sizeof(response)/sizeof(uint64_t), responseReport, responseLength, NULL, NULL, NULL, NULL);
/macosx-10.9.5/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.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp7657 uint32_t responseLength = 0; local
7967 responseLength = responseData->getLength();
7985 responseLength = serializer->getLength();
7994 round_page(responseLength));
8004 bzero((void *)(buffer + responseLength),
8005 (round_page(responseLength) - responseLength));
8006 memcpy(buffer, response, responseLength);
8008 *responseLengthOut = responseLength;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c8347 uint32_t responseLength = 0; local
8376 &responseLength,
8388 if (responseBuffer && responseLength) {
8408 *rawResponseLengthOut = responseLength;
8420 if (deallocResponse && responseBuffer && responseLength) {
8422 responseLength); local
8542 uint32_t responseLength = 0; local
8751 &responseLength,
8772 vm_deallocate(mach_task_self(), responseBuffer, responseLength); local

Completed in 243 milliseconds