diff options
author | Mikhail Naganov <mnaganov@google.com> | 2017-02-10 16:19:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-02-10 16:19:42 +0000 |
commit | 57108a0dc99287319febbd13add67c35ee05e494 (patch) | |
tree | aff799be45eda5bb0f46306a1030da8d78a3b8ae /audio/common/2.0 | |
parent | e9dee2892e3c6063637b1d3d7760d59940744d9d (diff) | |
parent | a1db22a3e5b45b3bd3c2edf84c605ce211c89220 (diff) | |
download | platform_hardware_interfaces-57108a0dc99287319febbd13add67c35ee05e494.tar.gz platform_hardware_interfaces-57108a0dc99287319febbd13add67c35ee05e494.tar.bz2 platform_hardware_interfaces-57108a0dc99287319febbd13add67c35ee05e494.zip |
Merge "audiohal: Pass thread identifiers to the client for priority adjustment"
Diffstat (limited to 'audio/common/2.0')
-rw-r--r-- | audio/common/2.0/types.hal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/common/2.0/types.hal b/audio/common/2.0/types.hal index 63d66db92b..ae7f545a9a 100644 --- a/audio/common/2.0/types.hal +++ b/audio/common/2.0/types.hal @@ -933,3 +933,8 @@ struct AudioPort { AudioPortSessionExt session; } ext; }; + +struct ThreadInfo { + int64_t pid; + int64_t tid; +}; |