Home
last modified time | relevance | path

Searched refs:FmNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/FMRadio/src/com/android/fmradio/
DFmService.java545 mIsDeviceOpen = FmNative.openDev(); in openDevice()
558 isDeviceClose = FmNative.closeDev(); in closeDevice()
612 if (!FmNative.powerUp(frequency)) { in powerUp()
679 if (!FmNative.powerDown(0)) { in powerDown()
732 boolean bRet = FmNative.tune(frequency); in tuneStation()
784 float fRet = FmNative.seek(frequency, isUp); in seekStation()
808 stationsInShort = FmNative.autoScan(); in startScan()
857 bRet = FmNative.stopScan(); in stopScan()
892 ret = FmNative.setRds(on); in setRds()
931 int frequency = FmNative.activeAf(); in activeAf()
[all …]
DFmNative.java22 public class FmNative { class