Searched refs:prop_rec_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() local654 prop_rec_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in setPhoneState()674 if (prop_rec_enabled) { in setPhoneState()1713 bool prop_rec_enabled=false, prop_voip_enabled = false; in getInputForAttr() local1716 prop_rec_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in getInputForAttr()1723 if (prop_rec_enabled && mvoice_call_state) { in getInputForAttr()