diff options
author | Sharvil Nanavati <sharvil@google.com> | 2015-03-02 15:34:21 -0800 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:42 -0700 |
commit | 23e561a1f374557d6030b497337a1c96e9bb6aa4 (patch) | |
tree | 021d50c5c1c834b805705fc80b1bd9aaf56beb67 /stack/include/dyn_mem.h | |
parent | d553708949d37e1e37a27ad08cc1ec705e706b3d (diff) | |
download | android_system_bt-23e561a1f374557d6030b497337a1c96e9bb6aa4.tar.gz android_system_bt-23e561a1f374557d6030b497337a1c96e9bb6aa4.tar.bz2 android_system_bt-23e561a1f374557d6030b497337a1c96e9bb6aa4.zip |
Remove dependency on GKI tasks from BTIF media task.
The previous code started a thread and posted a long-running function
to the thread's event loop. In essence, it created a thread and ran
a custom thread main that did its own event handling using GKI_wait.
The new code doesn't use GKI_wait or GKI_send_event at all. Instead,
it uses thread_post and the thread's reactor to enqueue and dispatch
events.
Diffstat (limited to 'stack/include/dyn_mem.h')
0 files changed, 0 insertions, 0 deletions