Searched defs:afCode (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadio.java1646 public boolean txSetRdsAfCode(int afCode) { argument
1651 return mService.txSetRdsAfCode(afCode);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp751 static int nativeJFmTx_SetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue,jint afCode) argument
756 sprintf(str, "%d", afCode);
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1026 public JFmTxStatus txSetRdsAfCode(int afCode) { argument
1032 int status = nativeJFmTx_SetRdsAfCode(txContext.getValue(), afCode);
1492 private static native int nativeJFmTx_SetRdsAfCode(long contextValue, int afCode); argument
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4252 public boolean txSetRdsAfCode(int afCode) { argument
4259 JFmTxStatus status = mJFmTx.txSetRdsAfCode(afCode);

Completed in 214 milliseconds