HomeSort by relevance Sort by last modified time
    Searched refs:tune (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /packages/apps/TV/tuner/src/com/mediatek/tunerservice/
IMtkTuner.aidl 20 boolean tune(int frequency, String modulation, int timeOutMs);
  /external/ltp/testcases/kernel/mem/tunable/
min_free_kbytes.c 18 * The tune is used to control free memory, and system always
21 * Since the tune is not too large or too little, which will
89 unsigned long tune, memfree, memtotal; local
104 tune = memfree / 20;
105 if (tune > (memtotal / 50))
106 tune = memtotal / 50;
108 set_sys_tune("min_free_kbytes", tune, 1);
187 unsigned long tune; local
192 tune = get_sys_tune("min_free_kbytes");
194 if (memfree < tune) {
    [all...]
  /hardware/interfaces/broadcastradio/1.0/
ITuner.hal 25 * Automatically cancels pending scan, step or tune.
47 * Automatically cancels pending scan, step or tune.
63 * Automatically cancels pending scan, step or tune.
77 * Tune to specified channel.
79 * Automatically cancels pending scan, step or tune.
83 * @param channel Channel to tune to. A frequency in kHz for AM/FM/HD Radio
92 tune(uint32_t channel, uint32_t subChannel) generates(Result result);
95 * Cancel a scan, step or tune operation.
96 * Shall be called only while a scan, step or tune operation is pending.
  /packages/apps/Car/Radio/src/com/android/car/radio/service/
IRadioManager.aidl 31 void tune(in ProgramSelector sel);
  /frameworks/base/core/java/android/hardware/radio/
ITuner.aidl 58 void tune(in ProgramSelector selector);
RadioTuner.java 163 * Tune to a specific frequency.
165 * onProgramInfoChanged() will be called when tune completes or
167 * @param channel the specific channel or frequency to tune to.
168 * @param subChannel the specific sub-channel to tune to. N/A if the selected configuration
180 * @deprecated Use {@link tune(ProgramSelector)} instead.
183 public abstract int tune(int channel, int subChannel); method in class:RadioTuner
186 * Tune to a program.
189 * when tune completes or onError() when cancelled or on timeout.
193 public abstract void tune(@NonNull ProgramSelector selector); method in class:RadioTuner
196 * Cancel a pending scan or tune operation
    [all...]
TunerAdapter.java 155 public int tune(int channel, int subChannel) { method in class:TunerAdapter
157 mTuner.tune(ProgramSelector.createAmFmSelector(mBand, channel, subChannel));
159 Log.e(TAG, "Can't tune", e);
162 Log.e(TAG, "Can't tune", e);
172 public void tune(@NonNull ProgramSelector selector) { method in class:TunerAdapter
174 mTuner.tune(selector);
  /hardware/interfaces/broadcastradio/2.0/
ITunerSession.hal 20 * Tune to a specified program.
22 * Automatically cancels pending tune(), scan() or step().
26 * @param program Program to tune to.
33 tune(ProgramSelector program) generates (Result result);
36 * Tune (seek) to the next valid program on the "air".
45 * Automatically cancels pending tune(), scan() or step().
59 * @param skipSubChannel Don't tune to subchannels.
65 * Tune to the adjacent channel, which may not be occupied by any program.
67 * Automatically cancels pending tune(), scan() or step().
80 * Cancel a pending tune(), scan() or step()
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvRecordingClient.java 70 * Tunes to a given channel for TV program recording. The first tune request will create a new
79 * {@link RecordingCallback#onTuned(Uri)} if the tune request was fulfilled, or
86 public void tune(String inputId, Uri channelUri) { method in class:TvRecordingClient
87 tune(inputId, channelUri, null); method
91 * Tunes to a given channel for TV program recording. The first tune request will create a new
101 * {@link RecordingCallback#onTuned(Uri)} if the tune request was fulfilled, or
106 * @param params Domain-specific data for this tune request. Keys <em>must</em> be a scoped
111 public void tune(String inputId, Uri channelUri, Bundle params) { method in class:TvRecordingClient
112 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
117 throw new IllegalStateException("tune failed - recording already started")
    [all...]
ITvInputSession.aidl 39 void tune(in Uri channelUri, in Bundle params);
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 72 void tune(radio_hw_device_t *device, int band_number) { function
107 // Stub tuner implementation will regard this magic channel as a valid channel to tune.
108 ret = hal_tuner->tune(hal_tuner, 87916, 0);
110 printf("Err: tune returned: %d\n", ret);
113 // In the stub implementation it takes ~100ms to tune to the channel and the
190 // Tune. Takes a tuner number (see bands obtainaed by list_properties).
220 tune(dev, band_number);
224 printf("Please pass -t <band_number> to tune to a valid station to get metadata.");
  /packages/apps/TV/tests/tunerscripts/
usbtuner-test.sh 34 # 2) When started, TV app should tune to one of the channels provided by the USB input
49 function tune { function
58 sleep 10 # Tune and watch the channel for a while
138 tune $2
  /external/ltp/testcases/kernel/mem/include/
mem.h 87 void set_sys_tune(char *sys_file, long tune, int check);
  /external/mockito/src/test/java/org/mockitousage/annotation/
InjectionOfInlinedMockDeclarationTest.java 61 public boolean tune() { return true; } method in class:InjectionOfInlinedMockDeclarationTest.Receiver
  /hardware/interfaces/broadcastradio/1.0/default/
Tuner.h 41 Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.h 39 virtual Return<Result> tune(const ProgramSelector& program) override;
  /hardware/libhardware/include/hardware/
radio.h 71 * - event RADIO_EVENT_TUNED: tune locked on new station/frequency following scan(),
72 * step(), tune() or auto AF switching. The event status is 0 (no error) if in tune,
98 * Automatically cancels pending scan, step or tune.
133 * Automatically cancels pending scan, step or tune.
157 * Automatically cancels pending scan, step or tune.
167 * Tune to specified frequency.
171 * - channel: channel to tune to. A frequency in kHz for AM/FM/HD Radio bands.
175 * 0 if tune successfully started
180 * Automatically cancels pending scan, step or tune
186 int (*tune)(const struct radio_tuner *tuner, member in struct:radio_tuner
    [all...]
  /packages/apps/TV/jni/
DvbManager.h 68 // Flag for pending tune request. Used for canceling the current tune operation.
79 int tune(JNIEnv *env, jobject thiz,
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerRecordingSession.java 47 Log.d(TAG, "Requesting recording session tune: " + channelUri);
49 mSessionWorker.tune(channelUri);
  /packages/apps/TV/src/com/android/tv/
InputSessionManager.java 282 public void tune(String inputId, Uri channelUri) { method in class:InputSessionManager.TvViewSession
284 Log.d(TAG, "warm-up tune: {input=" + inputId + ", channelUri=" + channelUri + "}");
290 mTvView.tune(inputId, channelUri);
295 public void tune(Channel channel, Bundle params, OnTuneListener listener) { method in class:InputSessionManager.TvViewSession
299 "tune: {session="
325 Log.d(TAG, "No more tuners to tune for input: " + input);
335 mTvView.tune(mInputId, mChannelUri, params);
441 public void tune(String inputId, Uri channelUri) { method in class:InputSessionManager.RecordingSession
478 mClient.tune(inputId, channelUri);
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 140 mTvView.tune(info.getId(),
175 mTvView.tune(info.getId(),
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 92 short tune; member in struct:soundfont_voice_info
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 130 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioService.java 204 mRadioTuner.tune(ProgramSelectorExt.createAmFmSelector(storedChannel));
212 mRadioTuner.tune(ProgramSelectorExt.createAmFmSelector(lastChannel));
257 * Tunes the radio to the given frequency. To be notified of a successful tune, register
261 public void tune(ProgramSelector sel) {
263 mRadioTuner.tune(sel);
272 * Seeks the radio forward. To be notified of a successful tune, register as a
290 * Seeks the radio backwards. To be notified of a successful tune, register as a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
sfnt_info.h 129 short tune; /* pitch tuning (in cents) */ member in struct:soundfont_voice_info

Completed in 563 milliseconds

1 2 3 4