Searched refs:stateChange (Results 1 – 3 of 3) sorted by relevance
8273 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local8274 if (startTethering(stateChange.available)) { in processMessage()8298 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local8299 if (isWifiTethered(stateChange.active)) { in processMessage()8338 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local8339 if (!isWifiTethered(stateChange.active)) { in processMessage()8374 TetherStateChange stateChange = (TetherStateChange) message.obj; in processMessage() local8377 if (isWifiTethered(stateChange.active)) break; in processMessage()
660 void handleIncallSonification(audio_stream_type_t stream, bool starting, bool stateChange);
5847 bool starting, bool stateChange) in handleIncallSonification() argument5860 stream, starting, outputDesc->mDevice, stateChange); in handleIncallSonification()5863 if (stateChange) { in handleIncallSonification()