Searched refs:getPropValue (Results 1 – 1 of 1) sorted by relevance
1824 char getPropValue[PROPERTY_VALUE_MAX]; in startInput() local1827 if (property_get("rec.playback.conc.disabled", getPropValue, NULL)) { in startInput()1828 prop_rec_play_enabled = atoi(getPropValue) || !strncmp("true", getPropValue, 4); in startInput()