OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_CALL_STATE
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/hal/
voice.h
29
#define
BASE_CALL_STATE
1
30
#define CALL_INACTIVE (
BASE_CALL_STATE
)
31
#define CALL_ACTIVE (
BASE_CALL_STATE
+ 1)
/hardware/qcom/audio/hal/voice_extn/
voice_extn.c
61
#define CALL_HOLD (
BASE_CALL_STATE
+ 2)
62
#define CALL_LOCAL_HOLD (
BASE_CALL_STATE
+ 3)
Completed in 1776 milliseconds