OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 48 milliseconds