HomeSort by relevance Sort by last modified time
    Searched defs:TunerSession (Results 1 - 5 of 5) sorted by null

  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.h 35 struct TunerSession : public ITunerSession {
36 TunerSession(BroadcastRadio& module, const sp<ITunerCallback>& callback);
TunerSession.cpp 20 #include "TunerSession.h"
52 TunerSession::TunerSession(BroadcastRadio& module, const sp<ITunerCallback>& callback)
70 void TunerSession::tuneInternalLocked(const ProgramSelector& sel) {
87 const BroadcastRadio& TunerSession::module() const {
91 const VirtualRadio& TunerSession::virtualRadio() const {
95 Return<Result> TunerSession::tune(const ProgramSelector& sel) {
122 Return<Result> TunerSession::scan(bool directionUp, bool /* skipSubChannel */) {
175 Return<Result> TunerSession::step(bool directionUp) {
215 void TunerSession::cancelLocked()
    [all...]
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
TunerSession.java 37 class TunerSession extends ITuner.Stub {
52 TunerSession(@NonNull RadioModule module, @NonNull ITunerSession hwSession,
  /packages/apps/Car/Radio/src/com/android/car/radio/media/
TunerSession.java 49 public class TunerSession extends MediaSessionCompat implements IPlaybackStateListener {
62 public TunerSession(@NonNull Context context, @NonNull BrowseTree browseTree,
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerSession.java 54 public class TunerSession extends TvInputService.Session
56 private static final String TAG = "TunerSession";
85 public TunerSession(Context context, ChannelDataManager channelDataManager) {

Completed in 546 milliseconds