Home | History | Annotate | Download | only in oboeservice

Lines Matching refs:timestamp

214     // Send it now because the timestamp gets rounded up when stopStream() is called below.
248 // Send it now because the timestamp gets rounded up when stopStream() is called below.
311 // Sleep until it is time to send the next timestamp.
365 // Send a timestamp for the clock model.
366 aaudio_result_t result = getFreeRunningPosition(&command.timestamp.position,
367 &command.timestamp.timestamp);
370 (long long) command.timestamp.position,
371 (long long) command.timestamp.timestamp);
376 // Send a hardware timestamp for presentation time.
377 result = getHardwareTimestamp(&command.timestamp.position,
378 &command.timestamp.timestamp);
381 (long long) command.timestamp.position,
382 (long long) command.timestamp.timestamp);