OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rds_mode
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wpan/tools/kfmapp/
kfmapp.c
1206
static unsigned char
rds_mode
= FM_RDS_DISABLE;
local
1215
if(
rds_mode
== FM_RDS_DISABLE) {
1217
rds_mode
= FM_RDS_ENABLE;
1220
rds_mode
= FM_RDS_DISABLE;
1230
if(fmapp_mode == FM_MODE_RX &&
rds_mode
== FM_RDS_ENABLE &&
1237
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 341 milliseconds