Searched refs:mod (Results 1 - 17 of 17) 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/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/tests/CoreTests/android/core/
H A DHeapTest.java163 int mod = 0;
169 if (++mod % 16 == 0) {
/frameworks/base/tools/aidl/
H A DAST.cpp5 WriteModifiers(FILE* to, int mod, int mask) argument
7 int m = mod & mask;
H A DAST.h30 // Write the modifiers that are set in both mod and mask
31 void WriteModifiers(FILE* to, int mod, int mask);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp57 const hw_module_t *mod; local
61 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, HW_MODULE_PREFIX, &mod);
67 rc = sound_trigger_hw_device_open(mod, &dev);
/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/av/services/audioflinger/
H A DAudioFlinger.cpp140 const hw_module_t *mod; local
143 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
149 rc = audio_hw_device_open(mod, dev);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java174 "norm", "mod", "low", "crit"
1215 static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { argument
1216 int index = value/mod;
1222 return value - index*mod;

Completed in 296 milliseconds