Home
last modified time | relevance | path

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

/system/chre/host/common/include/chre_host/
Dhost_protocol_host.h238 ::chre::fbs::SettingState newState);
/system/chre/host/common/
Dhost_protocol_host.cc212 ::chre::fbs::SettingState newState) { in encodeSettingChangeNotification() argument
214 fbs::CreateSettingChangeMessage(builder, setting, newState); in encodeSettingChangeNotification()
/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()