Home
last modified time | relevance | path

Searched defs:skipSubChannel (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DTuner.java83 … private native void nativeStep(long nativeContext, boolean directionDown, boolean skipSubChannel); in nativeStep()
84 … private native void nativeScan(long nativeContext, boolean directionDown, boolean skipSubChannel); in nativeScan()
173 public void step(boolean directionDown, boolean skipSubChannel) { in step()
182 public void scan(boolean directionDown, boolean skipSubChannel) { in scan()
/aosp12/frameworks/base/core/java/android/hardware/radio/
H A DITuner.aidl47 void step(boolean directionDown, boolean skipSubChannel); in step()
52 void scan(boolean directionDown, boolean skipSubChannel); in scan()
H A DTunerAdapter.java127 public int step(int direction, boolean skipSubChannel) { in step()
141 public int scan(int direction, boolean skipSubChannel) { in scan()
H A DRadioTuner.java139 public abstract int step(int direction, boolean skipSubChannel); in step()
160 public abstract int scan(int direction, boolean skipSubChannel); in scan()
/aosp12/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { in scan()
143 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step()
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DTunerSession.java139 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step()
148 public void scan(boolean directionDown, boolean skipSubChannel) throws RemoteException { in scan()
/aosp12/hardware/interfaces/broadcastradio/2.0/default/
H A DTunerSession.cpp120 Return<Result> TunerSession::scan(bool directionUp, bool skipSubChannel) { in scan()
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp264 bool directionDown, bool skipSubChannel) { in nativeStep()
274 bool directionDown, bool skipSubChannel) { in nativeScan()
/aosp12/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step()