Searched refs:repertoire (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl129 boolean txSetRdsTextRepertoire(int repertoire);
H A DFmRadio.java1696 public boolean txSetRdsTextRepertoire(int repertoire) { argument
1701 return mService.txSetRdsTextRepertoire(repertoire);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp52 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,fre local
1223 nativeJFmRx_RadioText_Callback(int status, bool resetDisplay, unsigned char * msg, int len, int startIndex, int repertoire) argument
1322 nativeJFmRx_PS_Callback(long context,int status, int freq, int len,unsigned char * name, int repertoire) argument
[all...]
H A DJFmTxNative.cpp675 static int nativeJFmTx_SetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
682 static int nativeJFmTx_GetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmRx.java59 int len, int startIndex, JFmRxRepertoire repertoire);
66 JFmRxRepertoire repertoire);
496 private final int repertoire; field in class:JFmRx.JFmRxRepertoire
498 private JFmRxRepertoire(int repertoire) { argument
499 this.repertoire = repertoire;
503 return repertoire;
1489 byte[] msg1, int len, int startIndex, int repertoire) {
1503 JFmRxRepertoire jRepertoire = JFmUtils.getEnumConst(JFmRxRepertoire.class, repertoire);
1566 byte[] name, int repertoire) {
58 fmRxRadioText(JFmRx context, JFmRxStatus status, boolean resetDisplay, byte[] msg1, int len, int startIndex, JFmRxRepertoire repertoire) argument
65 fmRxPsChanged(JFmRx context, JFmRxStatus status, JFmRxFreq frequency, byte[] name, JFmRxRepertoire repertoire) argument
1488 nativeCb_fmRxRadioText(long contextValue, int status, boolean resetDisplay, byte[] msg1, int len, int startIndex, int repertoire) argument
1565 nativeCb_fmRxPsChanged(long contextValue, int status, int frequency, byte[] name, int repertoire) argument
[all...]
H A DJFmTx.java372 private final int repertoire; field in class:JFmTx.JFmTxRepertoire
374 private JFmTxRepertoire(int repertoire) { argument
375 this.repertoire = repertoire;
379 return repertoire;
1134 public JFmTxStatus txSetRdsTextRepertoire(JFmTxRepertoire repertoire) { argument
1140 int status = nativeJFmTx_SetRdsTextRepertoire(txContext.getValue(), repertoire
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4379 public boolean txSetRdsTextRepertoire(int repertoire){ argument
4386 JFmTx.JFmTxRepertoire.class, repertoire);
4722 JFmRx.JFmRxRepertoire repertoire) {
4740 String radioTextString = findFromLookupTable(msg1, repertoire);
4784 JFmRx.JFmRxRepertoire repertoire) {
4790 Log.d(TAG, "StubFmService:fmRxPsChanged repertoire = "
4791 + repertoire.getValue());
4807 String psString = findFromLookupTable(name, repertoire);
4814 intentPs.putExtra(FmRadioIntent.REPERTOIRE, repertoire.getValue());// repertoire
4720 fmRxRadioText(JFmRx context, JFmRxStatus status, boolean resetDisplay, byte[] msg1, int len, int startIndex, JFmRx.JFmRxRepertoire repertoire) argument
4782 fmRxPsChanged(JFmRx context, JFmRxStatus status, JFmRx.JFmRxFreq frequency, byte[] name, JFmRx.JFmRxRepertoire repertoire) argument
7119 findFromLookupTable(byte[] indexArray, JFmRx.JFmRxRepertoire repertoire) argument
[all...]

Completed in 225 milliseconds