OSDN Git Service

Rename and reset the proirity of HID host thread
authorUgo Yu <ugoyu@google.com>
Wed, 5 Jun 2019 12:08:29 +0000 (20:08 +0800)
committerUgo Yu <ugoyu@google.com>
Wed, 5 Jun 2019 13:13:04 +0000 (21:13 +0800)
commiteb2a389a9ef2fcb91b7b89c5f2c5562051652309
treefc61795b6b938657190a02822dff5bc485d4ba6a
parenta2185db6d36c9d2b6cd0792934c6a8665faac12b
Rename and reset the proirity of HID host thread

* Rename the HH event polling thread to bt_hh_thread
* HH event polling thread is created by bt_main_thread
  with RT priority. Lower the thread priority since the
  tasks in this thread is not timing critical

Bug: 131787936
Test: Connect to a HID device
      Run "adb shell ps -A -T -Z -O rtprio"
Change-Id: Ibd983e96bc339393842d4c2e2aa226534095e225
Merged-In: Ibd983e96bc339393842d4c2e2aa226534095e225
btif/co/bta_hh_co.cc