OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModemState
(Results
1 - 6
of
6
) sorted by null
/system/connectivity/shill/cellular/
mock_cellular.h
46
MOCK_METHOD1(set_modem_state, void(
ModemState
state));
cellular.h
75
enum
ModemState
{
140
static std::string GetModemStateString(
ModemState
modem_state);
156
void set_modem_state(
ModemState
state) { modem_state_ = state; }
157
ModemState
modem_state() const { return modem_state_; }
160
static bool IsEnabledModemState(
ModemState
state);
216
void OnModemStateChanged(
ModemState
new_state);
490
ModemState
modem_state_;
cellular_capability_classic.cc
57
static Cellular::
ModemState
ConvertClassicToModemState(uint32_t classic_state) {
291
Cellular::
ModemState
prev_modem_state = cellular()->modem_state();
cellular_capability_universal.cc
[
all
...]
cellular.cc
194
string Cellular::GetModemStateString(
ModemState
modem_state) {
294
bool Cellular::IsEnabledModemState(
ModemState
state) {
916
void Cellular::OnModemStateChanged(
ModemState
new_state) {
917
ModemState
old_state = modem_state_;
[
all
...]
cellular_capability_universal.h
334
void OnModemStateChanged(Cellular::
ModemState
state);
Completed in 92 milliseconds