Searched refs:contextValue (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmContext.java31 public JFmContext(long contextValue) { argument
32 value = contextValue;
H A DJFmTx.java155 void fmTxCmdWriteRdsRawData(JFmTx contextValue, JFmTxStatus status, int len, byte[] msg); argument
157 void fmTxCmdReadRdsRawData(JFmTx contextValue, JFmTxStatus status, int len, byte[] msg); argument
159 void fmTxCmdSetRdsPsDisplaySpeed(JFmTx contextValue, JFmTxStatus status, long value); argument
161 void fmTxCmdGetRdsPsDisplaySpeed(JFmTx contextValue, JFmTxStatus status, long value); argument
163 void fmTxCmdSetRdsExtendedCountryCode(JFmTx contextValue, JFmTxStatus status, long value); argument
165 void fmTxCmdGetRdsExtendedCountryCode(JFmTx contextValue, JFmTxStatus status, long value); argument
167 void fmTxCmdChangeDigitalAudioConfiguration(JFmTx contextValue, JFmTxStatus status, argument
170 void fmTxCmdSetRdsPsDispalyMode(JFmTx contextValue, JFmTxStatus status, long value); argument
172 void fmTxCmdGetRdsPsDispalyMode(JFmTx contextValue, JFmTxStatus status, long value); argument
1419 private static native int nativeJFmTx_Create(JFmContext contextValue); argument
1421 nativeJFmTx_Enable(long contextValue) argument
1423 nativeJFmTx_Tune(long contextValue, long jFmTxFreq) argument
1425 nativeJFmTx_GetTunedFrequency(long contextValue) argument
1427 nativeJFmTx_StartTransmission(long contextValue) argument
1429 nativeJFmTx_Disable(long contextValue) argument
1431 nativeJFmTx_Destroy(long contextValue) argument
1433 nativeJFmTx_StopTransmission(long contextValue) argument
1435 nativeJFmTx_SetPowerLevel(long contextValue, int powerLevel) argument
1437 nativeJFmTx_GetPowerLevel(long contextValue) argument
1439 nativeJFmTx_EnableRds(long contextValue) argument
1441 nativeJFmTx_DisableRds(long contextValue) argument
1443 nativeJFmTx_SetRdsTransmissionMode(long contextValue, int mode) argument
1445 nativeJFmTx_GetRdsTransmissionMode(long contextValue) argument
1447 nativeJFmTx_SetRdsTextPsMsg(long contextValue, java.lang.String psString, int length) argument
1450 nativeJFmTx_GetRdsTextPsMsg(long contextValue) argument
1452 nativeJFmTx_WriteRdsRawData(long contextValue, java.lang.String msg, int length) argument
1455 nativeJFmTx_ChangeDigitalSourceConfiguration(long contextValue, int ecalSampleFreq) argument
1458 nativeJFmTx_ChangeAudioSource(long contextValue, int audioSrc, int ecalSampleFreq) argument
1461 nativeJFmTx_SetRdsExtendedCountryCode(long contextValue, int ecc) argument
1463 nativeJFmTx_GetRdsExtendedCountryCode(long contextValue) argument
1465 nativeJFmTx_SetRdsMusicSpeechFlag(long contextValue, int musicSpeechFlag) argument
1468 nativeJFmTx_GetRdsMusicSpeechFlag(long contextValue) argument
1470 nativeJFmTx_SetRdsTrafficCodes(long contextValue, int taCode, int tpCode) argument
1473 nativeJFmTx_GetRdsTrafficCodes(long contextValue) argument
1475 nativeJFmTx_SetRdsTransmittedGroupsMask(long contextValue, long taCode) argument
1477 nativeJFmTx_GetRdsTransmittedGroupsMask(long contextValue) argument
1479 nativeJFmTx_SetRdsTextRtMsg(long contextValue, int msgType, java.lang.String msg, int msgLength) argument
1482 nativeJFmTx_GetRdsTextRtMsg(long contextValue) argument
1484 nativeJFmTx_SetRdsPsScrollSpeed(long contextValue, int scrollSpeed) argument
1486 nativeJFmTx_GetRdsPsScrollSpeed(long contextValue) argument
1488 nativeJFmTx_SetMuteMode(long contextValue, int muteMode) argument
1490 nativeJFmTx_GetMuteMode(long contextValue) argument
1492 nativeJFmTx_SetRdsAfCode(long contextValue, int afCode) argument
1494 nativeJFmTx_GetRdsAfCode(long contextValue) argument
1496 nativeJFmTx_SetRdsPiCode(long contextValue, int piCode) argument
1498 nativeJFmTx_GetRdsPiCode(long contextValue) argument
1500 nativeJFmTx_SetRdsPtyCode(long contextValue, int ptyCode) argument
1502 nativeJFmTx_GetRdsPtyCode(long contextValue) argument
1504 nativeJFmTx_SetRdsPsDisplayMode(long contextValue, int displayMode) argument
1506 nativeJFmTx_GetRdsPsDisplayMode(long contextValue) argument
1508 nativeJFmTx_SetRdsTextRepertoire(long contextValue, int reprtoire) argument
1510 nativeJFmTx_GetRdsTextRepertoire(long contextValue) argument
1512 nativeJFmTx_SetPreEmphasisFilter(long contextValue, int preEmpFilter) argument
1514 nativeJFmTx_GetPreEmphasisFilter(long contextValue) argument
1516 nativeJFmTx_GetMonoStereoMode(long contextValue) argument
1518 nativeJFmTx_SetMonoStereoMode(long contextValue, int mode) argument
1520 nativeJFmTx_ReadRdsRawData(long contextValue) argument
1535 nativeCb_fmTxCmdEnable(long contextValue, int status, long value) argument
1558 nativeCb_fmTxCmdDisable(long contextValue, int status, long value) argument
1581 nativeCb_fmTxCmdDestroy(long contextValue, int status, long value) argument
1604 nativeCb_fmTxCmdTune(long contextValue, int status, long value) argument
1627 nativeCb_fmTxCmdGetTunedFrequency(long contextValue, int status, long value) argument
1650 nativeCb_fmTxCmdStopTransmission(long contextValue, int status, long value) argument
1673 nativeCb_fmTxCmdStartTransmission(long contextValue, int status ) argument
1703 nativeCb_fmTxCmdEnableRds(long contextValue, int status, long value) argument
1726 nativeCb_fmTxCmdDisableRds(long contextValue, int status, long value) argument
1749 nativeCb_fmTxCmdSetRdsTransmissionMode(long contextValue, int status, long value) argument
1773 nativeCb_fmTxCmdGetRdsTransmissionMode(long contextValue, int status, long value) argument
1797 nativeCb_fmTxCmdSetMonoStereoMode(long contextValue, int status, long value) argument
1820 nativeCb_fmTxCmdGetMonoStereoMode(long contextValue, int status, long value) argument
1843 nativeCb_fmTxCmdSetPreEmphasisFilter(long contextValue, int status, long value) argument
1867 nativeCb_fmTxCmdGetPreEmphasisFilter(long contextValue, int status, long value) argument
1891 nativeCb_fmTxCmdSetMuteMode(long contextValue, int status, long value) argument
1914 nativeCb_fmTxCmdGetMuteMode(long contextValue, int status, long value) argument
1937 nativeCb_fmTxCmdSetRdsAfCode(long contextValue, int status, long value) argument
1960 nativeCb_fmTxCmdGetRdsAfCode(long contextValue, int status, long value) argument
1983 nativeCb_fmTxCmdSetRdsPiCode(long contextValue, int status, long value) argument
2006 nativeCb_fmTxCmdGetRdsPiCode(long contextValue, int status, long value) argument
2029 nativeCb_fmTxCmdSetRdsPtyCode(long contextValue, int status, long value) argument
2052 nativeCb_fmTxCmdGetRdsPtyCode(long contextValue, int status, long value) argument
2075 nativeCb_fmTxCmdSetRdsTextRepertoire(long contextValue, int status, long value) argument
2099 nativeCb_fmTxCmdGetRdsTextRepertoire(long contextValue, int status, long value) argument
2123 nativeCb_fmTxCmdSetRdsPsDisplayMode(long contextValue, int status, long value) argument
2146 nativeCb_fmTxCmdGetRdsPsDisplayMode(long contextValue, int status, long value) argument
2169 nativeCb_fmTxCmdSetRdsPsDisplaySpeed(long contextValue, int status, long value) argument
2193 nativeCb_fmTxCmdGetRdsPsDisplaySpeed(long contextValue, int status, long value) argument
2217 nativeCb_fmTxCmdSetRdsTransmittedMask(long contextValue, int status, long value) argument
2241 nativeCb_fmTxCmdGetRdsTransmittedMask(long contextValue, int status, long value) argument
2265 nativeCb_fmTxCmdSetRdsMusicSpeechFlag(long contextValue, int status, long value) argument
2289 nativeCb_fmTxCmdGetRdsMusicSpeechFlag(long contextValue, int status, long value) argument
2313 nativeCb_fmTxCmdChangeAudioSource(long contextValue, int status, JFmCcmVacUnavailResourceList ccmVacUnavailResourceList) argument
2337 nativeCb_fmTxCmdSetRdsTrafficCodes(long contextValue, int status, int taCode, int tpCode) argument
2361 nativeCb_fmTxCmdGetRdsTrafficCodes(long contextValue, int status, int taCode, int tpCode) argument
2385 nativeCb_fmTxCmdSetRdsTextPsMsg(long contextValue, int status, int msgLen, byte[] msg) argument
2409 nativeCb_fmTxCmdGetRdsTextPsMsg(long contextValue, int status, int msgLen, byte[] msg) argument
2433 nativeCb_fmTxCmdSetRdsTextRtMsg(long contextValue, int status, int msgType, int msgLen, byte[] msg) argument
2457 nativeCb_fmTxCmdGetRdsTextRtMsg(long contextValue, int status, int msgType, int msgLen, byte[] msg) argument
2481 nativeCb_fmTxCmdSetInterruptMask(long contextValue, int status, long value) argument
2514 nativeCb_fmTxCmdSetRdsExtendedCountryCode(long contextValue, int status, long value) argument
2538 nativeCb_fmTxCmdGetRdsExtendedCountryCode(long contextValue, int status, long value) argument
2562 nativeCb_fmTxCmdChangeDigitalAudioConfiguration(long contextValue, int status, long value) argument
2587 nativeCb_fmTxCmdWriteRdsRawData(long contextValue, int status, int len, byte[] msg) argument
2611 nativeCb_fmTxCmdReadRdsRawData(long contextValue, int status, int len, byte[] msg) argument
2635 nativeCb_fmTxCmdSetPowerLevel(long contextValue, int status, long value) argument
2658 nativeCb_fmTxCmdGetPowerLevel(long contextValue, int status, long value) argument
2681 nativeCb_fmTxCmdSetRdsPsDispalyMode(long contextValue, int status, long value) argument
2704 nativeCb_fmTxCmdGetRdsPsDispalyMode(long contextValue, int status, long value) argument
2730 getJFmTx(long contextValue) argument
[all...]
H A DJFmRx.java1364 private static native int nativeJFmRx_Create(JFmContext contextValue); argument
1366 private static native int nativeJFmRx_Destroy(long contextValue); argument
1368 private static native int nativeJFmRx_Enable(long contextValue); argument
1370 private static native int nativeJFmRx_Disable(long contextValue); argument
1372 private static native int nativeJFmRx_SetBand(long contextValue, int jFmBand); argument
1374 private static native int nativeJFmRx_GetBand(long contextValue); argument
1376 private static native int nativeJFmRx_Tune(long contextValue, int jFmFreq); argument
1378 private static native int nativeJFmRx_GetTunedFrequency(long contextValue); argument
1380 private static native int nativeJFmRx_SetMonoStereoMode(long contextValue, int jFmMonoStereoMode); argument
1382 private static native int nativeJFmRx_GetMonoStereoMode(long contextValue); argument
1384 nativeJFmRx_SetMuteMode(long contextValue, int jFmMuteMode) argument
1386 nativeJFmRx_GetMuteMode(long contextValue) argument
1388 nativeJFmRx_SetRssiThreshold(long contextValue, int jFmRssi) argument
1390 nativeJFmRx_GetRssiThreshold(long contextValue) argument
1392 nativeJFmRx_GetRssi(long contextValue) argument
1394 nativeJFmRx_SetVolume(long contextValue, int jFmVolume) argument
1396 nativeJFmRx_GetVolume(long contextValue) argument
1398 nativeJFmRx_SetDeEmphasisFilter(long contextValue, int jFmEmphasisFilter) argument
1401 nativeJFmRx_GetDeEmphasisFilter(long contextValue) argument
1403 nativeJFmRx_Seek(long contextValue, int jFmDirection) argument
1405 nativeJFmRx_StopSeek(long contextValue) argument
1407 nativeJFmRx_EnableRDS(long contextValue) argument
1409 nativeJFmRx_DisableRDS(long contextValue) argument
1411 nativeJFmRx_EnableAudioRouting(long contextValue) argument
1413 nativeJFmRx_DisableAudioRouting(long contextValue) argument
1415 nativeJFmRx_SetRdsAfSwitchMode(long contextValue, int jRdsAfSwitchMode) argument
1417 nativeJFmRx_GetRdsAfSwitchMode(long contextValue) argument
1419 nativeJFmRx_ChangeAudioTarget(long contextValue, int audioTargetMask, int digitalConfig) argument
1422 nativeJFmRx_ChangeDigitalTargetConfiguration(long contextValue, int digitalConfig) argument
1425 nativeJFmRx_SetRfDependentMuteMode(long contextValue, int mode) argument
1427 nativeJFmRx_GetRfDependentMute(long contextValue) argument
1429 nativeJFmRx_SetRdsSystem(long contextValue, int rdsSystem) argument
1431 nativeJFmRx_GetRdsSystem(long contextValue) argument
1433 nativeJFmRx_SetRdsGroupMask(long contextValue, long groupMask) argument
1435 nativeJFmRx_GetRdsGroupMask(long contextValue) argument
1437 nativeJFmRx_SetChannelSpacing(long contextValue, int fmChannelSpacing) argument
1439 nativeJFmRx_GetChannelSpacing(long contextValue) argument
1441 nativeJFmRx_IsValidChannel(long contextValue) argument
1443 nativeJFmRx_CompleteScan(long contextValue) argument
1445 nativeJFmRx_GetFwVersion(long contextValue) argument
1447 nativeJFmRx_GetCompleteScanProgress(long contextValue) argument
1449 nativeJFmRx_StopCompleteScan(long contextValue) argument
1462 nativeCb_fmRxRawRDS(long contextValue, int status, int bitInMaskValue, byte[] groupData) argument
1488 nativeCb_fmRxRadioText(long contextValue, int status, boolean resetDisplay, byte[] msg1, int len, int startIndex, int repertoire) argument
1515 nativeCb_fmRxPiCodeChanged(long contextValue, int status, int piValue) argument
1540 nativeCb_fmRxPtyCodeChanged(long contextValue, int status, int ptyValue) argument
1565 nativeCb_fmRxPsChanged(long contextValue, int status, int frequency, byte[] name, int repertoire) argument
1593 nativeCb_fmRxMonoStereoModeChanged(long contextValue, int status, int modeValue) argument
1619 nativeCb_fmRxAudioPathChanged(long contextValue, int status) argument
1641 nativeCb_fmRxAfSwitchFreqFailed(long contextValue, int status, int piValue, int tunedFreq, int afFreqValue) argument
1671 nativeCb_fmRxAfSwitchStart(long contextValue, int status, int piValue, int tunedFreq, int afFreq) argument
1699 nativeCb_fmRxAfListChanged(long contextValue, int status, int piValue, int[] afList, int afListSize) argument
1726 nativeCb_fmRxAfSwitchComplete(long contextValue, int status, int piValue, int tunedFreq, int afFreq) argument
1756 nativeCb_fmRxCmdEnable(long contextValue, int status, int cmd, long value) argument
1779 nativeCb_fmRxCmdDisable(long contextValue, int status, int cmd, long value) argument
1802 nativeCb_fmRxCmdEnableAudio(long contextValue, int status, int cmd, long audioCmd) argument
1826 nativeCb_fmRxCmdChangeAudioTarget(long contextValue, int status, int cmd, long audioCmd) argument
1850 nativeCb_fmRxCmdSetBand(long contextValue, int status, int cmd, long value) argument
1873 nativeCb_fmRxCmdGetBand(long contextValue, int status, int cmd, long value) argument
1896 nativeCb_fmRxCmdSetMonoStereoMode(long contextValue, int status, int cmd, long value) argument
1920 nativeCb_fmRxCmdGetMonoStereoMode(long contextValue, int status, int cmd, long value) argument
1944 nativeCb_fmRxCmdGetMuteMode(long contextValue, int status, int cmd, long value) argument
1968 nativeCb_fmRxCmdSetMuteMode(long contextValue, int status, int cmd, long value) argument
1992 nativeCb_fmRxCmdSetRfDependentMuteMode(long contextValue, int status, int cmd, long value) argument
2016 nativeCb_fmRxCmdGetRfDependentMuteMode(long contextValue, int status, int cmd, long value) argument
2040 nativeCb_fmRxCmdSetRssiThreshhold(long contextValue, int status, int cmd, long value) argument
2063 nativeCb_fmRxCmdGetRssiThreshhold(long contextValue, int status, int cmd, long value) argument
2087 nativeCb_fmRxCmdSetDeemphasisFilter(long contextValue, int status, int cmd, long value) argument
2111 nativeCb_fmRxCmdGetDeemphasisFilter(long contextValue, int status, int cmd, long value) argument
2135 nativeCb_fmRxCmdSetChannelSpacing(long contextValue, int status, int cmd, long value) argument
2159 nativeCb_fmRxCmdGetChannelSpacing(long contextValue, int status, int cmd, long value) argument
2183 nativeCb_fmRxCmdSetVolume(long contextValue, int status, int cmd, long value) argument
2206 nativeCb_fmRxCmdGetVolume(long contextValue, int status, int cmd, long value) argument
2229 nativeCb_fmRxCmdTune(long contextValue, int status, int cmd, long value) argument
2252 nativeCb_fmRxCmdGetTunedFrequency(long contextValue, int status, int cmd, long value) argument
2276 nativeCb_fmRxCmdSeek(long contextValue, int status, int cmd, long value) argument
2299 nativeCb_fmRxCmdStopSeek(long contextValue, int status, int cmd, long value) argument
2322 nativeCb_fmRxCmdGetRssi(long contextValue, int status, int cmd, long value) argument
2345 nativeCb_fmRxCmdEnableRds(long contextValue, int status, int cmd, long value) argument
2368 nativeCb_fmRxCmdDisableRds(long contextValue, int status, int cmd, long value) argument
2391 nativeCb_fmRxCmdGetRdsSystem(long contextValue, int status, int cmd, long value) argument
2415 nativeCb_fmRxCmdSetRdsSystem(long contextValue, int status, int cmd, long value) argument
2439 nativeCb_fmRxCmdSetRdsGroupMask(long contextValue, int status, int cmd, long value) argument
2463 nativeCb_fmRxCmdGetRdsGroupMask(long contextValue, int status, int cmd, long value) argument
2487 nativeCb_fmRxCmdSetRdsAfSwitchMode(long contextValue, int status, int cmd, long value) argument
2511 nativeCb_fmRxCmdGetRdsAfSwitchMode(long contextValue, int status, int cmd, long value) argument
2535 nativeCb_fmRxCmdDisableAudio(long contextValue, int status, int cmd, long value) argument
2559 nativeCb_fmRxCmdDestroy(long contextValue, int status, int cmd, long value) argument
2582 nativeCb_fmRxCmdChangeDigitalAudioConfiguration(long contextValue, int status, int cmd, long value) argument
2606 nativeCb_fmRxCompleteScanDone(long contextValue, int status, int numOfChannels, int[] channelsData) argument
2630 nativeCb_fmRxCmdStopCompleteScan(long contextValue, int status, int cmd, long value) argument
2654 nativeCb_fmRxCmdIsValidChannel(long contextValue, int status, int cmd, long value) argument
2678 nativeCb_fmRxCmdGetFwVersion(long contextValue, int status, int cmd, long value) argument
2702 nativeCb_fmRxCmdGetCompleteScanProgress(long contextValue, int status, int cmd, long value) argument
2729 getJFmRx(long contextValue) argument
[all...]

Completed in 233 milliseconds