/hardware/ti/wpan/tools/FM/ |
presets.db | 2 SQLite format 3 @ ? ? -?
? ?? P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)??tablepresetspresetsCREATE TABLE presets (_id integer primary key autoincrement, id text not null, channel text not null, name text not null)W--ctableandroid_metadataandroid_metadataCREATE TABLE android_metadata (locale TEXT)
? ? en_US
???????
6
5
4
3
2
1
? ? presets
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.h | 28 // presets. 71 // presets The presets configuration. May be NULL, but in that case the 76 // nPresets Number of elements in the presets array. 82 const PresetConfig * presets, 154 // preset The preset ID. Must be less than number of presets. 157 // Gets the number of presets. 168 // preset The preset ID. Must be less than number of presets. 234 // presets The presets configuration. May be NULL, but in that case th [all...] |
AudioEqualizer.cpp | 40 const PresetConfig * presets, 55 ownMem, presets, nPresets); 289 const PresetConfig * presets, int nPresets) 291 , mpPresets(presets) 294 assert(nPresets == 0 || nPresets > 0 && presets != NULL);
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
DBAdapter.java | 38 private static final String DATABASE_NAME = "presets.db"; 39 private static final String DATABASE_TABLE = "presets"; 43 "create table presets (_id integer primary key autoincrement, " 82 db.execSQL("DROP TABLE IF EXISTS presets");
|
/frameworks/base/media/tests/EffectsTest/res/values/ |
strings.xml | 19 <string name="presetrvb_param_1_name">Presets</string> 27 <string name="eq_param_6_name">Presets</string>
|
/external/chromium_org/google_apis/drive/ |
dummy_auth_service.h | 17 // The constructor presets non-empty tokens. When a test for checking auth
|
/frameworks/base/media/java/android/media/audiofx/ |
Equalizer.java | 36 * in the audio framework. The application can either simply use predefined presets or have a more 86 * Request number of presets. Parameter ID for OnParameterChangeListener 106 * Number of presets implemented by Equalizer engine 110 * Names of presets implemented by Equalizer engine 334 * number of presets-1]. 346 * Gets the total number of presets the equalizer supports. The presets will have indices 347 * [0, number of presets-1]. 348 * @return the number of presets the equalizer supports. 362 * @param preset index of the preset. The valid range is [0, number of presets-1] [all...] |
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/res/layout/ |
fragment_flags.xml | 48 android:text="Common flag presets"/>
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/res/layout/ |
fragment_flags.xml | 48 android:text="Common flag presets"/>
|
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 44 EQ_PARAM_GET_NUM_OF_PRESETS, // Gets the total number of presets the equalizer supports.
|
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 187 my $presets; 194 $presets = $2 || ""; 199 # print STDERR "presets: $presets\n"; 223 my @presets; 232 foreach my $preset (split(/\s+/, $presets)) 254 push @presets, $preset; 291 push @presets, $preset; 448 foreach my $arg (@presets, @args) 642 foreach my $arg (@presets, @args [all...] |
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 165 my $presets; 172 $presets = $2 || ""; 177 # print STDERR "presets: $presets\n"; 200 my @presets; 209 foreach my $preset (split(/\s+/, $presets)) 231 push @presets, $preset; 268 push @presets, $preset; 425 foreach my $arg (@presets, @args) 619 foreach my $arg (@presets, @args [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
CaptioningManager.java | 47 /** Default style preset as an index into {@link CaptionStyle#PRESETS}. */ 134 return CaptionStyle.PRESETS[preset]; 260 public static final CaptionStyle[] PRESETS; 357 PRESETS = new CaptionStyle[] {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/ |
PresetManagementDialog.java | 17 package com.android.gallery3d.filtershow.presets;
|
/development/ndk/platforms/android-14/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 33 * do not match any of the presets. */
|
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 33 * do not match any of the presets. */
|
/external/chromium_org/chrome/browser/ |
chrome_page_zoom.cc | 79 // Generate a vector of zoom levels from an array of known presets along with
|
/frameworks/wilhelm/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 33 * do not match any of the presets. */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/ |
HistoryManager.java | 136 // in this case, let's discount the presets before the current one
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.h | 87 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member in struct:snd_sf_list
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soundfont.h | 87 struct snd_sf_zone *presets[SF_MAX_PRESETS]; member in struct:snd_sf_list
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 32 * do not match any of the presets. */
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 32 * do not match any of the presets. */
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 32 * do not match any of the presets. */
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/ |
OpenSLES_AndroidConfiguration.h | 33 * do not match any of the presets. */
|