| /packages/services/Car/car-builtin-lib/src/android/car/builtin/media/ |
| D | AudioManagerHelper.java | 202 AudioPatch[] patch = new AudioPatch[] { null }; in createAudioPatch() local 203 int result = AudioManager.createAudioPatch(patch, in createAudioPatch() 210 Preconditions.checkNotNull(patch[0], in createAudioPatch() 213 Slogf.d(TAG, "Audio patch created: " + patch[0]); in createAudioPatch() 215 return createAudioPatchInfo(patch[0]); in createAudioPatch() 218 private static AudioPatchInfo createAudioPatchInfo(AudioPatch patch) { in createAudioPatchInfo() argument 219 Preconditions.checkArgument(patch.sources().length == 1 in createAudioPatchInfo() 220 && patch.sources()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo() 222 Preconditions.checkArgument(patch.sinks().length == 1 in createAudioPatchInfo() 223 && patch.sinks()[0].port() instanceof AudioDevicePort, in createAudioPatchInfo() [all …]
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_feature_matching.cpp | 559 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 …]
|
| D | db_feature_matching.h | 31 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/ |
| D | style_guide.md | 280 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/ |
| D | series | 1 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/ |
| D | gen-src-pkg.sh | 44 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/ |
| D | DeviceInfoUtils.java | 152 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()
|
| D | AboutState.java | 135 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreate() local 136 if (!TextUtils.isEmpty(patch)) { in onCreate() 137 securityPatchPref.setSummary(patch); in onCreate()
|
| /packages/services/Car/tests/carservice_test/src/com/android/car/audio/ |
| D | AudioPolicyTest.java | 127 for (AudioPatch patch : patchList) { in onAudioPatchListUpdate() 128 Log.i(TAG, "patch:" + patch.toString()); in onAudioPatchListUpdate()
|
| /packages/modules/Virtualization/pvmfw/src/ |
| D | device_assignment.rs | 886 fn patch(&self, fdt: &mut Fdt, pviommu_phandles: &BTreeMap<PvIommu, Phandle>) -> Result<()> { in patch() method 1060 pub fn patch(&self, fdt: &mut Fdt) -> Result<()> { in patch() method 1065 device.patch(fdt, &pviommu_phandles)?; in patch() 1379 device_info.patch(platform_dt).unwrap(); in device_info_patch() 1430 device_info.patch(platform_dt).unwrap(); in device_info_patch_no_pviommus() 1465 device_info.patch(platform_dt).unwrap(); in device_info_overlay_iommu() 1513 device_info.patch(platform_dt).unwrap(); in device_info_multiple_devices_iommus() 1560 device_info.patch(platform_dt).unwrap(); in device_info_iommu_sharing() 1751 device_info.patch(platform_dt).unwrap(); in device_info_dependency() 1781 device_info.patch(platform_dt).unwrap(); in device_info_multiple_dependencies() [all …]
|
| D | fdt.rs | 1163 device_assignment.patch(fdt).map_err(|e| { in patch_device_tree()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
| D | AboutFragment.java | 165 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreatePreferences() local 166 if (!TextUtils.isEmpty(patch)) { in onCreatePreferences() 167 securityPatchPref.setSummary(patch); in onCreatePreferences()
|
| /packages/modules/Bluetooth/ |
| D | Cargo.toml | 39 [patch.crates-io]
|
| /packages/services/Car/car-lib/src/android/car/media/ |
| D | ICarAudio.aidl | 51 void releaseAudioPatch(in CarAudioPatchHandle patch); in releaseAudioPatch() argument
|
| D | CarAudioManager.java | 712 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument 714 mService.releaseAudioPatch(patch); in releaseAudioPatch()
|
| /packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
| D | FakeCarAudioService.java | 93 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument
|
| /packages/apps/ManagedProvisioning/studio-dev/development/studio/ |
| D | idea.properties | 128 # Ideally, we need to patch the runtime (on Windows, Linux and Mac OS) to improve handling of t…
|
| /packages/services/Car/tools/GenericCarApiBuilder/ |
| D | complete_car_api_list.txt | 270 method TIRAMISU_0 void releaseAudioPatch(CarAudioPatchHandle patch);
|
| /packages/services/Car/car-lib/api/ |
| D | system-lint-baseline.txt | 487 Missing nullability on parameter `patch` in method `releaseAudioPatch`
|
| /packages/inputmethods/LatinIME/dictionaries/ |
| D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
| D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
| D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
| D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
| D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
| D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |