Searched refs:rxSetChannelSpacing (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl36 boolean rxSetChannelSpacing(int channelSpace);
H A DFmRadio.java824 public boolean rxSetChannelSpacing(int channelSpace) { method in class:FmRadio
827 Log.d(TAG, "FmRadio:rxSetChannelSpacing");
830 return mService.rxSetChannelSpacing(channelSpace);
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java1173 mStatus = sFmRadio.rxSetChannelSpacing(channelSpace);
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java1854 public boolean rxSetChannelSpacing(int channelSpace) { method in class:StubFmService
1856 Log.i(TAG, "StubFmService:rxSetChannelSpacing " + channelSpace);
1858 Log.e(TAG, "rxSetChannelSpacing: failed, fm not enabled state "
1872 "StubFmService:rxSetChannelSpacing invalid lChannelSpace "
1889 "StubFmService:rxSetChannelSpacing(): -------- Waiting... ");
1902 Log.i(TAG, "StubFmService:rxSetChannelSpacing exiting");

Completed in 36 milliseconds