Searched refs:INPUT_DEVICE_BIT (Results 1 – 3 of 3) sorted by relevance
74 INPUT_DEVICE_BIT = 0x40000000, enumerator75 INPUT_BUILTIN_MIC = INPUT_DEVICE_BIT | 0x1, // non-negative positive int32.76 INPUT_BUILTIN_BACK_MIC = INPUT_DEVICE_BIT | 0x2,77 INPUT_WIRED_HEADSET_MIC = INPUT_DEVICE_BIT | 0x4,78 INPUT_USB_HEADSET_MIC = INPUT_DEVICE_BIT | 0x8,79 INPUT_BLUETOOTH_SCO = INPUT_DEVICE_BIT | 0x10,
188 double final_volume = (device & INPUT_DEVICE_BIT) ? 1.0: in saveAsItem_l()228 const int32_t input_bit = device & INPUT_DEVICE_BIT; in saveAsItems_l()
13800 INPUT_DEVICE_BIT = 0x40000000; // non-negative positive int32. enumerator