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

Commit 28da0713 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12260156 from cafd7cb2 to 24Q4-release

Change-Id: I26611a807f0c36ae11af574348298c149ef277bd
parents 56ee42f3 cafd7cb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ int main() {
    // For more logs, use VERBOSE, however this may hinder performance.
    // android::base::SetMinimumLogSeverity(::android::base::VERBOSE);
    ABinderProcess_setThreadPoolMaxThreadCount(16);
    ABinderProcess_startThreadPool();

    // Guaranteed log for b/210919187 and logd_integration_test
    LOG(INFO) << "Init for Audio AIDL HAL";
+0 −8
Original line number Diff line number Diff line
@@ -26,14 +26,6 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl">
        <name>android.hardware.audio.sounddose</name>
        <version>1-3</version>
        <interface>
            <name>ISoundDoseFactory</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="aidl" updatable-via-apex="true">
         <name>android.hardware.authsecret</name>
         <version>1</version>
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ bool ShouldCheckMissingAidlHalsInFcm(const std::string& packageAndVersion) {
            "android.hardware.audio.core.sounddose@3",

            // Deprecated HALs.
            "android.hardware.audio.sounddose@3",
            "android.hardware.bluetooth.audio@1",
    };

+4 −0
Original line number Diff line number Diff line
@@ -748,6 +748,10 @@ BufferPoolStatus BufferPoolClient::Impl::fetchBufferHandle(
    } else {
        connection = mRemoteConnection;
    }
    if (!connection) {
        ALOGE("connection null: fetchBufferHandle()");
        return ResultStatus::CRITICAL_ERROR;
    }
    std::vector<FetchInfo> infos;
    std::vector<FetchResult> results;
    infos.emplace_back(FetchInfo{ToAidl(transactionId), ToAidl(bufferId)});