HomeSort by relevance Sort by last modified time
    Searched full:get_program_information (Results 1 - 4 of 4) 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/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 851 status = (status_t)mTuner->get_program_information(mTuner, info);
  /hardware/libhardware/modules/radio/
radio_hw.c 633 rdev->tuner->interface.get_program_information = tuner_get_program_information;

Completed in 492 milliseconds