Searched refs:nativeJFmTx_GetPreEmphasisFilter (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp834 static int nativeJFmTx_GetPreEmphasisFilter(JNIEnv *env, jobject obj, jlong jContextValue) function
1790 {"nativeJFmTx_GetPreEmphasisFilter","(J)I", (void*)nativeJFmTx_GetPreEmphasisFilter},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java976 int status = nativeJFmTx_GetPreEmphasisFilter(txContext.getValue());
978 JFmLog.d(TAG, "After nativeJFmTx_GetPreEmphasisFilter, status = "
982 "txSetPreEmphasisFilter: exception during nativeJFmTx_GetPreEmphasisFilter ("
1514 private static native int nativeJFmTx_GetPreEmphasisFilter(long contextValue); method in class:JFmTx

Completed in 84 milliseconds