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

Commit bf277f37 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Gerrit Code Review
Browse files

Merge changes Iec35c735,Ic3238144

* changes:
  Allow CPP<->legacy and NDK<->legacy to coexist in the same module
  Declare `ConversionResult` in `android` namespace
parents 8309e419 893b7c23
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ namespace android {

using ::android::BAD_VALUE;
using ::android::OK;
using ::android::String16;
using ::android::String8;
using ::android::status_t;
using ::android::base::unexpected;

using media::audio::common::AudioChannelLayout;
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ using ::aidl::android::media::audio::common::AudioDeviceDescription;

using ::android::BAD_VALUE;
using ::android::OK;
using ::android::status_t;
using ::android::base::unexpected;
using ::android::effect::utils::EffectParamReader;
using ::android::effect::utils::EffectParamWriter;
+433 −0

File added.

Preview size limit exceeded, changes collapsed.

+10 −403

File changed.

Preview size limit exceeded, changes collapsed.

+438 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading