/external/clang/test/Sema/ |
attr-target.c | 5 int __attribute__((target("tune=sandybridge"))) baz() { return 4; } //expected-warning {{Ignoring unsupported 'tune=' in the target attribute string}}
|
/build/core/combo/arch/arm/ |
armv5te.mk | 5 # Note: Hard coding the 'tune' value here is probably not ideal,
|
armv7-a.mk | 7 # Note: Hard coding the 'tune' value here is probably not ideal,
|
/device/google/dragon/sepolicy/ |
thermal_gov.te | 1 # permissions for /system/bin/tune-thermal-gov.sh
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_ComponentRegistry.h | 8 tune this if you like
|
/packages/apps/TV/tests/unit/src/com/android/tv/ |
BaseMainActivityTestCase.java | 69 * Tune to {@code channel}. 71 * @param channel the channel to tune to. 99 * Tune to the channel with {@code name}. 109 * Tune to channel. 116 * Update the channel state to {@code data} then tune to that channel. 119 * @param channel the channel to tune to
|
/hardware/libhardware/modules/radio/ |
radio_hal_tool.c | 70 void tune(radio_hw_device_t *device, int band_number) { function 105 // Stub tuner implementation will regard this magic channel as a valid channel to tune. 106 ret = hal_tuner->tune(hal_tuner, 87916, 0); 108 printf("Err: tune returned: %d\n", ret); 111 // In the stub implementation it takes ~100ms to tune to the channel and the 188 // Tune. Takes a tuner number (see bands obtainaed by list_properties). 218 tune(dev, band_number); 222 printf("Please pass -t <band_number> to tune to a valid station to get metadata.");
|
/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...] |
/external/llvm/test/DebugInfo/X86/ |
debugger-tune.ll | 13 ; RUN: llc -mtriple=x86_64-scei-ps4 -filetype=obj -debugger-tune=gdb < %s | llvm-readobj -sections - | FileCheck --check-prefix=GDB %s 14 ; RUN: llc -mtriple=x86_64-pc-linux -filetype=obj -debugger-tune=lldb < %s | llvm-readobj -sections - | FileCheck --check-prefix=LLDB %s 15 ; RUN: llc -mtriple=x86_64-apple-darwin12 -filetype=obj -debugger-tune=sce < %s | llvm-readobj -sections - | FileCheck --check-prefix=SCE %s 37 !1 = !DIFile(filename: "debugger-tune.cpp", directory: "/home/probinson/projects/scratch")
|
/external/skia/src/pathops/ |
SkPathOpsTightBounds.cpp | 11 SkChunkAlloc allocator(4096); // FIXME: constant-ize, tune
|
SkOpEdgeBuilder.h | 17 : fAllocator(allocator) // FIXME: replace with const, tune this
|
/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...] |
ITvInputSessionWrapper.java | 148 mTvInputRecordingSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); 150 mTvInputSessionImpl.tune((Uri) args.arg1, (Bundle) args.arg2); 236 throw new RuntimeException("Too much time to handle tune request. (" + durationMs 238 + "Consider handling the tune request in a separate thread."); 277 public void tune(Uri channelUri, Bundle params) { method in class:ITvInputSessionWrapper 278 // Clear the pending tune requests.
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ |
TunerHal.java | 115 * @param frequency a frequency of the channel to tune to 116 * @param modulation a modulation method of the channel to tune to 119 public boolean tune(int frequency, @ModulationType String modulation) { method in class:TunerHal 177 * the tuner ready to accept another tune request. 194 * This method must be called after {@link TunerHal#tune} and before
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
LiveChannelsTestCase.java | 83 * <p>Usually this will tune to the given channel. 92 * Update the channel state to {@code data} then tune to that channel. 95 * @param channel the channel to tune to
|
/device/google/marlin/sepolicy/ |
perfd.te | 23 # tune the power/cpu settings.
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
ActionBarInterface.java | 16 * this to tune auto-hiding behavior for the action bar or pause/resume video playback,
|
/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
ICarHvacEventListener.aidl | 28 * Called when an event is triggered in response to one of the calls (such as on tune) or
|
/packages/services/Car/car-lib/src/android/car/hardware/radio/ |
ICarRadioEventListener.aidl | 28 * Called when an event is triggered in response to one of the calls (such as on tune) or
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
kdaemon.h | 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
kdaemon.h | 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
kdaemon.h | 28 /* Start, flush, or tune the kernel's buffer flushing daemon. */
|
/frameworks/base/core/java/android/hardware/radio/ |
RadioTuner.java | 158 * Tune to a specific frequency. 160 * onProgramInfoChanged() will be called when tune completes or 162 * @param channel the specific channel or frequency to tune to. 163 * @param subChannel the specific sub-channel to tune to. N/A if the selected configuration 176 public abstract int tune(int channel, int subChannel); method in class:RadioTuner 179 * Cancel a pending scan or tune operation. 239 /** A pending seek or tune operation was cancelled */ 241 /** A pending seek or tune operation timed out */ 268 * {@link RadioTuner#tune(int, int)} or when a switching to alternate frequency occurs.
|
/external/clang/test/CodeGen/ |
attr-target-x86.c | 7 int __attribute__((target("tune=sandybridge"))) walrus(int a) { return 4; } 24 // We ignore the tune attribute so walrus should be identical to baz and bar.
|
/frameworks/av/include/radio/ |
IRadio.h | 48 virtual status_t tune(unsigned int channel, unsigned int subChannel) = 0;
|