Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/av/media/libaudiohal/
DDevicesFactoryHalLocal.cpp32 const hw_module_t *mod; in load_audio_interface() local
35 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface()
41 rc = audio_hw_device_open(mod, dev); in load_audio_interface()
/frameworks/av/media/common_time/
Dlocal_clock.cpp36 const hw_module_t* mod; in LocalClock() local
43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod); in LocalClock()
47 res = local_time_hw_device_open(mod, &dev_); in LocalClock()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalLegacy.cpp35 const hw_module_t *mod; in onFirstRef() local
42 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
48 rc = sound_trigger_hw_device_open(mod, &mHwDevice); in onFirstRef()
/frameworks/ml/nn/runtime/test/specs/
Dgenerate_test.sh18 BASENAME=`basename -s .mod.py $1`
50 for f in *.mod.py;
Dgenerate_vts_test.sh21 BASENAME=`basename -s .mod.py $1`
48 for f in *.mod.py;
/frameworks/base/rs/java/android/renderscript/
DShort2.java254 public void mod(Short2 a) { in mod() method in Short2
266 public static Short2 mod(Short2 a, Short2 b) { in mod() method in Short2
279 public void mod(short value) { in mod() method in Short2
291 public static Short2 mod(Short2 a, short b) { in mod() method in Short2
DInt2.java251 public void mod(Int2 a) { in mod() method in Int2
263 public static Int2 mod(Int2 a, Int2 b) { in mod() method in Int2
276 public void mod(int value) { in mod() method in Int2
288 public static Int2 mod(Int2 a, int b) { in mod() method in Int2
DLong2.java251 public void mod(Long2 a) { in mod() method in Long2
263 public static Long2 mod(Long2 a, Long2 b) { in mod() method in Long2
276 public void mod(long value) { in mod() method in Long2
288 public static Long2 mod(Long2 a, long b) { in mod() method in Long2
DShort3.java270 public void mod(Short3 a) { in mod() method in Short3
283 public static Short3 mod(Short3 a, Short3 b) { in mod() method in Short3
297 public void mod(short value) { in mod() method in Short3
310 public static Short3 mod(Short3 a, short b) { in mod() method in Short3
DLong3.java270 public void mod(Long3 a) { in mod() method in Long3
283 public static Long3 mod(Long3 a, Long3 b) { in mod() method in Long3
297 public void mod(long value) { in mod() method in Long3
310 public static Long3 mod(Long3 a, long b) { in mod() method in Long3
DInt3.java270 public void mod(Int3 a) { in mod() method in Int3
283 public static Int3 mod(Int3 a, Int3 b) { in mod() method in Int3
297 public void mod(int value) { in mod() method in Int3
310 public static Int3 mod(Int3 a, int b) { in mod() method in Int3
DShort4.java289 public void mod(Short4 a) { in mod() method in Short4
303 public static Short4 mod(Short4 a, Short4 b) { in mod() method in Short4
318 public void mod(short value) { in mod() method in Short4
332 public static Short4 mod(Short4 a, short b) { in mod() method in Short4
DLong4.java289 public void mod(Long4 a) { in mod() method in Long4
303 public static Long4 mod(Long4 a, Long4 b) { in mod() method in Long4
318 public void mod(long value) { in mod() method in Long4
332 public static Long4 mod(Long4 a, long b) { in mod() method in Long4
DInt4.java289 public void mod(Int4 a) { in mod() method in Int4
303 public static Int4 mod(Int4 a, Int4 b) { in mod() method in Int4
318 public void mod(int value) { in mod() method in Int4
332 public static Int4 mod(Int4 a, int b) { in mod() method in Int4
/frameworks/ml/nn/tools/test_generator/tests/P_full/
Dstdout.txt.expect1 // Generated file (from: addfloat.mod.py). Do not edit
25 // Generated file (from: addfloat.mod.py). Do not edit
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_avgpool/
Dstdout.txt.expect1 // Generated file (from: averpoolfloat.mod.py). Do not edit
27 // Generated file (from: averpoolfloat.mod.py). Do not edit
/frameworks/ml/nn/tools/test_generator/tests/P_weird/
Dstdout.txt.expect1 // Generated file (from: weird_add.mod.py). Do not edit
30 // Generated file (from: weird_add.mod.py). Do not edit
/frameworks/base/core/java/com/android/internal/app/procstats/
DDumpUtils.java345 public static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { in printArrayEntry() argument
346 int index = value/mod; in printArrayEntry()
352 return value - index*mod; in printArrayEntry()
/frameworks/ml/nn/tools/test_generator/tests/P_explicit/
Dstdout.txt.expect1 // Generated file (from: explicit_add.mod.py). Do not edit
/frameworks/ml/nn/tools/test_generator/tests/P_float/
Dstdout.txt.expect1 // Generated file (from: addfloat.mod.py). Do not edit
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java157 final long mod = time % mBucketDuration; in roundUp() local
158 if (mod > 0) { in roundUp()
159 time -= mod; in roundUp()
172 final long mod = time % mBucketDuration; in roundDown() local
173 if (mod > 0) { in roundDown()
174 time -= mod; in roundDown()
/frameworks/ml/nn/tools/test_generator/tests/P_lstm/
Dstdout.txt.expect1 // Generated file (from: lstm.mod.py). Do not edit
54 // Generated file (from: lstm.mod.py). Do not edit
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/
Dstdout.txt.expect1 // Generated file (from: quantized.mod.py). Do not edit
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
DPlatformAdapter.java540 for (MOData mod : mods) { in modifySP()
541 defMods.add(new PasspointManagementObjectDefinition(mod.getBaseURI(), in modifySP()
542 mod.getURN(), mod.getMOTree().toXml())); in modifySP()
/frameworks/ml/nn/tools/test_generator/tests/P_conv/
Dstdout.txt.expect1 // Generated file (from: conv_1_h3_w2_SAME.mod.py). Do not edit

12