Loading include/media/AudioTimestamp.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
include/media/AudioTimestamp.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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. Loading