Home
last modified time | relevance | path

Searched defs:stateChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java354 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
384 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
410 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
448 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5082 bool starting, bool stateChange) in AudioPolicyManager()