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

Commit cb662058 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add base/logging.h for LOG-related macros." am: bf12242d am:...

Merge "Add base/logging.h for LOG-related macros." am: bf12242d am: 89ca84e8 am: f4e5cbf9 am: 9613e4f9 am: db043b9d

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1837253

Change-Id: I964581a1d7c38268372b0b4e3ea59eb72116315e
parents aa1ab68e db043b9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
#include "types/raw_address.h"
#include "udrv/include/uipc.h"

#include <base/logging.h>

#define A2DP_DATA_READ_POLL_MS 10
#define A2DP_HOST_DATA_PATH "/var/run/bluetooth/audio/.a2dp_data"
// TODO(b/198260375): Make A2DP data owner group configurable.
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
#include "stack/include/port_api.h"
#include "types/raw_address.h"

#include <base/logging.h>

/*****************************************************************************
 *  Constants
 ****************************************************************************/
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
#include "osi/include/osi.h"  // UNUSED_ATTR
#include "stack/include/port_api.h"

#include <base/logging.h>

/*****************************************************************************
 *  Constants
 ****************************************************************************/
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
#include "stack/include/btm_api.h"
#include "types/raw_address.h"

#include <base/logging.h>

/*****************************************************************************
 * Constants and types
 ****************************************************************************/
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
 ******************************************************************************/

#include <base/bind.h>
#include <base/logging.h>

#include <cstring>

Loading