Searched refs:prop_play_enabled (Results 1 – 1 of 1) sorted by relevance
1397 bool prop_play_enabled=false, prop_voip_enabled = false; in getOutputForDevice() local1400 prop_play_enabled = atoi(propValue) || !strncmp("true", propValue, 4); in getOutputForDevice()1407 if (prop_play_enabled && mvoice_call_state) { in getOutputForDevice()