Home
last modified time | relevance | path

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

/system/chre/chpp/
Dclients.c71 CHPP_DEBUG_NOT_NULL(clientState); in chppIsClientApiReady()
116 CHPP_DEBUG_NOT_NULL(context); in chppGetClientDeinitFunction()
127 CHPP_DEBUG_NOT_NULL(context); in chppRegisterCommonClients()
152 CHPP_DEBUG_NOT_NULL(context); in chppDeregisterCommonClients()
180 CHPP_DEBUG_NOT_NULL(appContext); in chppRegisterClient()
181 CHPP_DEBUG_NOT_NULL(clientContext); in chppRegisterClient()
182 CHPP_DEBUG_NOT_NULL(clientState); in chppRegisterClient()
183 CHPP_DEBUG_NOT_NULL(newClient); in chppRegisterClient()
213 CHPP_DEBUG_NOT_NULL(context); in chppInitBasicClients()
233 CHPP_DEBUG_NOT_NULL(clientState); in chppClientInit()
[all …]
Dapp.c143 CHPP_DEBUG_NOT_NULL(buf); in chppProcessPredefinedServiceResponse()
201 CHPP_DEBUG_NOT_NULL(context); in chppDatagramLenIsOk()
202 CHPP_DEBUG_NOT_NULL(rxHeader); in chppDatagramLenIsOk()
283 CHPP_DEBUG_NOT_NULL(context); in chppGetDispatchFunction()
340 CHPP_DEBUG_NOT_NULL(context); in chppGetClientResetNotifierFunction()
357 CHPP_DEBUG_NOT_NULL(context); in chppGetServiceResetNotifierFunction()
374 CHPP_DEBUG_NOT_NULL(context); in chppServiceOfHandle()
396 CHPP_DEBUG_NOT_NULL(context); in chppClientOfHandle()
420 CHPP_DEBUG_NOT_NULL(context); in chppServiceStateOfHandle()
440 CHPP_DEBUG_NOT_NULL(context); in chppClientStateOfHandle()
[all …]
Dservices.c45 CHPP_DEBUG_NOT_NULL(context); in chppRegisterCommonServices()
68 CHPP_DEBUG_NOT_NULL(context); in chppDeregisterCommonServices()
94 CHPP_DEBUG_NOT_NULL(appContext); in chppRegisterService()
95 CHPP_DEBUG_NOT_NULL(serviceContext); in chppRegisterService()
96 CHPP_DEBUG_NOT_NULL(serviceState); in chppRegisterService()
97 CHPP_DEBUG_NOT_NULL(newService); in chppRegisterService()
140 CHPP_DEBUG_NOT_NULL(serviceState); in chppAllocServiceRequest()
174 CHPP_DEBUG_NOT_NULL(serviceState); in chppServiceSendTimestampedRequestAndWaitTimeout()
Dtransport.c1313 CHPP_DEBUG_NOT_NULL(context); in chppTransportGetRequestTimeoutResponse()
1408 CHPP_DEBUG_NOT_NULL(linkApi->init); in chppTransportInit()
1409 CHPP_DEBUG_NOT_NULL(linkApi->deinit); in chppTransportInit()
1410 CHPP_DEBUG_NOT_NULL(linkApi->send); in chppTransportInit()
1411 CHPP_DEBUG_NOT_NULL(linkApi->doWork); in chppTransportInit()
1412 CHPP_DEBUG_NOT_NULL(linkApi->reset); in chppTransportInit()
1413 CHPP_DEBUG_NOT_NULL(linkApi->getConfig); in chppTransportInit()
1414 CHPP_DEBUG_NOT_NULL(linkApi->getTxBuffer); in chppTransportInit()
/system/chre/chpp/clients/
Dtimesync.c55 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncClientInit()
73 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncClientDeinit()
81 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncClientReset()
94 CHPP_DEBUG_NOT_NULL(appState); in chppDispatchTimesyncServiceResponse()
152 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncMeasureOffset()
181 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncGetOffset()
183 CHPP_DEBUG_NOT_NULL(state); in chppTimesyncGetOffset()
203 CHPP_DEBUG_NOT_NULL(appState); in chppTimesyncGetResult()
204 CHPP_DEBUG_NOT_NULL(appState->timesyncClientContext); in chppTimesyncGetResult()
Dloopback.c58 CHPP_DEBUG_NOT_NULL(appState); in chppLoopbackClientInit()
86 CHPP_DEBUG_NOT_NULL(appState); in chppDispatchLoopbackServiceResponse()
Dwwan.c405 CHPP_DEBUG_NOT_NULL(systemApi); in chppWwanClientOpen()
406 CHPP_DEBUG_NOT_NULL(callbacks); in chppWwanClientOpen()
Dgnss.c594 CHPP_DEBUG_NOT_NULL(systemApi); in chppGnssClientOpen()
595 CHPP_DEBUG_NOT_NULL(callbacks); in chppGnssClientOpen()
Dwifi.c845 CHPP_DEBUG_NOT_NULL(systemApi); in chppWifiClientOpen()
846 CHPP_DEBUG_NOT_NULL(callbacks); in chppWifiClientOpen()
/system/chre/chpp/include/chpp/
Dmacros.h79 #ifndef CHPP_DEBUG_NOT_NULL
80 #define CHPP_DEBUG_NOT_NULL(var) CHPP_DEBUG_ASSERT((var) != NULL) macro