OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FmRadio
(Results
1 - 4
of
4
) sorted by null
/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/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/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/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 330 milliseconds