/aosp12/hardware/interfaces/keymaster/3.0/default/ |
H A D | KeymasterDevice.cpp | 35 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 D | CameraHAL.cpp | 93 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 D | Int2.java | 256 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 D | Int3.java | 275 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 D | Long2.java | 256 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 D | Long3.java | 275 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 D | Short2.java | 259 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 D | Short3.java | 275 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 D | Int4.java | 294 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 D | Long4.java | 294 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 D | Short4.java | 294 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 D | CameraHAL.cpp | 89 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 D | DevicesFactoryHalLocal.cpp | 33 const hw_module_t *mod; in load_audio_interface() local
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | DevicesFactory.cpp | 84 const hw_module_t* mod; in loadAudioInterface() local
|
/aosp12/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | BroadcastRadio.cpp | 47 const hw_module_t *mod; in onFirstRef() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
H A D | ObjectPrinter.java | 232 int mod = fld.getModifiers(); in printPublicFields() local
|
/aosp12/bionic/linker/ |
H A D | linker_tls.cpp | 90 TlsModule& mod = g_tls_modules[__tls_module_id_to_idx(si_tls->module_id)]; in unregister_tls_module() local
|
H A D | linker_relocate.cpp | 383 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 D | zip_writer_test.cc | 169 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 D | modprobe.cpp | 129 for (auto mod : android::base::Split(stripComments(mods), "\n")) { in modprobe_main() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/ |
H A D | res_random.c | 114 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 D | DumpUtils.java | 501 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 D | disassembler_x86.cc | 171 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 D | bionic_elf_tls.cpp | 263 const TlsModule& mod = modules.module_table[i]; in update_tls_dtv() local
|
/aosp12/system/extras/tests/lib/testUtil/ |
H A D | testUtil.c | 203 uint32_t testRandMod(uint32_t mod) in testRandMod()
|