Home
last modified time | relevance | path

Searched defs:transformations (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java51 public BipTransformation(String transformations) { in BipTransformation()
80 public BipTransformation(int[] transformations) { in BipTransformation()
/packages/modules/common/build/
Dmainline_modules_sdks.py1006 def transformations(self, build_release, sdk_type): member in MainlineModule
1069 def transformations(self, build_release, sdk_type): member in BundledMainlineModule
1493 self, build_release, src_sdk_zip, sdk_dist_dir, transformations): argument
1579 def apply_transformations(producer, tmp_dir, transformations, build_release): argument
Dmainline_modules_sdks_test.py579 def apply_transformations(self, src, transformations, build_release, expected): argument