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

Commit 3ff7baac authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [14554379, 14554380, 14554562, 14554565, 14554567,...

Merge cherrypicks of [14554379, 14554380, 14554562, 14554565, 14554567, 14554524, 14554569, 14554525, 14554572, 14554574, 14554575, 14554577, 14554622, 14554628, 14554630, 14554631, 14554503, 14554632, 14554536, 14554633] into security-aosp-qt-release

Change-Id: I7d04236b52ba8262446297e6ac901aa8bc50e615
parents 15640e31 a70ce7b8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -21,6 +21,21 @@
#include <time.h>
#include "BufferStatus.h"

// This is added to preserve ABI for b/184963385
template bool android::hardware::MessageQueue<
    android::hardware::media::bufferpool::V2_0::BufferStatusMessage,
    android::hardware::kSynchronizedReadWrite>::
    write(
        const android::hardware::media::bufferpool::V2_0::BufferStatusMessage *,
        size_t count);
#ifndef __aarch64__
template bool android::hardware::MessageQueue<
    android::hardware::media::bufferpool::V2_0::BufferInvalidationMessage,
    android::hardware::kUnsynchronizedWrite>::
    write(const android::hardware::media::bufferpool::V2_0::
              BufferInvalidationMessage *,
          size_t count);
#endif
namespace android {
namespace hardware {
namespace media {