OSDN Git Service

GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
authorPavlin Radoslavov <pavlin@google.com>
Fri, 25 Sep 2015 05:07:53 +0000 (22:07 -0700)
committerScott James Remnant <keybuk@google.com>
Mon, 19 Oct 2015 17:36:26 +0000 (10:36 -0700)
commit1eb1ea0cf2da992a3193506806e571dcbe3ec947
treeb9c9868fa7a90db5a7237a57dc233403beffd825
parentc196f214c5ae349ec2022f8d3cbaf56910b3b9f8
GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI

Added new functions mutex_global_lock() and mutex_global_unlock()
within the OSI module, and replaced GKI_disable() and GKI_enable()
with those functions.

Also, minor cleanup in the gki.h header file.

Change-Id: I5f410e3174541224fcf30f37e1524ef099c25193
13 files changed:
btcore/src/osi_module.c
btif/co/bta_av_co.c
btif/src/btif_media_task.c
gki/common/gki.h
gki/common/gki_buffer.c
gki/ulinux/gki_int.h
gki/ulinux/gki_ulinux.c
include/bt_target.h
osi/Android.mk
osi/BUILD.gn
osi/include/mutex.h [new file with mode: 0644]
osi/src/mutex.c [new file with mode: 0644]
stack/gap/gap_conn.c