Searched refs:getProgramInformation (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/radio/
H A DIRadio.h52 virtual status_t getProgramInformation(struct radio_program_info *info) = 0;
H A DRadio.h65 status_t getProgramInformation(struct radio_program_info *info);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java209 public abstract int getProgramInformation(RadioManager.ProgramInfo[] info); method in class:RadioTuner
H A DRadioModule.java77 public native int getProgramInformation(RadioManager.ProgramInfo[] info); method in class:RadioModule
/frameworks/av/radio/
H A DRadio.cpp216 status_t Radio::getProgramInformation(struct radio_program_info *info) function in class:android::Radio
222 return mIRadio->getProgramInformation(info);
H A DIRadio.cpp172 virtual status_t getProgramInformation(struct radio_program_info *info) function in class:android::BpRadio
311 status = getProgramInformation(&info);
/frameworks/av/services/radio/
H A DRadioService.h160 virtual status_t getProgramInformation(struct radio_program_info *info);
H A DRadioService.cpp846 status_t RadioService::ModuleClient::getProgramInformation(struct radio_program_info *info) function in class:android::RadioService::ModuleClient
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp756 jStatus = (int)module->getProgramInformation(&nInfo);
853 {"getProgramInformation",

Completed in 218 milliseconds