Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 60) sorted by relevance

123

/aosp12/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.cpp35 static int get_keymaster1_dev(keymaster1_device_t** dev, const hw_module_t* mod) { in get_keymaster1_dev()
47 static int get_keymaster2_dev(keymaster2_device_t** dev, const hw_module_t* mod) { in get_keymaster2_dev()
57 const hw_module_t* mod = nullptr; in createKeymaster3Device() local
/aosp12/hardware/libhardware/modules/usbcamera/
H A DCameraHAL.cpp93 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) { in open()
128 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) { in open_dev()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DInt2.java256 public void mod(Int2 a) { in mod() method in Int2
268 public static Int2 mod(Int2 a, Int2 b) { in mod() method in Int2
281 public void mod(int value) { in mod() method in Int2
293 public static Int2 mod(Int2 a, int b) { in mod() method in Int2
H A DInt3.java275 public void mod(Int3 a) { in mod() method in Int3
288 public static Int3 mod(Int3 a, Int3 b) { in mod() method in Int3
302 public void mod(int value) { in mod() method in Int3
315 public static Int3 mod(Int3 a, int b) { in mod() method in Int3
H A DLong2.java256 public void mod(Long2 a) { in mod() method in Long2
268 public static Long2 mod(Long2 a, Long2 b) { in mod() method in Long2
281 public void mod(long value) { in mod() method in Long2
293 public static Long2 mod(Long2 a, long b) { in mod() method in Long2
H A DLong3.java275 public void mod(Long3 a) { in mod() method in Long3
288 public static Long3 mod(Long3 a, Long3 b) { in mod() method in Long3
302 public void mod(long value) { in mod() method in Long3
315 public static Long3 mod(Long3 a, long b) { in mod() method in Long3
H A DShort2.java259 public void mod(Short2 a) { in mod() method in Short2
271 public static Short2 mod(Short2 a, Short2 b) { in mod() method in Short2
284 public void mod(short value) { in mod() method in Short2
296 public static Short2 mod(Short2 a, short b) { in mod() method in Short2
H A DShort3.java275 public void mod(Short3 a) { in mod() method in Short3
288 public static Short3 mod(Short3 a, Short3 b) { in mod() method in Short3
302 public void mod(short value) { in mod() method in Short3
315 public static Short3 mod(Short3 a, short b) { in mod() method in Short3
H A DInt4.java294 public void mod(Int4 a) { in mod() method in Int4
308 public static Int4 mod(Int4 a, Int4 b) { in mod() method in Int4
323 public void mod(int value) { in mod() method in Int4
337 public static Int4 mod(Int4 a, int b) { in mod() method in Int4
H A DLong4.java294 public void mod(Long4 a) { in mod() method in Long4
308 public static Long4 mod(Long4 a, Long4 b) { in mod() method in Long4
323 public void mod(long value) { in mod() method in Long4
337 public static Long4 mod(Long4 a, long b) { in mod() method in Long4
H A DShort4.java294 public void mod(Short4 a) { in mod() method in Short4
308 public static Short4 mod(Short4 a, Short4 b) { in mod() method in Short4
323 public void mod(short value) { in mod() method in Short4
337 public static Short4 mod(Short4 a, short b) { in mod() method in Short4
/aosp12/hardware/libhardware/modules/camera/3_0/
H A DCameraHAL.cpp89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) in open()
162 static int open_dev(const hw_module_t* mod, const char* name, hw_device_t** dev) in open_dev()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDevicesFactoryHalLocal.cpp33 const hw_module_t *mod; in load_audio_interface() local
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevicesFactory.cpp84 const hw_module_t* mod; in loadAudioInterface() local
/aosp12/hardware/interfaces/broadcastradio/1.0/default/
H A DBroadcastRadio.cpp47 const hw_module_t *mod; in onFirstRef() local
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DObjectPrinter.java232 int mod = fld.getModifiers(); in printPublicFields() local
/aosp12/bionic/linker/
H A Dlinker_tls.cpp90 TlsModule& mod = g_tls_modules[__tls_module_id_to_idx(si_tls->module_id)]; in unregister_tls_module() local
H A Dlinker_relocate.cpp383 const TlsModule& mod = get_tls_module(found_in->get_tls()->module_id); in process_relocation_impl() local
440 const TlsModule& mod = get_tls_module(module_id); in process_relocation_impl() local
/aosp12/system/libziparchive/
H A Dzip_writer_test.cc169 struct tm mod = data.GetModificationTime(); in TEST_F() local
219 struct tm mod = data.GetModificationTime(); in TEST_F() local
/aosp12/system/core/toolbox/
H A Dmodprobe.cpp129 for (auto mod : android::base::Split(stripComments(mods), "\n")) { in modprobe_main() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dres_random.c114 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod()
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java501 public static int printArrayEntry(PrintWriter pw, String[] array, int value, int mod) { in printArrayEntry()
512 int[] enums, int value, int mod) { in printProto()
/aosp12/art/disassembler/
H A Ddisassembler_x86.cc171 std::string DisassemblerX86::DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, in DumpAddress()
1514 uint8_t mod = modrm >> 6; in DumpInstruction() local
/aosp12/bionic/libc/bionic/
H A Dbionic_elf_tls.cpp263 const TlsModule& mod = modules.module_table[i]; in update_tls_dtv() local
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c203 uint32_t testRandMod(uint32_t mod) in testRandMod()

123