commit | db902860e8e9148c5849fa12fe7749da88a53cf7 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Sun Jan 14 17:22:03 2018 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Mon Jan 15 08:10:40 2018 -0800 |
tree | 47ae8fcf29f8b1b576ae51bbe2b10ae7b8624356 | |
parent | 43a354641e7609c170ca35d8dcecbe75e333a3d7 [diff] [blame] |
Fix remaining instrumentation tests. Bug: 69958777 Test: VTS, Instrumentation Change-Id: I98956ea4b1d2953b9159fb7d53ce61e57f80a90f
diff --git a/broadcastradio/2.0/default/TunerSession.h b/broadcastradio/2.0/default/TunerSession.h index 5d27b1e..4130341 100644 --- a/broadcastradio/2.0/default/TunerSession.h +++ b/broadcastradio/2.0/default/TunerSession.h
@@ -63,6 +63,7 @@ bool mIsTuneCompleted = false; ProgramSelector mCurrentProgram = {}; + void cancelLocked(); void tuneInternalLocked(const ProgramSelector& sel); const VirtualRadio& virtualRadio() const; const BroadcastRadio& module() const;