Home
last modified time | relevance | path

Searched refs:getPs (Results 1 – 3 of 3) sorted by relevance

/packages/apps/FMRadio/jni/fmr/
Dlibfm_jni.cpp161 jbyteArray getPs(JNIEnv *env, jobject thiz) in getPs() function
347 {"getPs", "()[B", (void*)getPs }, //12
/packages/apps/FMRadio/src/com/android/fmradio/
DFmNative.java114 static native byte[] getPs(); in getPs() method in FmNative
DFmService.java902 public String getPs() { in getPs() method in FmService
1520 byte[] bytePS = FmNative.getPs(); in startRdsThread()