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

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

Completed in 3114 milliseconds