OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_program_information
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/radio/
IRadio.cpp
40
GET_PROGRAM_INFORMATION
,
180
status_t status = remote()->transact(
GET_PROGRAM_INFORMATION
, data, &reply);
303
case
GET_PROGRAM_INFORMATION
: {
/hardware/libhardware/modules/radio/
radio_hal_tool.c
121
ret = hal_tuner->
get_program_information
(hal_tuner, &info);
radio_hw.c
672
rdev->tuner->interface.
get_program_information
= tuner_get_program_information;
/hardware/libhardware/include/hardware/
radio.h
217
int (*
get_program_information
)(const struct radio_tuner *tuner,
member in struct:radio_tuner
/frameworks/av/services/radio/
RadioService.cpp
852
status = (status_t)mTuner->
get_program_information
(mTuner, info);
Completed in 116 milliseconds