OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_session
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/audio/voice_processing/
voice_processing.c
391
static struct session_s *
get_session
(int32_t id, int32_t sessionId, int32_t ioId)
function
402
ALOGV("
get_session
() effect %d already created", id);
405
ALOGV("
get_session
() found session %p", session);
416
ALOGV("
get_session
() created session %p", session);
686
session =
get_session
(id, sessionId, ioId);
Completed in 520 milliseconds