Home
last modified time | relevance | path

Searched refs:voice_extn_is_in_call_rec_stream (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/audio/hal/voice_extn/
Dvoice_extn.h32 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec);
77 static int voice_extn_is_in_call_rec_stream(struct stream_in *in __unused, bool *in_call_rec __unus… in voice_extn_is_in_call_rec_stream() function
Dvoice_extn.c353 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec) in voice_extn_is_in_call_rec_stream() function
/hardware/qcom/audio/msm8909/hal/voice_extn/
Dvoice_extn.h35 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec);
86 static int voice_extn_is_in_call_rec_stream(struct stream_in *in __unused, bool *in_call_rec __unus… in voice_extn_is_in_call_rec_stream() function
Dvoice_extn.c343 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec) in voice_extn_is_in_call_rec_stream() function
/hardware/qcom/audio/msm8909/hal/
Dvoice.c227 ret = voice_extn_is_in_call_rec_stream(in, &in_call_rec); in voice_is_in_call_rec_stream()
/hardware/qcom/audio/hal/
Dvoice.c260 ret = voice_extn_is_in_call_rec_stream(in, &in_call_rec); in voice_is_in_call_rec_stream()