Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Car/car-builtin-lib/src/android/car/builtin/media/
DAudioManagerHelper.java211 AudioPatch[] patch = new AudioPatch[] { null }; in createAudioPatch() local
212 int result = AudioManager.createAudioPatch(patch, in createAudioPatch()
219 Preconditions.checkNotNull(patch[0], in createAudioPatch()
222 Slogf.d(TAG, "Audio patch created: " + patch[0]); in createAudioPatch()
224 return createAudioPatchInfo(patch[0]); in createAudioPatch()
227 private static AudioPatchInfo createAudioPatchInfo(AudioPatch patch) { in createAudioPatchInfo() argument
228 Preconditions.checkArgument(patch.sources().length == 1 in createAudioPatchInfo()
229 && patch.sources()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo()
231 Preconditions.checkArgument(patch.sinks().length == 1 in createAudioPatchInfo()
232 && patch.sinks()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo()
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_matching.cpp559 inline void db_SignedSquareNormCorr5x5_PreAlign_u(short *patch,const unsigned char * const *f_img,i… in db_SignedSquareNormCorr5x5_PreAlign_u() argument
570 f= *pf++; f2sum=f*f; fsum=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
571 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
572 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
573 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
574 f= *pf; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
577 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
578 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
579 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
580 f= *pf++; f2sum+=f*f; fsum+=f; (*patch++)=f; in db_SignedSquareNormCorr5x5_PreAlign_u()
[all …]
Ddb_feature_matching.h31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img…
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img…
53 const float *patch; variable
80 const short *patch; variable
/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md280 Use this option if your patch touches only a few files with few intermediate
283 ##### Find the formatting patch
289 ##### Revert the formatting patch
295 ##### Check for conflicts with your patch
299 If this list contains files modified by your patch, you should give up
305 If this list contains files not modified by your patch, you should unstage them
313 ##### Apply your patch
321 ##### Commit the code that your patch touched
331 ##### Review your new patch
335 #### Option 2: Reformat your patch
[all …]
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/
Dseries1 0001-Remove-absl-from-pkgconfig.patch
2 0001-Add-missing-includes.patch
3 0001-rebase_path-for-write_args.patch
4 0001-Perfetto-instance-hack.patch
/packages/modules/Bluetooth/system/build/dpkg/libchrome/
Dgen-src-pkg.sh44 for patch in $(ls "libchrome_tools/patches/" | grep .patch); do
45 patch -p1 < "libchrome_tools/patches/${patch}"
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DDeviceInfoUtils.java152 String patch = Build.VERSION.SECURITY_PATCH; in getSecurityPatch() local
153 if (!"".equals(patch)) { in getSecurityPatch()
156 Date patchDate = template.parse(patch); in getSecurityPatch()
158 patch = DateFormat.format(format, patchDate).toString(); in getSecurityPatch()
162 return patch; in getSecurityPatch()
DAboutState.java135 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreate() local
136 if (!TextUtils.isEmpty(patch)) { in onCreate()
137 securityPatchPref.setSummary(patch); in onCreate()
/packages/modules/Bluetooth/tools/pdl/src/
Dtest_utils.rs192 let patch = diff("left 'file'", "foo\nbar\n", "right ~file!", "foo\nnew line\nbar\n"); in test_diff_labels_with_special_chars() localVariable
193 assert_contains(&patch, "left 'file'"); in test_diff_labels_with_special_chars()
194 assert_contains(&patch, "right ~file!"); in test_diff_labels_with_special_chars()
/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DAudioPolicyTest.java126 for (AudioPatch patch : patchList) { in onAudioPatchListUpdate()
127 Log.i(TAG, "patch:" + patch.toString()); in onAudioPatchListUpdate()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DAboutFragment.java164 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreatePreferences() local
165 if (!TextUtils.isEmpty(patch)) { in onCreatePreferences()
166 securityPatchPref.setSummary(patch); in onCreatePreferences()
/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl50 void releaseAudioPatch(in CarAudioPatchHandle patch); in releaseAudioPatch() argument
DCarAudioManager.java693 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument
695 mService.releaseAudioPatch(patch); in releaseAudioPatch()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarAudioService.java92 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt473 Missing nullability on parameter `patch` in method `releaseAudioPatch`
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt268 method TIRAMISU_0 void releaseAudioPatch(CarAudioPatchHandle patch);
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...

12