Searched refs:prop_voip_enabled (Results 1 – 1 of 1) sorted by relevance
647 bool prop_playback_enabled = false, prop_rec_enabled=false, prop_voip_enabled = false; in setPhoneState() local658 prop_voip_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in setPhoneState()687 if(prop_voip_enabled) { in setPhoneState()701 } else if (prop_voip_enabled) { in setPhoneState()752 && prop_voip_enabled) { in setPhoneState()1397 bool prop_play_enabled=false, prop_voip_enabled = false; in getOutputForDevice() local1404 prop_voip_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in getOutputForDevice()1414 if(prop_voip_enabled) { in getOutputForDevice()1436 } else if (prop_voip_enabled && mvoice_call_state) { in getOutputForDevice()1713 bool prop_rec_enabled=false, prop_voip_enabled = false; in getInputForAttr() local[all …]