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

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

Merge "AudioTrackShared: Fix audio_track_cblk_t layout for 64-bit" into nyc-dev

parents 156c6cb4 10b3d7e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ public:
    struct timespec mTime;     // corresponding CLOCK_MONOTONIC when frame is expected to present
    struct timespec mTime;     // corresponding CLOCK_MONOTONIC when frame is expected to present
};
};


struct ExtendedTimestamp {
struct alignas(8) /* bug 29096183, bug 29108507 */ ExtendedTimestamp {
    enum Location {
    enum Location {
        LOCATION_INVALID = -1,
        LOCATION_INVALID = -1,
        // Locations in the audio playback / record pipeline.
        // Locations in the audio playback / record pipeline.