Home
last modified time | relevance | path

Searched refs:stateChange (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java8273 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
8274 if (startTethering(stateChange.available)) { in processMessage()
8298 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
8299 if (isWifiTethered(stateChange.active)) { in processMessage()
8338 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
8339 if (!isWifiTethered(stateChange.active)) { in processMessage()
8374 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
8377 if (isWifiTethered(stateChange.active)) break; in processMessage()
/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h660 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
DAudioPolicyManager.cpp5847 bool starting, bool stateChange) in handleIncallSonification() argument
5860 stream, starting, outputDesc->mDevice, stateChange); in handleIncallSonification()
5863 if (stateChange) { in handleIncallSonification()