Lines Matching refs:now

141 	// a potential race condition with the looper thread trying to write to the now-
190 logMsg.now = TimeSource()->Now();
200 logMsg.now = TimeSource()->Now();
210 logMsg.now = TimeSource()->Now();
220 logMsg.now = TimeSource()->Now();
244 logMsg.now = TimeSource()->Now();
285 logMsg.now = TimeSource()->Now();
317 logMsg.now = TimeSource()->Now();
338 logMsg.now = TimeSource()->Now();
345 // so now we just confirm that we can handle whatever the producer asked for.
375 bigtime_t now = TimeSource()->Now();
376 bigtime_t how_early = bufferStart - EventLatency() - SchedulingLatency() - now;
379 logMsg.now = now;
412 logMsg.now = TimeSource()->Now();
452 logMsg.now = TimeSource()->Now();
475 logMsg.now = TimeSource()->Now();
490 logMsg.now = TimeSource()->Now();
506 logMsg.now = TimeSource()->Now();
520 logMsg.now = TimeSource()->Now();
531 // Initialize as much of our input as we can, now that the Media Kit really "knows" about us
541 PRINT(("LoggingConsumer::Start(%" B_PRIdBIGTIME "): now %" B_PRIdBIGTIME "\n",
545 logMsg.now = TimeSource()->Now();
555 logMsg.now = TimeSource()->Now();
565 logMsg.now = TimeSource()->Now();
575 logMsg.now = TimeSource()->Now();
585 logMsg.now = TimeSource()->Now();
598 bigtime_t now = TimeSource()->Now();
603 bigtime_t how_early = perf_time - mLatency - now;
605 // logMsg.now is already set
632 // we're done "processing the buffer;" now we recycle it and return to the loop
666 mLastLatencyChange = logMsg.now;
679 BroadcastNewParameterValue(logMsg.now, param, &value, sizeof(value));
691 mLastSpinChange = logMsg.now;
692 BroadcastNewParameterValue(logMsg.now, param, &value, sizeof(value));
708 mLastPrioChange = logMsg.now;
709 BroadcastNewParameterValue(logMsg.now, param, &mPriority, sizeof(mPriority));