Searched refs:clientBuffer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioStream.cpp1184 IOReturn IOAudioStream::addClient(IOAudioClientBuffer *clientBuffer) argument
1188 audioDebugIOLog(3, "+ IOAudioStream[%p]::addClient(%p)\n", this, clientBuffer);
1190 if (clientBuffer) {
1191 assert(clientBuffer->audioStream == this);
1197 if ((clientBuffer->nextClip == NULL) && (clientBuffer->previousClip == NULL) && (clientBuffer != clientBufferListStart) && (clientBuffer->nextClient == NULL) && (clientBuffer != userClientList)) {
1199 // <rdar://11731381> Make sure that the clientBuffer i
1267 removeClient(IOAudioClientBuffer *clientBuffer) argument
1370 readInputSamples(IOAudioClientBuffer *clientBuffer, UInt32 firstSampleFrame) argument
1437 processOutputSamples(IOAudioClientBuffer *clientBuffer, UInt32 firstSampleFrame, UInt32 loopCount, bool samplesAvailable) argument
[all...]
H A DIOAudioEngineUserClient.cpp922 void IOAudioEngineUserClient::freeClientBuffer(IOAudioClientBuffer64 *clientBuffer) argument
924 if (clientBuffer) {
925 if (clientBuffer->mAudioClientBuffer32.audioStream) {
926 clientBuffer->mAudioClientBuffer32.audioStream->removeClient(&(clientBuffer->mAudioClientBuffer32) );
927 clientBuffer->mAudioClientBuffer32.audioStream->release();
928 clientBuffer->mAudioClientBuffer32.audioStream = NULL;
931 if (clientBuffer->mAudioClientBuffer32.sourceBufferDescriptor != NULL) {
932 clientBuffer->mAudioClientBuffer32.sourceBufferDescriptor->complete();
933 clientBuffer
1469 IOAudioClientBuffer64 *clientBuffer; local
2334 IOAudioClientBuffer64 *clientBuffer; local
2581 IOAudioClientBuffer64 *clientBuffer; local
2656 IOAudioClientBuffer64 *clientBuffer; local
[all...]
H A DIOAudioStream.h272 virtual IOReturn addClient(IOAudioClientBuffer *clientBuffer);
273 virtual void removeClient(IOAudioClientBuffer *clientBuffer);
276 virtual IOReturn processOutputSamples(IOAudioClientBuffer *clientBuffer, UInt32 firstSampleFrame, UInt32 loopCount, bool samplesAvailable);
277 virtual IOReturn readInputSamples(IOAudioClientBuffer *clientBuffer, UInt32 firstSampleFrame);
H A DIOAudioEngineUserClient.h236 virtual void freeClientBuffer(IOAudioClientBuffer64 *clientBuffer);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/egl/
H A DEGLHelper.cpp144 void EGLHelper::createEGLImage(EGLImageKHR* image, GLenum target, const EGLClientBuffer clientBuffer, const EGLint attributes[]) argument
154 tempHandle = eglCreateImageKHR(display, EGL_NO_CONTEXT, target, clientBuffer, attributes);
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUFIStorageServices.cpp73 IOMemoryDescriptor * clientBuffer; member in struct:BlockServicesClientData
310 servicesData->clientBuffer,
418 clientData->clientBuffer = buffer;

Completed in 87 milliseconds