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

Commit 52ed38da authored by Steven Moreland's avatar Steven Moreland
Browse files

use binder_auto_utils.h ostream

Bug: N/A
Change-Id: I56f39241b35fc1962baf95f4a5c93aff1cbd705c
Test: N/A
parent 1d11ba4c
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -21,15 +21,6 @@
#include <android/binder_auto_utils.h>
#include <android/binder_auto_utils.h>
#include <gtest/gtest_pred_impl.h>
#include <gtest/gtest_pred_impl.h>


namespace ndk {

std::ostream& operator<<(std::ostream& str, const ScopedAStatus& status) {
    str << status.getDescription();
    return str;
}

}  // namespace ndk

namespace android::hardware::audio::common::testing {
namespace android::hardware::audio::common::testing {


namespace detail {
namespace detail {