Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2b082dd authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Add missing namespace for AudioTimestamp"

parents 35295078 71de2f20
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@

#include <time.h>

namespace android {

class AudioTimestamp {
public:
    AudioTimestamp() : mPosition(0) {
@@ -30,4 +32,6 @@ public:
    struct timespec mTime;     // corresponding CLOCK_MONOTONIC when frame is expected to present
};

}   // namespace

#endif  // ANDROID_AUDIO_TIMESTAMP_H