Searched defs:skipSubChannel (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/ |
H A D | Tuner.java | 83 … 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 D | ITuner.aidl | 47 void step(boolean directionDown, boolean skipSubChannel); in step() 52 void scan(boolean directionDown, boolean skipSubChannel); in scan()
|
H A D | TunerAdapter.java | 127 public int step(int direction, boolean skipSubChannel) { in step() 141 public int scan(int direction, boolean skipSubChannel) { in scan()
|
H A D | RadioTuner.java | 139 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 D | Tuner.cpp | 135 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 D | TunerSession.java | 139 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 D | TunerSession.cpp | 120 Return<Result> TunerSession::scan(bool directionUp, bool skipSubChannel) { in scan()
|
/aosp12/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | Tuner.cpp | 264 bool directionDown, bool skipSubChannel) { in nativeStep() 274 bool directionDown, bool skipSubChannel) { in nativeScan()
|
/aosp12/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | Tuner.cpp | 231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step()
|