OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmradio
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/wpan/
ti-wpan-products.mk
22
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fmc_ch8_1283.2.bts:system/etc/firmware/fmc_ch8_1283.2.bts \
23
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_rx_ch8_1283.2.bts:system/etc/firmware/fm_rx_ch8_1283.2.bts \
24
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_tx_ch8_1283.2.bts:system/etc/firmware/fm_tx_ch8_1283.2.bts \
25
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fmc_init_1273.2.bts:system/etc/firmware/fmc_init_1273.2.bts \
26
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_rx_init_1273.2.bts:system/etc/firmware/fm_rx_init_1273.2.bts \
27
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_tx_init_1273.2.bts:system/etc/firmware/fm_tx_init_1273.2.bts \
28
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_tx_ch8_1273.1.bts:system/etc/firmware/fm_tx_ch8_1273.1.bts \
29
device/ti/proprietary-open/wl12xx/wpan/
fmradio
/fm_tx_ch8_1273.2.bts:system/etc/firmware/fm_tx_ch8_1273.2.bt
README
8
fmradio
- Stack and Command line application for FM on WiLink chipsets
9
fmradio_omap3 - Derived from
fmradio
(older version) on OMAP3 platforms
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java
30
* The Android
FmRadio
API is not finalized, and *will* change. Use at your own
31
* risk. Public API for controlling the
FmRadio
Service.
FmRadio
is a proxy
33
* Creating a
FmRadio
object will create a binding with the FMRX service. Users
34
* of this object should call close() when they are finished with the
FmRadio
,
39
public class
FmRadio
{
41
private static final String TAG = "
FmRadio
";
65
private static
FmRadio
INSTANCE;
73
private
FmRadio
() {
105
public
FmRadio
(Context context, ServiceListener listener)
[
all
...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java
48
import com.ti.fm.
FmRadio
;
107
IFmConstants, FmRxAppConstants ,
FmRadio
.ServiceListener {
197
public static
FmRadio
sFmRadio;
284
sFmRadio = new
FmRadio
(this, this);
357
case
FmRadio
.STATE_ENABLED:
358
Log.i(TAG, "
FmRadio
.STATE_ENABLED ");
365
Log.i(TAG, "
FmRadio
.STATE_PAUSE ");
368
showAlert(this, "
FmRadio
", "Cannot resume Radio!!!!");
374
case
FmRadio
.STATE_DISABLED:
375
Log.i(TAG, "
FmRadio
.STATE_DISABLED ")
[
all
...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java
50
import com.ti.fm.
FmRadio
;
56
OnCheckedChangeListener,OnKeyListener,FmTxAppConstants,
FmRadio
.ServiceListener{
97
public static
FmRadio
sFmRadio;
142
sFmRadio = new
FmRadio
(this, this);
[
all
...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
39
System.loadLibrary("
fmradio
");
[
all
...]
JFmTx.java
41
// System.loadLibrary("
fmradio
");
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
21
import com.ti.fm.
FmRadio
;
149
private int mRxState =
FmRadio
.STATE_DEFAULT; // State of the FM Rx Service
[
all
...]
Completed in 49 milliseconds