HomeSort by relevance Sort by last modified time
    Searched full:voice_started (Results 1 - 1 of 1) sorted by null

  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp 76 static int voice_started = 0; member in namespace:android
763 if (inCall == true && !voice_started) {
780 voice_started = 1;
782 else if (inCall == false && voice_started) {
797 voice_started = 0;
    [all...]

Completed in 151 milliseconds