Home
last modified time | relevance | path

Searched defs:SW_MICROPHONE_INSERT (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinput-event-codes.h729 #define SW_MICROPHONE_INSERT 0x04 macro
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java395 public static final int SW_MICROPHONE_INSERT = 0x04; field in InputManagerService