Searched refs:mod (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/media/common_time/
H A Dlocal_clock.cpp36 const hw_module_t* mod; local
43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod);
47 res = local_time_hw_device_open(mod, &dev_);
/frameworks/av/media/libaudiohal/
H A DDevicesFactoryHalLocal.cpp32 const hw_module_t *mod; local
35 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
41 rc = audio_hw_device_open(mod, dev);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalLegacy.cpp35 const hw_module_t *mod; local
42 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod);
48 rc = sound_trigger_hw_device_open(mod, &mHwDevice);
/frameworks/av/services/radio/
H A DRadioHalLegacy.cpp45 const hw_module_t *mod; local
60 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, sClassModuleNames[mClassId], &mod);
66 rc = radio_hw_device_open(mod, &mHwDevice);
/frameworks/base/rs/java/android/renderscript/
H A DInt2.java251 public void mod(Int2 a) { method in class:Int2
263 public static Int2 mod(Int2 a, Int2 b) { method in class:Int2
276 public void mod(int value) { method in class:Int2
288 public static Int2 mod(Int2 a, int b) { method in class:Int2
H A DLong2.java251 public void mod(Long2 a) { method in class:Long2
263 public static Long2 mod(Long2 a, Long2 b) { method in class:Long2
276 public void mod(long value) { method in class:Long2
288 public static Long2 mod(Long2 a, long b) { method in class:Long2
H A DShort2.java254 public void mod(Short2 a) { method in class:Short2
266 public static Short2 mod(Short2 a, Short2 b) { method in class:Short2
279 public void mod(short value) { method in class:Short2
291 public static Short2 mod(Short2 a, short b) { method in class:Short2
H A DInt3.java270 public void mod(Int3 a) { method in class:Int3
283 public static Int3 mod(Int3 a, Int3 b) { method in class:Int3
297 public void mod(int value) { method in class:Int3
310 public static Int3 mod(Int3 a, int b) { method in class:Int3
H A DInt4.java289 public void mod(Int4 a) { method in class:Int4
303 public static Int4 mod(Int4 a, Int4 b) { method in class:Int4
318 public void mod(int value) { method in class:Int4
332 public static Int4 mod(Int4 a, int b) { method in class:Int4
H A DLong3.java270 public void mod(Long3 a) { method in class:Long3
283 public static Long3 mod(Long3 a, Long3 b) { method in class:Long3
297 public void mod(long value) { method in class:Long3
310 public static Long3 mod(Long3 a, long b) { method in class:Long3
H A DLong4.java289 public void mod(Long4 a) { method in class:Long4
303 public static Long4 mod(Long4 a, Long4 b) { method in class:Long4
318 public void mod(long value) { method in class:Long4
332 public static Long4 mod(Long4 a, long b) { method in class:Long4
H A DShort3.java270 public void mod(Short3 a) { method in class:Short3
283 public static Short3 mod(Short3 a, Short3 b) { method in class:Short3
297 public void mod(short value) { method in class:Short3
310 public static Short3 mod(Short3 a, short b) { method in class:Short3
H A DShort4.java289 public void mod(Short4 a) { method in class:Short4
303 public static Short4 mod(Short4 a, Short4 b) { method in class:Short4
318 public void mod(short value) { method in class:Short4
332 public static Short4 mod(Short4 a, short b) { method in class:Short4
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java60 "norm", "mod", "low", "crit"
345 public static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { argument
346 int index = value/mod;
352 return value - index*mod;
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java163 int mod = 0;
169 if (++mod % 16 == 0) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java359 for (MOData mod : mods) {
361 getTailPath(mod.getBaseURI(), TAG_PerProviderSubscription);
362 OMAConstructed modRoot = mod.getMOTree().getRoot();
413 for (MOData mod : mods) {
415 getTailPath(mod.getBaseURI(), TAG_PerProviderSubscription);
416 OMAConstructed modRoot = mod.getMOTree().getRoot();
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DPlatformAdapter.java540 for (MOData mod : mods) {
541 defMods.add(new PasspointManagementObjectDefinition(mod.getBaseURI(),
542 mod.getURN(), mod.getMOTree().toXml()));
/frameworks/base/tools/bit/
H A Dmain.cpp594 map<string,Module>::iterator mod = modules.find(target->name); local
595 if (mod != modules.end()) {
596 target->module = mod->second;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1069 ExifModifier mod = null;
1071 mod = new ExifModifier(buf, this);
1073 mod.modifyTag(t);
1075 return mod.commit();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2695 milliseconds