diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2022-04-07 18:56:44 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2022-04-07 18:56:44 +0000 |
commit | dc1a419baf664fb2acfa6dd41a76e341cd17bfb6 (patch) | |
tree | 0004e0a90ec09f7e9992de226157e9420e73c3dd /bluetooth/audio/aidl/default/BluetoothAudioProvider.h | |
parent | 2c76c6867ed3941bb0c9cbc2769da0ab4a81d2be (diff) | |
parent | 08255b45d906ffe2da7026ea70f9e57ecca7c09d (diff) |
Merge "BtAudio: Prevent unlink dead binder"
Diffstat (limited to 'bluetooth/audio/aidl/default/BluetoothAudioProvider.h')
-rw-r--r-- | bluetooth/audio/aidl/default/BluetoothAudioProvider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/audio/aidl/default/BluetoothAudioProvider.h b/bluetooth/audio/aidl/default/BluetoothAudioProvider.h index a9f830af78..dbfff7d26c 100644 --- a/bluetooth/audio/aidl/default/BluetoothAudioProvider.h +++ b/bluetooth/audio/aidl/default/BluetoothAudioProvider.h @@ -62,6 +62,7 @@ class BluetoothAudioProvider : public BnBluetoothAudioProvider { std::unique_ptr<AudioConfiguration> audio_config_ = nullptr; SessionType session_type_; std::vector<LatencyMode> latency_modes_; + bool is_binder_died = false; }; } // namespace audio |