Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DTuner.java86 … private native void nativeStep(long nativeContext, boolean directionDown, boolean skipSubChannel); in nativeStep()
87 … private native void nativeScan(long nativeContext, boolean directionDown, boolean skipSubChannel); in nativeScan()
180 public void step(boolean directionDown, boolean skipSubChannel) { in step()
193 public void seek(boolean directionDown, boolean skipSubChannel) { in seek()
/frameworks/base/core/java/android/hardware/radio/
DITuner.aidl47 void step(boolean directionDown, boolean skipSubChannel); in step()
52 void seek(boolean directionDown, boolean skipSubChannel); in seek()
DTunerAdapter.java141 public int step(int direction, boolean skipSubChannel) { in step()
156 public int scan(int direction, boolean skipSubChannel) { in scan()
171 public int seek(int direction, boolean skipSubChannel) { in seek()
DRadioTuner.java168 public abstract int step(int direction, boolean skipSubChannel); in step()
198 public abstract int scan(int direction, boolean skipSubChannel); in scan()
226 public int seek(int direction, boolean skipSubChannel) { in seek()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java163 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step()
178 public void seek(boolean directionDown, boolean skipSubChannel) throws RemoteException { in seek()
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DTunerSession.java172 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step()
190 public void seek(boolean directionDown, boolean skipSubChannel) throws RemoteException { in seek()
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp264 bool directionDown, bool skipSubChannel) { in nativeStep()
274 bool directionDown, bool skipSubChannel) { in nativeScan()