OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RadioService
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/radio/
RadioService.h
38
class
RadioService
:
39
public BinderService<
RadioService
>,
42
friend class BinderService<
RadioService
>;
50
RadioService
();
51
virtual ~
RadioService
();
RadioService.cpp
17
#define LOG_TAG "
RadioService
"
40
#include "
RadioService
.h"
49
RadioService
::
RadioService
()
55
void
RadioService
::onFirstRef()
83
RadioService
::~
RadioService
()
87
status_t
RadioService
::listModules(struct radio_properties *properties,
107
status_t
RadioService
::attach(radio_handle_t handle,
162
status_t
RadioService
::dump(int fd, const Vector<String16>& args __unused)
[
all
...]
/packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java
56
public class
RadioService
extends Service implements AudioManager.OnAudioFocusChangeListener {
57
private static String TAG = "Em.
RadioService
";
92
* Whether or not this {@link
RadioService
} currently has audio focus, meaning it is the
714
* {@code false} here could mean that the {@code
RadioService
} was not able to connect to
Completed in 87 milliseconds