Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dmacros.h71 #ifndef CHPP_DEBUG_ASSERT
73 #define CHPP_DEBUG_ASSERT(var) CHPP_ASSERT(var) macro
75 #define CHPP_DEBUG_ASSERT(var) UNUSED_VAR(var)
84 CHPP_DEBUG_ASSERT(false); \
/system/chre/chpp/services/
Dwwan.c212 CHPP_DEBUG_ASSERT(false); in chppWwanServiceOpen()
219 CHPP_DEBUG_ASSERT(false); in chppWwanServiceOpen()
418 CHPP_DEBUG_ASSERT(false); in chppRegisterWwanService()
424 CHPP_DEBUG_ASSERT(gWwanServiceContext.service.handle); in chppRegisterWwanService()
Dtimesync.c51 CHPP_DEBUG_ASSERT(false); in chppTimesyncGetTime()
Dwifi.c242 CHPP_DEBUG_ASSERT(false); in chppWifiServiceOpen()
249 CHPP_DEBUG_ASSERT(false); in chppWifiServiceOpen()
583 CHPP_DEBUG_ASSERT(chppCheckWifiScanEventNotification(event)); in chppWifiServiceScanEventCallback()
676 CHPP_DEBUG_ASSERT(false); in chppRegisterWifiService()
682 CHPP_DEBUG_ASSERT(gWifiServiceContext.service.handle); in chppRegisterWifiService()
Dgnss.c248 CHPP_DEBUG_ASSERT(false); in chppGnssServiceOpen()
255 CHPP_DEBUG_ASSERT(false); in chppGnssServiceOpen()
673 CHPP_DEBUG_ASSERT(false); in chppRegisterGnssService()
679 CHPP_DEBUG_ASSERT(gGnssServiceContext.service.handle); in chppRegisterGnssService()
/system/chre/chpp/
Dapp.c453 CHPP_DEBUG_ASSERT(CHPP_SERVICE_INDEX_OF_HANDLE(handle) < in chppServiceContextOfHandle()
471 CHPP_DEBUG_ASSERT(CHPP_SERVICE_INDEX_OF_HANDLE(handle) < in chppClientContextOfHandle()
575 CHPP_DEBUG_ASSERT(false); in chppProcessNegotiatedHandleDatagram()
689 CHPP_DEBUG_ASSERT(false); in chppAppProcessRxDatagram()
Dtransport.c389 CHPP_DEBUG_ASSERT(false); in chppAbortRxPacket()
1118 CHPP_DEBUG_ASSERT(false); in chppEnqueueTxDatagram()
1436 CHPP_DEBUG_ASSERT(false); in chppRxDataCb()
1467 CHPP_DEBUG_ASSERT(false); in chppEnqueueTxDatagramOrFail()
1503 CHPP_DEBUG_ASSERT(false); in chppEnqueueTxErrorDatagram()
Dclients.c399 CHPP_DEBUG_ASSERT(false); in chppClientTimestampResponse()
/system/chre/chpp/clients/
Ddiscovery.c118 CHPP_DEBUG_ASSERT(false); in chppDiscoveryProcessDiscoverAll()
124 CHPP_DEBUG_ASSERT(false); in chppDiscoveryProcessDiscoverAll()
Dgnss.c504 CHPP_DEBUG_ASSERT(false); in chppGnssConfigurePassiveLocationListenerResult()
604 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppGnssClientOpen()
605 CHPP_DEBUG_ASSERT(callbacks != NULL); in chppGnssClientOpen()
Dwwan.c407 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWwanClientOpen()
408 CHPP_DEBUG_ASSERT(callbacks != NULL); in chppWwanClientOpen()
Dwifi.c565 CHPP_DEBUG_ASSERT(chppCheckWifiScanEventNotification(chre)); in chppWifiScanEventNotification()
632 CHPP_DEBUG_ASSERT(systemApi != NULL); in chppWifiClientOpen()
633 CHPP_DEBUG_ASSERT(callbacks != NULL); in chppWifiClientOpen()
Dloopback.c163 CHPP_DEBUG_ASSERT(false); in chppRunLoopbackTest()