OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JFmRxBand
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
399
public static enum
JFmRxBand
implements IJFmEnum<Integer> {
404
private
JFmRxBand
(int band) {
618
public JFmRxStatus setBand(
JFmRxBand
jFmRxBand
) {
624
int status = nativeJFmRx_SetBand(context.getValue(),
jFmRxBand
.getValue());
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
670
JFmRx.
JFmRxBand
lBand = JFmUtils.getEnumConst(JFmRx.
JFmRxBand
.class,
720
JFmRx.
JFmRxBand
lBand = JFmUtils.getEnumConst(JFmRx.
JFmRxBand
.class,
[
all
...]
Completed in 28 milliseconds