Home
last modified time | relevance | path

Searched defs:directionDown (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
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()
/frameworks/base/core/java/android/hardware/radio/
DITuner.aidl47 void step(boolean directionDown, boolean skipSubChannel); in step()
52 void scan(boolean directionDown, boolean skipSubChannel); in scan()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DTunerSession.java115 public void step(boolean directionDown, boolean skipSubChannel) throws RemoteException { in step()
124 public void scan(boolean directionDown, boolean skipSubChannel) throws RemoteException { in scan()
/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp263 bool directionDown, bool skipSubChannel) { in nativeStep()
273 bool directionDown, bool skipSubChannel) { in nativeScan()
Dconvert.cpp497 Direction DirectionToHal(bool directionDown) { in DirectionToHal()