OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubFmService
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
FmService.java
26
import com.ti.server.
StubFmService
;
37
private final IFmRadio.Stub mBinder = new
StubFmService
();
47
((
StubFmService
) mBinder).init(this);
StubFmService.java
77
public class
StubFmService
extends IFmRadio.Stub implements
80
private static final String TAG = "
StubFmService
";
84
public static final String FM_SERVICE = "
StubFmService
";
275
public
StubFmService
() {
278
//Log.d(TAG, "
StubFmService
: null constructor called");
282
//Log.d(TAG, "
StubFmService
: initialise called");
338
//Log.d(TAG, "
StubFmService
: close ");
379
//Log.d(TAG, "
StubFmService
: rxIsEnabled ");
433
Log.i(TAG, "
StubFmService
: rxEnable ");
436
Log.e(TAG, "
StubFmService
rxEnable: FM TX is enabled could not Enable fm RX")
[
all
...]
Completed in 34 milliseconds