Home
last modified time | relevance | path

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

/system/chre/chpp/services/
Dwwan.c103 struct ChppWwanServiceState *wwanServiceContext,
106 struct ChppWwanServiceState *wwanServiceContext,
109 struct ChppWwanServiceState *wwanServiceContext,
112 struct ChppWwanServiceState *wwanServiceContext,
139 struct ChppWwanServiceState *wwanServiceContext = in chppDispatchWwanRequest() local
149 rRState = &wwanServiceContext->open; in chppDispatchWwanRequest()
151 error = chppWwanServiceOpen(wwanServiceContext, rxHeader); in chppDispatchWwanRequest()
156 rRState = &wwanServiceContext->close; in chppDispatchWwanRequest()
158 error = chppWwanServiceClose(wwanServiceContext, rxHeader); in chppDispatchWwanRequest()
163 rRState = &wwanServiceContext->getCapabilities; in chppDispatchWwanRequest()
[all …]