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

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

Snap for 6199579 from 9073e804 to rvc-release

Change-Id: Ie9e30a85cd9fe71904a4d464cb728071375584f3
parents 1d6dafaf 9073e804
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ void MediaExtractorFactory::LoadExtractors() {

    std::shared_ptr<std::list<sp<ExtractorPlugin>>> newList(new std::list<sp<ExtractorPlugin>>());

    android_namespace_t *mediaNs = android_get_exported_namespace("media");
    android_namespace_t *mediaNs = android_get_exported_namespace("com.android.media");
    if (mediaNs != NULL) {
        const android_dlextinfo dlextinfo = {
            .flags = ANDROID_DLEXT_USE_NAMESPACE,
+1 −1
Original line number Diff line number Diff line
@@ -1423,7 +1423,7 @@ status_t GraphicBufferSource::signalEndOfInputStream() {
    // stall since no future events are expected.
    mEndOfStream = true;

    if (mStopTimeUs == -1 && mExecuting && !haveAvailableBuffers_l()) {
    if (mExecuting && !haveAvailableBuffers_l()) {
        submitEndOfInputStream_l();
    }

+0 −2
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
cc_library_shared {
    name: "libaudioflinger",

    tidy: false, // b/146435095, segmentation fault with Effects.cpp

    srcs: [
        "AudioFlinger.cpp",
        "AudioHwDevice.cpp",