Loading system/btcore/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ static_library("btcore") { sources = [ "src/bdaddr.cc", "src/device_class.cc", "src/hal_util.cc", "src/module.cc", Loading Loading @@ -52,6 +51,7 @@ executable("net_test_btcore") { deps = [ "//btcore", "//osi", "//types", "//third_party/googletest:gtest_main", "//third_party/libchrome:base", ] Loading system/btif/src/btif_a2dp_source.cc +4 −0 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ #define ATRACE_TAG ATRACE_TAG_AUDIO #include <base/logging.h> #ifndef OS_GENERIC #include <cutils/trace.h> #endif #include <limits.h> #include <string.h> #include <algorithm> Loading Loading @@ -663,7 +665,9 @@ static void btif_a2dp_source_audio_handle_timer(UNUSED_ATTR void* context) { CHECK(btif_a2dp_source_cb.encoder_interface != NULL); size_t transmit_queue_length = fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue); #ifndef OS_GENERIC ATRACE_INT("btif TX queue", transmit_queue_length); #endif if (btif_a2dp_source_cb.encoder_interface->set_transmit_queue_length != NULL) { btif_a2dp_source_cb.encoder_interface->set_transmit_queue_length( Loading system/build/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ config("default_include_dirs") { include_dirs = [ "//third_party/libhardware/include/", "//types/", ] } Loading system/service/BUILD.gn +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ source_set("service") { ] deps = [ "//third_party/libchrome:base" "//types", "//third_party/libchrome:base", ] } Loading system/stack/BUILD.gn +4 −1 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ static_library("stack") { ] deps = [ "//types", "//third_party/libchrome:base", "//third_party/libldac:libldacBT_enc", "//third_party/libldac:libldacBT_abr", Loading Loading @@ -225,6 +226,7 @@ executable("stack_unittests") { "//device", "//embdrv/sbc", "//hci", "//types", "//main:bluetooth.default", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", Loading Loading @@ -257,6 +259,7 @@ libs = [ ] deps = [ "//types", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", ] Loading Loading
system/btcore/BUILD.gn +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ static_library("btcore") { sources = [ "src/bdaddr.cc", "src/device_class.cc", "src/hal_util.cc", "src/module.cc", Loading Loading @@ -52,6 +51,7 @@ executable("net_test_btcore") { deps = [ "//btcore", "//osi", "//types", "//third_party/googletest:gtest_main", "//third_party/libchrome:base", ] Loading
system/btif/src/btif_a2dp_source.cc +4 −0 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ #define ATRACE_TAG ATRACE_TAG_AUDIO #include <base/logging.h> #ifndef OS_GENERIC #include <cutils/trace.h> #endif #include <limits.h> #include <string.h> #include <algorithm> Loading Loading @@ -663,7 +665,9 @@ static void btif_a2dp_source_audio_handle_timer(UNUSED_ATTR void* context) { CHECK(btif_a2dp_source_cb.encoder_interface != NULL); size_t transmit_queue_length = fixed_queue_length(btif_a2dp_source_cb.tx_audio_queue); #ifndef OS_GENERIC ATRACE_INT("btif TX queue", transmit_queue_length); #endif if (btif_a2dp_source_cb.encoder_interface->set_transmit_queue_length != NULL) { btif_a2dp_source_cb.encoder_interface->set_transmit_queue_length( Loading
system/build/BUILD.gn +1 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ config("default_include_dirs") { include_dirs = [ "//third_party/libhardware/include/", "//types/", ] } Loading
system/service/BUILD.gn +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ source_set("service") { ] deps = [ "//third_party/libchrome:base" "//types", "//third_party/libchrome:base", ] } Loading
system/stack/BUILD.gn +4 −1 Original line number Diff line number Diff line Loading @@ -178,6 +178,7 @@ static_library("stack") { ] deps = [ "//types", "//third_party/libchrome:base", "//third_party/libldac:libldacBT_enc", "//third_party/libldac:libldacBT_abr", Loading Loading @@ -225,6 +226,7 @@ executable("stack_unittests") { "//device", "//embdrv/sbc", "//hci", "//types", "//main:bluetooth.default", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", Loading Loading @@ -257,6 +259,7 @@ libs = [ ] deps = [ "//types", "//third_party/googletest:gmock_main", "//third_party/libchrome:base", ] Loading