HomeSort by relevance Sort by last modified time
    Searched refs:Radio (Results 1 - 16 of 16) sorted by null

  /frameworks/av/radio/
Radio.cpp 18 #define LOG_TAG "Radio"
27 #include <radio/Radio.h>
28 #include <radio/IRadio.h>
29 #include <radio/IRadioService.h>
30 #include <radio/IRadioClient.h>
31 #include <radio/RadioCallback.h>
38 const char* kRadioServiceName = "media.radio";
51 ALOGW("Radio service died!");
58 const sp<IRadioService> Radio::getRadioService(
100 sp<Radio> radio; local
    [all...]
Android.mk 20 Radio.cpp \
IRadio.cpp 22 #include <radio/IRadio.h>
23 #include <radio/IRadioService.h>
24 #include <radio/IRadioClient.h>
25 #include <system/radio.h>
224 IMPLEMENT_META_INTERFACE(Radio, "android.hardware.IRadio");
  /frameworks/av/include/radio/
Radio.h 22 #include <radio/RadioCallback.h>
23 #include <radio/IRadio.h>
24 #include <radio/IRadioService.h>
25 #include <radio/IRadioClient.h>
26 #include <system/radio.h>
32 class Radio : public BnRadioClient,
37 virtual ~Radio();
41 static sp<Radio> attach(radio_handle_t handle,
76 Radio(radio_handle_t handle,
IRadio.h 24 #include <system/radio.h>
32 DECLARE_META_INTERFACE(Radio);
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 19 #define LOG_TAG "Radio-JNI"
25 #include <system/radio.h>
27 #include <radio/RadioCallback.h>
28 #include <radio/Radio.h>
41 static const char* const kRadioManagerClassPathName = "android/hardware/radio/RadioManager";
44 static const char* const kRadioModuleClassPathName = "android/hardware/radio/RadioModule";
53 "android/hardware/radio/RadioManager$ModuleProperties";
59 "android/hardware/radio/RadioManager$BandDescriptor";
70 "android/hardware/radio/RadioManager$FmBandDescriptor"
143 Radio* const radio = (Radio*)env->GetLongField(thiz, gModuleFields.mNativeContext); local
    [all...]
  /external/chromium-trace/catapult/third_party/webtest/webtest/
__init__.py 16 from webtest.forms import Radio
forms.py 55 Dictionary of field types (select, radio, etc)
236 class Radio(Select):
237 """Field representing ``<input type="radio">``"""
355 Field.classes['radio'] = Radio
387 that name. ``<input type=\"radio\">`` and ``<select>`` are
462 if tag_type == 'radio':
471 self.FieldClass.classes['radio'])
503 confirms it is an option). Setting radio fields does the same.
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py     [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 187 * The name of the Intent-extra used to define the radio channel.
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 244 <span class="en">Radio Buttons</span>
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 115 milliseconds