Lines Matching refs:value

57        void fmTxCmdEnable(JFmTx context, JFmTxStatus status, long value);
59 void fmTxCmdDisable(JFmTx context, JFmTxStatus status, long value);
61 void fmTxCmdDestroy(JFmTx context, JFmTxStatus status, long value);
63 void fmTxCmdTune(JFmTx context, JFmTxStatus status, long value);
65 void fmTxCmdGetTunedFrequency(JFmTx context, JFmTxStatus status, long value);
73 void fmTxCmdStopTransmission(JFmTx context, JFmTxStatus status, long value);
75 void fmTxCmdSetPowerLevel(JFmTx context, JFmTxStatus status, long value);
77 void fmTxCmdGetPowerLevel(JFmTx context, JFmTxStatus status, long value);
79 void fmTxCmdEnableRds(JFmTx context, JFmTxStatus status, long value);
81 void fmTxCmdDisableRds(JFmTx context, JFmTxStatus status, long value);
83 // void fmTxCmdDone(JFmTx context, JFmTxStatus status, long value);
84 void fmTxCmdSetRdsTransmissionMode(JFmTx context, JFmTxStatus status, long value);
86 void fmTxCmdGetRdsTransmissionMode(JFmTx context, JFmTxStatus status, long value);
88 void fmTxCmdSetMonoStereoMode(JFmTx context, JFmTxStatus status, long value);
90 void fmTxCmdGetMonoStereoMode(JFmTx context, JFmTxStatus status, long value);
92 void fmTxCmdSetPreEmphasisFilter(JFmTx context, JFmTxStatus status, long value);
94 void fmTxCmdGetPreEmphasisFilter(JFmTx context, JFmTxStatus status, long value);
96 void fmTxCmdSetMuteMode(JFmTx context, JFmTxStatus status, long value);
98 void fmTxCmdGetMuteMode(JFmTx context, JFmTxStatus status, long value);
100 void fmTxCmdSetRdsAfCode(JFmTx context, JFmTxStatus status, long value);
102 void fmTxCmdGetRdsAfCode(JFmTx context, JFmTxStatus status, long value);
104 void fmTxCmdSetRdsPiCode(JFmTx context, JFmTxStatus status, long value);
106 void fmTxCmdGetRdsPiCode(JFmTx context, JFmTxStatus status, long value);
108 void fmTxCmdSetRdsPtyCode(JFmTx context, JFmTxStatus status, long value);
110 void fmTxCmdGetRdsPtyCode(JFmTx context, JFmTxStatus status, long value);
112 void fmTxCmdSetRdsTextRepertoire(JFmTx context, JFmTxStatus status, long value);
114 void fmTxCmdGetRdsTextRepertoire(JFmTx context, JFmTxStatus status, long value);
116 void fmTxCmdSetRdsPsDisplayMode(JFmTx context, JFmTxStatus status, long value);
118 void fmTxCmdGetRdsPsDisplayMode(JFmTx context, JFmTxStatus status, long value);
120 void fmTxCmdSetRdsPsScrollSpeed(JFmTx context, JFmTxStatus status, long value);
123 // long value);
130 void fmTxCmdSetRdsTransmittedMask(JFmTx context, JFmTxStatus status, long value);
132 void fmTxCmdGetRdsTransmittedMask(JFmTx context, JFmTxStatus status, long value);
142 void fmTxCmdSetRdsMusicSpeechFlag(JFmTx context, JFmTxStatus status, long value);
144 void fmTxCmdGetRdsMusicSpeechFlag(JFmTx context, JFmTxStatus status, long value);
146 // void fmTxCmdSetRdsECC(JFmTx context, JFmTxStatus status, long value);
153 void fmTxCmdSetInterruptMask(JFmTx context, JFmTxStatus status, long value);
159 void fmTxCmdSetRdsPsDisplaySpeed(JFmTx contextValue, JFmTxStatus status, long value);
161 void fmTxCmdGetRdsPsDisplaySpeed(JFmTx contextValue, JFmTxStatus status, long value);
163 void fmTxCmdSetRdsExtendedCountryCode(JFmTx contextValue, JFmTxStatus status, long value);
165 void fmTxCmdGetRdsExtendedCountryCode(JFmTx contextValue, JFmTxStatus status, long value);
168 long value);
170 void fmTxCmdSetRdsPsDispalyMode(JFmTx contextValue, JFmTxStatus status, long value);
172 void fmTxCmdGetRdsPsDispalyMode(JFmTx contextValue, JFmTxStatus status, long value);
181 private int value = 0;
184 this.value = val;
188 return value;
294 private long value = 0;
296 public JFmTxFreq(long value) {
297 this.value = value;
301 return value;
304 public void setValue(long value) {
305 this.value = value;
1535 public static void nativeCb_fmTxCmdEnable(long contextValue, int status, long value) {
1551 callback.fmTxCmdEnable(mJFmTx, txStatus, value);
1558 public static void nativeCb_fmTxCmdDisable(long contextValue, int status, long value) {
1574 callback.fmTxCmdDisable(mJFmTx, txStatus, value);
1581 public static void nativeCb_fmTxCmdDestroy(long contextValue, int status, long value) {
1597 callback.fmTxCmdDestroy(mJFmTx, txStatus, value);
1604 public static void nativeCb_fmTxCmdTune(long contextValue, int status, long value) {
1620 callback.fmTxCmdTune(mJFmTx, txStatus, value);
1627 public static void nativeCb_fmTxCmdGetTunedFrequency(long contextValue, int status, long value) {
1643 callback.fmTxCmdGetTunedFrequency(mJFmTx, txStatus, value);
1650 public static void nativeCb_fmTxCmdStopTransmission(long contextValue, int status, long value) {
1666 callback.fmTxCmdStopTransmission(mJFmTx, txStatus, value);
1703 public static void nativeCb_fmTxCmdEnableRds(long contextValue, int status, long value) {
1719 callback.fmTxCmdEnableRds(mJFmTx, txStatus, value);
1726 public static void nativeCb_fmTxCmdDisableRds(long contextValue, int status, long value) {
1742 callback.fmTxCmdDisableRds(mJFmTx, txStatus, value);
1750 long value) {
1766 callback.fmTxCmdSetRdsTransmissionMode(mJFmTx, txStatus, value);
1774 long value) {
1790 callback.fmTxCmdGetRdsTransmissionMode(mJFmTx, txStatus, value);
1797 public static void nativeCb_fmTxCmdSetMonoStereoMode(long contextValue, int status, long value) {
1813 callback.fmTxCmdSetMonoStereoMode(mJFmTx, txStatus, value);
1820 public static void nativeCb_fmTxCmdGetMonoStereoMode(long contextValue, int status, long value) {
1836 callback.fmTxCmdGetMonoStereoMode(mJFmTx, txStatus, value);
1844 long value) {
1860 callback.fmTxCmdSetPreEmphasisFilter(mJFmTx, txStatus, value);
1868 long value) {
1884 callback.fmTxCmdGetPreEmphasisFilter(mJFmTx, txStatus, value);
1891 public static void nativeCb_fmTxCmdSetMuteMode(long contextValue, int status, long value) {
1907 callback.fmTxCmdSetMuteMode(mJFmTx, txStatus, value);
1914 public static void nativeCb_fmTxCmdGetMuteMode(long contextValue, int status, long value) {
1930 callback.fmTxCmdGetMuteMode(mJFmTx, txStatus, value);
1937 public static void nativeCb_fmTxCmdSetRdsAfCode(long contextValue, int status, long value) {
1953 callback.fmTxCmdSetMuteMode(mJFmTx, txStatus, value);
1960 public static void nativeCb_fmTxCmdGetRdsAfCode(long contextValue, int status, long value) {
1976 callback.fmTxCmdGetRdsAfCode(mJFmTx, txStatus, value);
1983 public static void nativeCb_fmTxCmdSetRdsPiCode(long contextValue, int status, long value) {
1999 callback.fmTxCmdSetRdsPiCode(mJFmTx, txStatus, value);
2006 public static void nativeCb_fmTxCmdGetRdsPiCode(long contextValue, int status, long value) {
2022 callback.fmTxCmdGetRdsPiCode(mJFmTx, txStatus, value);
2029 public static void nativeCb_fmTxCmdSetRdsPtyCode(long contextValue, int status, long value) {
2045 callback.fmTxCmdSetRdsPtyCode(mJFmTx, txStatus, value);
2052 public static void nativeCb_fmTxCmdGetRdsPtyCode(long contextValue, int status, long value) {
2068 callback.fmTxCmdGetRdsPtyCode(mJFmTx, txStatus, value);
2076 long value) {
2092 callback.fmTxCmdSetRdsTextRepertoire(mJFmTx, txStatus, value);
2100 long value) {
2116 callback.fmTxCmdGetRdsTextRepertoire(mJFmTx, txStatus, value);
2123 public static void nativeCb_fmTxCmdSetRdsPsDisplayMode(long contextValue, int status, long value) {
2139 callback.fmTxCmdSetRdsPsDisplayMode(mJFmTx, txStatus, value);
2146 public static void nativeCb_fmTxCmdGetRdsPsDisplayMode(long contextValue, int status, long value) {
2162 callback.fmTxCmdGetRdsPsDisplayMode(mJFmTx, txStatus, value);
2170 long value) {
2186 callback.fmTxCmdSetRdsPsDisplaySpeed(mJFmTx, txStatus, value);
2194 long value) {
2210 callback.fmTxCmdGetRdsPsDisplaySpeed(mJFmTx, txStatus, value);
2218 long value) {
2234 callback.fmTxCmdSetRdsTransmittedMask(mJFmTx, txStatus, value);
2242 long value) {
2258 callback.fmTxCmdGetRdsTransmittedMask(mJFmTx, txStatus, value);
2266 long value) {
2282 callback.fmTxCmdSetRdsMusicSpeechFlag(mJFmTx, txStatus, value);
2290 long value) {
2306 callback.fmTxCmdGetRdsMusicSpeechFlag(mJFmTx, txStatus, value);
2481 public static void nativeCb_fmTxCmdSetInterruptMask(long contextValue, int status, long value) {
2497 callback.fmTxCmdSetInterruptMask(mJFmTx, txStatus, value);
2506 * value) { JFmLog.d(TAG, "nativeCb_fmTxCmdGetInterruptMask: entered");
2511 * callback.fmTxCmdGetInterruptMask(mJFmTx, status, value); } }
2515 long value) {
2531 callback.fmTxCmdSetRdsExtendedCountryCode(mJFmTx, txStatus, value);
2539 long value) {
2555 callback.fmTxCmdGetRdsExtendedCountryCode(mJFmTx, txStatus, value);
2563 int status, long value) {
2580 callback.fmTxCmdChangeDigitalAudioConfiguration(mJFmTx, txStatus, value);
2635 public static void nativeCb_fmTxCmdSetPowerLevel(long contextValue, int status, long value) {
2651 callback.fmTxCmdSetPowerLevel(mJFmTx, txStatus, value);
2658 public static void nativeCb_fmTxCmdGetPowerLevel(long contextValue, int status, long value) {
2674 callback.fmTxCmdGetPowerLevel(mJFmTx, txStatus, value);
2681 public static void nativeCb_fmTxCmdSetRdsPsDispalyMode(long contextValue, int status, long value) {
2697 callback.fmTxCmdSetRdsPsDispalyMode(mJFmTx, txStatus, value);
2704 public static void nativeCb_fmTxCmdGetRdsPsDispalyMode(long contextValue, int status, long value) {
2720 callback.fmTxCmdGetRdsPsDispalyMode(mJFmTx, txStatus, value);