Searched refs:rdsSystem (Results 1 – 4 of 4) sorted by relevance
299 private final int rdsSystem; field in JFmRx.JFmRxRdsSystem301 private JFmRxRdsSystem(int rdsSystem) { in JFmRxRdsSystem() argument302 this.rdsSystem = rdsSystem; in JFmRxRdsSystem()306 return rdsSystem; in getValue()1281 public JFmRxStatus setRdsSystem(JFmRxRdsSystem rdsSystem) { in setRdsSystem() argument1286 int fmStatus = nativeJFmRx_SetRdsSystem(context.getValue(), rdsSystem.getValue()); in setRdsSystem()1429 private static native int nativeJFmRx_SetRdsSystem(long contextValue, int rdsSystem); in nativeJFmRx_SetRdsSystem() argument
248 private final int rdsSystem; field in JFmTx.JFmTxRdsSystem250 private JFmTxRdsSystem(int rdsSystem) { in JFmTxRdsSystem() argument251 this.rdsSystem = rdsSystem; in JFmTxRdsSystem()255 return rdsSystem; in getValue()
1221 int rdsSystem = fmConfigPreferences.getInt(RDSSYSTEM, in setRdsConfig() local1224 Log.d(TAG, "setRdsSystem()--- rdsSystem= " + rdsSystem); in setRdsConfig()1225 if (mRdsSystem != rdsSystem) { in setRdsConfig()1240 mRdsSystem = rdsSystem; in setRdsConfig()
1102 static int nativeJFmRx_SetRdsSystem(JNIEnv *env, jobject obj,jlong jContextValue, jint rdsSystem) in nativeJFmRx_SetRdsSystem() argument1111 V4L2_JBTL_LOGD("Set to %d\n",rdsSystem); in nativeJFmRx_SetRdsSystem()