OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateMachine
(Results
26 - 36
of
36
) sorted by null
1
2
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java
101
mStateMachine
.sendMessage(Message.obtain(msg));
124
private RttStateMachine
mStateMachine
;
135
mStateMachine
= new RttStateMachine(mLooper);
145
mStateMachine
.sendMessage(CMD_DRIVER_LOADED);
147
mStateMachine
.sendMessage(CMD_DRIVER_UNLOADED);
152
mStateMachine
.start();
253
mStateMachine
.sendMessage(RttManager.CMD_OP_DISABLE_RESPONDER);
557
mStateMachine
.sendMessage(CMD_RTT_RESPONSE, result);
WifiConnectivityManager.java
125
private final WifiStateMachine
mStateMachine
;
225
mStateMachine
.isLinkDebouncing(),
mStateMachine
.isConnected(),
226
mStateMachine
.isDisconnected(),
227
mStateMachine
.isSupplicantTransientState());
528
mStateMachine
= stateMachine;
655
mStateMachine
.autoRoamToNetwork(candidate.networkId, scanResultCandidate);
659
mStateMachine
.autoConnectToNetwork(candidate.networkId, scanResultCandidate.BSSID);
670
int freqBand =
mStateMachine
.getFrequencyBand();
687
WifiConfiguration config =
mStateMachine
.getCurrentWifiConfiguration()
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPukView.java
55
private StateMachine
mStateMachine
= new StateMachine();
169
mStateMachine
.reset();
353
mStateMachine
.reset();
366
mStateMachine
.next();
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java
132
public final TetherInterfaceStateMachine
mStateMachine
;
136
mStateMachine
= sm;
279
tetherState.
mStateMachine
.sendMessage(
366
tetherState.
mStateMachine
.sendMessage(TetherInterfaceStateMachine.CMD_INTERFACE_DOWN);
607
tetherState.
mStateMachine
.sendMessage(TetherInterfaceStateMachine.CMD_TETHER_REQUESTED);
624
tetherState.
mStateMachine
.sendMessage(
[
all
...]
/hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng.cpp
[
all
...]
Completed in 1072 milliseconds
1
2