Home
last modified time | relevance | path

Searched refs:newState (Results 1 – 4 of 4) sorted by relevance

/system/bt/binder/android/bluetooth/
DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState); in onBluetoothStateChange() argument
/system/chre/host/common/
Dhost_protocol_host.cc203 ::chre::fbs::SettingState newState) { in encodeSettingChangeNotification() argument
205 fbs::CreateSettingChangeMessage(builder, setting, newState); in encodeSettingChangeNotification()
/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h230 ::chre::fbs::SettingState newState);
/system/chre/chpp/
Dtransport.c41 enum ChppRxState newState);
109 enum ChppRxState newState) { in chppSetRxState() argument
112 context->rxStatus.state, newState, context->rxStatus.locInState); in chppSetRxState()
114 context->rxStatus.state = newState; in chppSetRxState()