OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIL_CallState
(Results
1 - 4
of
4
) sorted by null
/hardware/ril/include/telephony/
ril.h
69
}
RIL_CallState
;
170
RIL_CallState
state;
[
all
...]
/hardware/ril/mock-ril/src/cpp/
responses.cpp
206
dstCall->state = (
RIL_CallState
)srcCall.state();
/hardware/ril/libril/
ril.cpp
236
extern "C" const char * callStateToString(
RIL_CallState
);
[
all
...]
/hardware/ril/reference-ril/
reference-ril.c
138
static int clccStateToRILState(int state,
RIL_CallState
*p_state)
[
all
...]
Completed in 309 milliseconds