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.java61 public BipTransformation(String transformations) { in BipTransformation()
94 public BipTransformation(int[] transformations) { in BipTransformation()
/packages/modules/common/build/
Dmainline_modules_sdks.py877 def transformations(self, build_release, sdk_type): member in MainlineModule
931 def transformations(self, build_release, sdk_type): member in BundledMainlineModule
1280 self, build_release, src_sdk_zip, sdk_dist_dir, transformations): argument
1366 def apply_transformations(producer, tmp_dir, transformations, build_release): argument
Dmainline_modules_sdks_test.py441 def apply_transformations(self, src, transformations, build_release, expected): argument