HomeSort by relevance Sort by last modified time
    Searched refs:rds_mode (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 1205 static unsigned char rds_mode = FM_RDS_DISABLE; local
1214 if(rds_mode == FM_RDS_DISABLE) {
1216 rds_mode = FM_RDS_ENABLE;
1219 rds_mode = FM_RDS_DISABLE;
1229 if(fmapp_mode == FM_MODE_RX && rds_mode == FM_RDS_ENABLE &&
1236 printf("RDS %s\n",g_rds_modes[rds_mode]);
    [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 413 int rds_mode = 2; local
417 mStatus = sFmRadio.txSetRdsTextRtMsg(rds_mode, txRTCode, txRTCode.length());
426 mStatus = sFmRadio.txSetRdsTextRtMsg(rds_mode, txRTCode, txRTCode.length());
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 877 unsigned char rds_mode = FM_RDS_ENABLE; local
926 V4L2_JBTL_LOGD("RDS %d\n",rds_mode);
937 unsigned char rds_mode = FM_RDS_DISABLE; local
    [all...]

Completed in 357 milliseconds