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

  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 52 int repertoire) ;
58 int repertoire) ;
146 int repertoire; local
156 repertoire = FMC_RDS_REPERTOIRE_G0_CODE_TABLE;
161 repertoire = FMC_RDS_REPERTOIRE_G1_CODE_TABLE;
166 repertoire = FMC_RDS_REPERTOIRE_G2_CODE_TABLE;
170 V4L2_JBTL_LOGD(" rdsParseFunc_updateRepertoire repertoire%d\n",repertoire);
171 return repertoire;
183 int status = 0,startIndex=0,repertoire,freq local
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 59 int len, int startIndex, JFmRxRepertoire repertoire);
66 JFmRxRepertoire repertoire);
496 private final int repertoire; field in class:JFmRx.JFmRxRepertoire
498 private JFmRxRepertoire(int repertoire) {
499 this.repertoire = repertoire;
503 return repertoire;
    [all...]
JFmTx.java 372 private final int repertoire; field in class:JFmTx.JFmTxRepertoire
374 private JFmTxRepertoire(int repertoire) {
375 this.repertoire = repertoire;
379 return repertoire;
    [all...]

Completed in 39 milliseconds