HomeSort by relevance Sort by last modified time
    Searched full:tune (Results 101 - 125 of 637) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/update_engine/
omaha_response.h 60 // Omaha Response attribute, if ever we need to fine tune the behavior.
  /frameworks/base/media/java/android/media/tv/
TvView.java 63 * <p>Once the application supplies the URI for a specific TV channel to {@link #tune}
294 public void tune(@NonNull String inputId, Uri channelUri) { method in class:TvView
295 tune(inputId, channelUri, null); method
304 * @param params Domain-specific data for this tune request. Keys <em>must</em> be a scoped
308 public void tune(String inputId, Uri channelUri, Bundle params) { method in class:TvView
309 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
320 mSession.tune(channelUri, params);
324 // the new ones and tune later in onSessionCreated(). It is not necessary to create
348 * <p>This method is primarily used to un-tune the current TvView.
    [all...]
TvInputService.java     [all...]
  /external/gemmlowp/internal/
common.h 119 // with x86 to tune differently for mobile x86 CPUs (Atom) vs. desktop x86 CPUs.
156 // to tune for ARM, although on x86 Atom we might be able to query
  /packages/apps/TV/src/com/android/tv/tuner/tvinput/
TunerSession.java 184 mSessionWorker.tune(channelUri);
198 mSessionWorker.tune(recordUri);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 21 #define VID_TYPE_TUNER 2 /* Can tune */
251 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
  /system/core/libsystem/include/system/
radio.h 179 * asynchronous command (configuration, tune, scan ...) or a spontaneous change (antenna connection,
185 RADIO_EVENT_TUNED = 3, /* tune, step, scan completed */
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 224 // Delay 1 second in order not to interrupt the first tune.
333 // Re-tune the current channel to prevent incorrect behavior of trick-play.
336 tune(true);
382 tune(true);
1490 private void tune(boolean updateChannelBanner) { method in class:MainActivity
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java 476 * Tunes the radio to the given frequency. To be notified of a successful tune, register
480 public void tune(RadioStation radioStation) {
493 int status = mRadioTuner.tune(radioStation.getChannelNumber(), 0 /* subChannel */);
501 * Seeks the radio forward. To be notified of a successful tune, register as a
522 * Seeks the radio backwards. To be notified of a successful tune, register as a
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputService.java 211 Log.i(TAG, "Tune to " + channelUri);
227 } else if (!mTunerHelper.tune(channelUri, false)) {
417 } else if (!mTunerHelper.tune(uri, true)) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/
strings.xml 136 <string name="tune_right">Tune +</string>
137 <string name="tune_left">Tune -</string>
153 <string name="radio_tune_to_station">Tune to Station</string>
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java 292 mTvRecordingClient.tune(mStubInfo.getId(), fakeChannelUri);
307 mTvRecordingClient.tune(mStubInfo.getId(), fakeChannelUri, sDummyBundle);
429 mTvRecordingClient.tune("invalid_input_id", fakeChannelUri);
441 mTvRecordingClient.tune(mFaultyStubInfo.getId(), fakeChannelUri);
454 mTvView.tune(mStubInfo.getId(), fakeChannelUri);
472 mTvView.tune(mStubInfo.getId(), fakeChannelUri, sDummyBundle);
    [all...]
  /device/google/dragon/
init.dragon.rc 200 # tune thermal governor
201 service tune_therm_gov /system/bin/tune-thermal-gov.sh skin-therm pd_thermal_gov \
  /external/libmojo/third_party/jinja2/
sandbox.py 289 be used to fine tune the behavior of certain operators.
298 be used to fine tune the behavior of certain operators.
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 155 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
169 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) {
  /hardware/interfaces/broadcastradio/1.1/
types.hal 89 * If a program type is supported by radio module, it means it can tune
241 * A set of identifiers necessary to tune to a given station.
  /packages/apps/TV/jni/
DvbManager.cpp 89 int DvbManager::tune(JNIEnv *env, jobject thiz, function in class:DvbManager
205 // tune request. And the frontend setting could be successful.
  /packages/apps/TV/src/com/android/tv/tuner/source/
TunerTsStreamer.java 146 if (mTunerHal.tune(channel.getFrequency(), channel.getModulation(),
194 if (mTunerHal.tune(channel.frequency, channel.modulation, null)) {
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/simple/
SimpleTvInputService.java 49 * Simple session implementation which plays local videos on the application's tune request.
  /external/autotest/client/profilers/powertop/src/
Changelog 87 tune it right away.
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 20 perl. Here we can also tune the individual benchmarks to be more
  /external/eigen/bench/
spmv.cpp 148 // tune
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 174 // TODO(gak): tune this condition based on empirical evidence
  /external/kernel-headers/original/uapi/linux/
prctl.h 108 * Tune up process memory map specifics.
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 129 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info

Completed in 1702 milliseconds

1 2 3 45 6 7 8 91011>>