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

/haiku/headers/os/media/
H A DSoundPlayer.h98 bigtime_t atTime = 0);
100 bigtime_t atTime,
H A DBufferProducer.h146 bigtime_t atTime);
H A DMediaRoster.h151 bigtime_t atTime,
/haiku/src/kits/media/
H A DSoundPlayer.cpp440 BSoundPlayer::StartPlaying(BSound* sound, bigtime_t atTime) argument
442 return StartPlaying(sound, atTime, 1.0);
447 BSoundPlayer::StartPlaying(BSound* sound, bigtime_t atTime, float withVolume) argument
H A DBufferProducer.cpp457 const media_destination& destination, bigtime_t atTime)
466 command.at_performance_time = atTime;
456 SendDataStatus(int32 status, const media_destination& destination, bigtime_t atTime) argument
H A DMediaRoster.cpp1510 BMediaRoster::SyncToNode(const media_node& node, bigtime_t atTime, argument
1514 ", at timeout %" B_PRId64 "\n", node.node, atTime, timeout);
1524 request.performance_time = atTime;

Completed in 56 milliseconds