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

  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 1107 static char rds_txt[65]; local
1144 rds_txt[4*(spare & 0x0f)+0] = blkc_byte1;
1145 rds_txt[4*(spare & 0x0f)+1] = blkc_byte2;
1146 rds_txt[4*(spare & 0x0f)+2] = byte1;
1147 rds_txt[4*(spare & 0x0f)+3] = byte2;
1152 printf("Radio Text: %s\n",rds_txt);
1153 // memset(&rds_txt,0,sizeof(rds_txt));
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 178 static unsigned char rds_txt[65]; local
231 rds_txt[4*(spare & 0x0f)+0] = blkc_byte1;
232 rds_txt[4*(spare & 0x0f)+1] = blkc_byte2;
233 rds_txt[4*(spare & 0x0f)+2] = byte1;
234 rds_txt[4*(spare & 0x0f)+3] = byte2;
238 len =strlen((const char *)rds_txt);
241 V4L2_JBTL_LOGD("Radio Text: %s\n",rds_txt);
244 rds_txt, len, startIndex,repertoire) ;
    [all...]

Completed in 1317 milliseconds