Loading media/codec2/hidl/1.0/utils/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ cc_library { ], header_libs: [ "libbinder_headers", "libcodec2_internal", // private ], Loading media/codec2/vndk/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ cc_library_shared { "android.hardware.graphics.mapper@3.0", "android.hardware.media.bufferpool@2.0", "libbase", "libbinder", "libcutils", "libdl", "libhardware", Loading media/libstagefright/foundation/AMessage.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ #include "AMessage.h" #include <binder/Parcel.h> #include <log/log.h> #include "AAtomizer.h" Loading @@ -34,6 +33,10 @@ #include <media/stagefright/foundation/hexdump.h> #ifndef __ANDROID_VNDK__ #include <binder/Parcel.h> #endif namespace android { extern ALooperRoster gLooperRoster; Loading Loading @@ -643,6 +646,7 @@ AString AMessage::debugString(int32_t indent) const { return s; } #ifndef __ANDROID_VNDK__ // static sp<AMessage> AMessage::FromParcel(const Parcel &parcel, size_t maxNestingLevel) { int32_t what = parcel.readInt32(); Loading Loading @@ -809,6 +813,7 @@ void AMessage::writeToParcel(Parcel *parcel) const { } } } #endif // __ANDROID_VNDK__ sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { if (other == NULL) { Loading media/libstagefright/foundation/AString.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -23,11 +23,14 @@ #include <stdlib.h> #include <string.h> #include <binder/Parcel.h> #include <utils/String8.h> #include "ADebug.h" #include "AString.h" #ifndef __ANDROID_VNDK__ #include <binder/Parcel.h> #endif namespace android { // static Loading Loading @@ -362,6 +365,7 @@ bool AString::endsWithIgnoreCase(const char *suffix) const { return !strcasecmp(mData + mSize - suffixLen, suffix); } #ifndef __ANDROID_VNDK__ // static AString AString::FromParcel(const Parcel &parcel) { size_t size = static_cast<size_t>(parcel.readInt32()); Loading @@ -376,6 +380,7 @@ status_t AString::writeToParcel(Parcel *parcel) const { } return err; } #endif AString AStringPrintf(const char *format, ...) { va_list ap; Loading media/libstagefright/foundation/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,17 @@ cc_defaults { "hexdump.cpp", ], target: { vendor: { exclude_shared_libs: [ "libbinder", ], cflags: [ "-DNO_IMEMORY", ], }, }, clang: true, sanitize: { Loading Loading
media/codec2/hidl/1.0/utils/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ cc_library { ], header_libs: [ "libbinder_headers", "libcodec2_internal", // private ], Loading
media/codec2/vndk/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,6 @@ cc_library_shared { "android.hardware.graphics.mapper@3.0", "android.hardware.media.bufferpool@2.0", "libbase", "libbinder", "libcutils", "libdl", "libhardware", Loading
media/libstagefright/foundation/AMessage.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ #include "AMessage.h" #include <binder/Parcel.h> #include <log/log.h> #include "AAtomizer.h" Loading @@ -34,6 +33,10 @@ #include <media/stagefright/foundation/hexdump.h> #ifndef __ANDROID_VNDK__ #include <binder/Parcel.h> #endif namespace android { extern ALooperRoster gLooperRoster; Loading Loading @@ -643,6 +646,7 @@ AString AMessage::debugString(int32_t indent) const { return s; } #ifndef __ANDROID_VNDK__ // static sp<AMessage> AMessage::FromParcel(const Parcel &parcel, size_t maxNestingLevel) { int32_t what = parcel.readInt32(); Loading Loading @@ -809,6 +813,7 @@ void AMessage::writeToParcel(Parcel *parcel) const { } } } #endif // __ANDROID_VNDK__ sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { if (other == NULL) { Loading
media/libstagefright/foundation/AString.cpp +6 −1 Original line number Diff line number Diff line Loading @@ -23,11 +23,14 @@ #include <stdlib.h> #include <string.h> #include <binder/Parcel.h> #include <utils/String8.h> #include "ADebug.h" #include "AString.h" #ifndef __ANDROID_VNDK__ #include <binder/Parcel.h> #endif namespace android { // static Loading Loading @@ -362,6 +365,7 @@ bool AString::endsWithIgnoreCase(const char *suffix) const { return !strcasecmp(mData + mSize - suffixLen, suffix); } #ifndef __ANDROID_VNDK__ // static AString AString::FromParcel(const Parcel &parcel) { size_t size = static_cast<size_t>(parcel.readInt32()); Loading @@ -376,6 +380,7 @@ status_t AString::writeToParcel(Parcel *parcel) const { } return err; } #endif AString AStringPrintf(const char *format, ...) { va_list ap; Loading
media/libstagefright/foundation/Android.bp +11 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,17 @@ cc_defaults { "hexdump.cpp", ], target: { vendor: { exclude_shared_libs: [ "libbinder", ], cflags: [ "-DNO_IMEMORY", ], }, }, clang: true, sanitize: { Loading