• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenAL-54/Source/OpenAL/

Lines Matching defs:messages

2455 	PlaybackMessage	*messages = mMessageQueue.pop_all_reversed();
2456 while (messages != NULL)
2458 PlaybackMessage *lastMessage = messages;
2459 messages = messages->next();
2961 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc
3148 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc
3168 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc
3241 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc
3295 // all messages must be executed after the last buffer has been ramped down
3301 PlaybackMessage *messages = mMessageQueue.pop_all_reversed();
3302 while (messages != NULL)
3304 switch (messages->mMessageID)
3363 PostRenderRemoveBuffersFromQueue(messages->mNumBuffers);
3368 DebugMessageN1(" MQ:kMQ_AddBuffersToQueue: mBuffer->GetToken() = %ld", (long int) messages->mBuffer->GetToken());
3371 PostRenderAddBuffersToQueue(messages->mNumBuffers);
3377 DebugMessageN1(" MQ:kMQ_SetBuffer: mAppendBuffer->GetToken() = %ld", (long int) messages->mAppendBuffer->GetToken());
3379 PostRenderSetBuffer(messages->mBuffer->GetToken(), messages->mBuffer);
3429 // before returning, delete all remaining messages on the queue so they do not get leaked when the object is deconstructed
3432 goto Finished; // skip any remaining MQ messages
3442 lastMessage = messages;
3443 messages = messages->next();
3560 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc
3579 // if there are no messages on the Q by now, then the source will be disconnected and reset in the PostRender Proc