OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:piCode
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl
125
boolean txSetRdsPiCode(int
piCode
);
FmRadio.java
[
all
...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java
610
int
piCode
= fmConfigPreferences.getInt(PI_CODE,DEFAULT_PICODE);
611
Log.i(TAG,"setRdsConfig-- >
piCode
=" +
piCode
);
613
if (mPiCode !=
piCode
) {
614
mPiCode =
piCode
;
615
mStatus = sFmRadio.txSetRdsPiCode(
piCode
);
[
all
...]
FmTxConfig.java
117
edtPiCode = (EditText)findViewById(R.id.
piCode
);
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp
720
static int nativeJFmTx_SetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue,jint
piCode
)
731
vctrls.value =
piCode
;
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
175
* Variable to store the
PiCode
, so that when the value is changed
[
all
...]
Completed in 150 milliseconds