Searched refs:Radio (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/radio/
H A DRadio.cpp18 #define LOG_TAG "Radio"
27 #include <radio/Radio.h>
51 ALOGW("Radio service died!");
58 const sp<IRadioService> Radio::getRadioService()
83 status_t Radio::listModules(struct radio_properties *properties,
94 sp<Radio> Radio::attach(radio_handle_t handle,
100 sp<Radio> radio;
105 radio = new Radio(handle, callback);
119 // Radio
120 Radio::Radio(radio_handle_t handle, const sp<RadioCallback>& callback) function in class:android::Radio
[all...]
H A DAndroid.mk20 Radio.cpp \
H A DIRadio.cpp222 IMPLEMENT_META_INTERFACE(Radio, "android.hardware.IRadio");
/frameworks/av/include/radio/
H A DRadio.h32 class Radio : public BnRadioClient, class in namespace:android
37 virtual ~Radio();
41 static sp<Radio> attach(radio_handle_t handle,
76 Radio(radio_handle_t handle,
H A DIRadio.h32 DECLARE_META_INTERFACE(Radio);
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp19 #define LOG_TAG "Radio-JNI"
28 #include <radio/Radio.h>
140 static sp<Radio> getRadio(JNIEnv* env, jobject thiz)
143 Radio* const radio = (Radio*)env->GetLongField(thiz, gModuleFields.mNativeContext);
144 return sp<Radio>(radio);
147 static sp<Radio> setRadio(JNIEnv* env, jobject thiz, const sp<Radio>& module)
150 sp<Radio> old = (Radio*)en
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java1968 public static final class Radio { class in class:MediaStore.Audio
1975 private Radio() { } method in class:MediaStore.Audio.Radio

Completed in 105 milliseconds