Home
last modified time | relevance | path

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

12

/packages/services/Car/car-builtin-lib/src/android/car/builtin/media/
DAudioManagerHelper.java202 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/
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/services/Car/tests/carservice_test/src/com/android/car/audio/
DAudioPolicyTest.java127 for (AudioPatch patch : patchList) { in onAudioPatchListUpdate()
128 Log.i(TAG, "patch:" + patch.toString()); in onAudioPatchListUpdate()
/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs886 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 …]
Dfdt.rs1163 device_assignment.patch(fdt).map_err(|e| { in patch_device_tree()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
DAboutFragment.java165 final String patch = DeviceInfoUtils.getSecurityPatch(); in onCreatePreferences() local
166 if (!TextUtils.isEmpty(patch)) { in onCreatePreferences()
167 securityPatchPref.setSummary(patch); in onCreatePreferences()
/packages/modules/Bluetooth/
DCargo.toml39 [patch.crates-io]
/packages/services/Car/car-lib/src/android/car/media/
DICarAudio.aidl51 void releaseAudioPatch(in CarAudioPatchHandle patch); in releaseAudioPatch() argument
DCarAudioManager.java712 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/
DFakeCarAudioService.java93 public void releaseAudioPatch(CarAudioPatchHandle patch) { in releaseAudioPatch() argument
/packages/apps/ManagedProvisioning/studio-dev/development/studio/
Didea.properties128 # Ideally, we need to patch the runtime (on Windows, Linux and Mac OS) to improve handling of t…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt270 method TIRAMISU_0 void releaseAudioPatch(CarAudioPatchHandle patch);
/packages/services/Car/car-lib/api/
Dsystem-lint-baseline.txt487 Missing nullability on parameter `patch` in method `releaseAudioPatch`
/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, ...

12