HomeSort by relevance Sort by last modified time
    Searched defs:radio (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioChannelColorMapper.java 17 package com.android.car.radio;
22 import android.hardware.radio.ProgramSelector;
28 * for different channels can be found on go/aae-ncar-por in the radio section.
64 * Returns the default color for the radio.
86 * Returns the color that should be used for the given radio band and channel. If a match cannot
ManualTunerFragment.java 16 package com.android.car.radio;
19 import android.hardware.radio.ProgramSelector;
20 import android.hardware.radio.RadioManager;
28 * A fragment that allows the user to manually input a radio station to tune to.
44 * Called when the user has finished selected a radio station on the manual tuner. If the
89 * Creates a new {@link ManualTunerFragment} that is defaulted to the given radio band.
MainRadioFragment.java 17 package com.android.car.radio;
28 * A fragment that functions as the main display of the information relating to the current radio
29 * station. It also displays controls that allows the user to switch to different radio stations.
44 * favorite radio stations has been clicked.
RadioDisplayController.java 17 package com.android.car.radio;
28 * Controller that controls the appearance state of various UI elements in the radio.
72 * Sets this radio controller to display with a single box representing the current radio
152 * button should toggle the radio from muted to un-muted.
166 * radio station to a list of stored presets.
175 * Sets the current radio channel (e.g. 88.5).
184 * Sets the radio channel band (e.g. FM).
217 * Sets the artist(s) of the currently playing song or current radio station information
PresetsAdapter.java 17 package com.android.car.radio;
20 import android.hardware.radio.ProgramSelector;
35 * Adapter that will display a list of radio stations that represent the user's presets.
101 * Indicates which radio station is the active one inside the list of presets that are set on
PresetsViewHolder.java 17 package com.android.car.radio;
22 import android.hardware.radio.ProgramSelector;
  /packages/apps/Car/Radio/src/com/android/car/radio/storage/
RadioDatabase.java 17 package com.android.car.radio.storage;
31 import android.hardware.radio.ProgramSelector;
40 * Radio app database schema.
73 * Returns a list of all user stored radio favorites sorted by primary identifier.
RadioStorage.java 17 package com.android.car.radio.storage;
24 import android.hardware.radio.ProgramSelector;
25 import android.hardware.radio.RadioManager;
30 import com.android.car.radio.utils.ProgramSelectorUtils;
39 * Class that manages persistent storage of various radio options.
43 private static final String PREF_NAME = "com.android.car.radio.RadioStorage";
58 * Listener that will be called when something in the radio storage changes.
97 * Registers the given {@link PresetsChangeListener} to be notified when any radio preset state
168 * Returns the stored radio band that was set in {@link #storeRadioChannel}. If a radio ban
    [all...]
  /frameworks/base/core/java/android/hardware/radio/
Announcement.java 17 package android.hardware.radio;
41 /** DAB road traffic, RDS TA, HD Radio transportation. */
Utils.java 17 package android.hardware.radio;
RadioTuner.java 17 package android.hardware.radio;
29 * RadioTuner interface provides methods to control a radio tuner on the device: selecting and
93 * Set mute state. When muted, the radio tuner audio source is not available for playback on
94 * any audio device. when unmuted, the radio tuner audio source is output as a media source
96 * The radio tuner audio source is muted by default when the tuner is first attached.
115 * @return {@code true} if the radio tuner audio source is muted or a problem occured
127 * selected supports sub channel (e.g HD Radio). N/A otherwise.
148 * selected supports sub channel (e.g HD Radio). N/A otherwise.
279 * Get the list of discovered radio stations.
285 * @param vendorFilter vendor-specific selector for radio stations
    [all...]
TunerCallbackAdapter.java 17 package android.hardware.radio;
ProgramList.java 17 package android.hardware.radio;
374 * Broadcast Radio Service and RadioManager.
ProgramSelector.java 17 package android.hardware.radio;
40 * - HD Radio subchannel
68 /** Analogue AM radio (with or without RDS).
73 /** analogue FM radio (with or without RDS).
78 /** AM HD Radio.
83 /** FM HD Radio.
93 /** Digital Radio Mondiale.
98 /** SiriusXM Satellite Radio.
133 * 64bit compound primary identifier for HD Radio.
144 * HD Radio subchannel - a value of range 0-7
    [all...]
TunerAdapter.java 17 package android.hardware.radio;
30 * Implements the RadioTuner interface by forwarding calls to radio service.
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_utils_v1_0.h 25 #include <android/hardware/radio/1.0/IRadio.h>
26 #include <android/hardware/radio/1.0/IRadioIndication.h>
27 #include <android/hardware/radio/1.0/IRadioResponse.h>
28 #include <android/hardware/radio/1.0/types.h>
32 using namespace ::android::hardware::radio::V1_0;
46 /* Callback class for radio response */
398 /* Callback class for radio indication */
515 // Test environment for Radio HIDL HAL.
529 // The main test class for Radio HIDL.
536 /* Serial number for radio request *
551 sp<IRadio> radio; member in class:RadioHidlTest
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 46 /* Internal radio statistics structure in the driver */
48 wifi_radio radio; member in struct:__anon47072
112 ALOGE("radio: = %d", radio_stat->radio);
140 external_stat_ptr->radio = internal_stat_ptr->radio;
  /packages/apps/Car/Radio/src/com/android/car/radio/audio/
AudioStreamController.java 17 package com.android.car.radio.audio;
28 import com.android.car.radio.platform.RadioManagerExt;
29 import com.android.car.radio.platform.RadioTunerExt;
37 * Manages radio's audio stream.
178 * Notifies AudioStreamController that radio hardware is done with tune/scan operation.
  /packages/apps/Car/Radio/src/com/android/car/radio/platform/
RadioTunerExt.java 17 package com.android.car.radio.platform;
35 * Proposed extensions to android.hardware.radio.RadioTuner.
TunerCallbackAdapterExt.java 17 package com.android.car.radio.platform;
21 import android.hardware.radio.ProgramSelector;
22 import android.hardware.radio.RadioManager;
23 import android.hardware.radio.RadioMetadata;
24 import android.hardware.radio.RadioTuner;
32 * Proposed extensions to android.hardware.radio.TunerCallbackAdapter.
RadioManagerExt.java 17 package com.android.car.radio.platform;
23 import android.hardware.radio.RadioManager;
24 import android.hardware.radio.RadioManager.BandDescriptor;
25 import android.hardware.radio.RadioTuner;
41 * Proposed extensions to android.hardware.radio.RadioManager.
48 // For now, we open first radio module only.
72 * Broadcast Radio service, so we won't implement region selection based on bands in the app.
90 Log.w(TAG, "Couldn't get radio module list: " + status);
95 Log.i(TAG, "No radio modules on this device");
105 Log.i(TAG, "Opening broadcast radio session...")
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffpageview.cpp 355 CXFA_FFWidget* radio = local
357 if (radio->GetNode()->GetExclGroupIfExists() != pWidgetAcc->GetNode())
360 m_TabOrderWidgetArray.push_back(radio);
  /packages/apps/Car/Radio/src/com/android/car/radio/media/
TunerSession.java 17 package com.android.car.radio.media;
22 import android.hardware.radio.ProgramSelector;
23 import android.hardware.radio.RadioManager.ProgramInfo;
39 import com.android.car.radio.R;
40 import com.android.car.radio.audio.IPlaybackStateListener;
41 import com.android.car.radio.service.IRadioManager;
42 import com.android.car.radio.utils.ThrowingRunnable;
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 174 RadioButton radio; field in class:MusicPicker.TrackListAdapter.ViewHolder
213 vh.radio = (RadioButton) v.findViewById(R.id.radio);
263 vh.radio.setChecked(id == mSelectedId);
  /frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
RadioTunerTest.java 16 package android.hardware.radio.tests.functional;
21 import android.hardware.radio.ProgramSelector;
22 import android.hardware.radio.RadioManager;
23 import android.hardware.radio.RadioTuner;
59 * A test for broadcast radio API.
89 // check if radio is supported and skip the test if it's not
95 // Check radio access permission

Completed in 2270 milliseconds

12 3 4 5