OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RADIO_EVENT_TUNED
(Results
1 - 5
of
5
) sorted by null
/system/core/include/system/
radio.h
163
/* Radio program information. Returned by the HAL with event
RADIO_EVENT_TUNED
.
184
RADIO_EVENT_TUNED
= 3, /* tune, step, scan completed */
198
int status; /* used by RADIO_EVENT_CONFIG,
RADIO_EVENT_TUNED
*/
203
radio_program_info_t info; /*
RADIO_EVENT_TUNED
, RADIO_EVENT_AF_SWITCH */
/frameworks/av/radio/
Radio.cpp
246
case
RADIO_EVENT_TUNED
:
/hardware/libhardware/modules/radio/
radio_hw.c
359
event.type =
RADIO_EVENT_TUNED
;
385
event.type =
RADIO_EVENT_TUNED
;
410
event.type =
RADIO_EVENT_TUNED
;
/frameworks/av/services/radio/
RadioService.cpp
312
case
RADIO_EVENT_TUNED
:
341
case
RADIO_EVENT_TUNED
:
/frameworks/base/core/jni/
android_hardware_Radio.cpp
525
case
RADIO_EVENT_TUNED
:
527
ALOGV("%s
RADIO_EVENT_TUNED
channel %d", __FUNCTION__, event->info.channel);
[
all
...]
Completed in 260 milliseconds