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

  /frameworks/av/include/radio/
Radio.h 41 static sp<Radio> attach(radio_handle_t handle,
76 Radio(radio_handle_t handle,
82 const radio_handle_t mHandle;
IRadioService.h 39 virtual status_t attach(const radio_handle_t handle,
  /system/core/include/system/
radio.h 84 typedef unsigned int radio_handle_t; typedef
150 radio_handle_t handle;
  /frameworks/av/radio/
IRadioService.cpp 80 virtual status_t attach(radio_handle_t handle,
153 radio_handle_t handle = data.readInt32();
Radio.cpp 94 sp<Radio> Radio::attach(radio_handle_t handle,
120 Radio::Radio(radio_handle_t handle, const sp<RadioCallback>& callback)
  /frameworks/av/services/radio/
RadioService.h 54 virtual status_t attach(radio_handle_t handle,
206 DefaultKeyedVector< radio_handle_t, sp<Module> > mModules;
RadioService.cpp 86 (radio_handle_t)android_atomic_inc(&mNextUniqueId);
119 status_t RadioService::attach(radio_handle_t handle,
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 569 radio_handle_t handle = (radio_handle_t)env->GetIntField(thiz, gModuleFields.mId);
    [all...]

Completed in 193 milliseconds