Home
last modified time | relevance | path

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

/aosp12/system/chre/platform/include/chre/platform/
H A Dassert.h63 #define CHRE_ASSERT_LOG(condition, fmt, ...) \ macro
80 CHRE_ASSERT_LOG(condition, fmt, ##__VA_ARGS__)
/aosp12/system/chre/apps/unload_tester/
H A Dunload_tester.cc60 CHRE_ASSERT_LOG(timerHandle != CHRE_TIMER_INVALID, "Couldn't start timer!"); in nanoappStart()
64 CHRE_ASSERT_LOG(eventSent, "Couldn't send event to self!"); in nanoappStart()
/aosp12/system/chre/platform/linux/
H A Dsystem_time.cc31 CHRE_ASSERT_LOG(false, "Failed to obtain time with error: %s", in getMonotonicTime()
H A Dplatform_nanoapp.cc114 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromFile()
/aosp12/system/chre/core/
H A Devent_ref_queue.cc24 CHRE_ASSERT_LOG(empty(), in ~EventRefQueue()
H A Dhost_comms_manager.cc112 CHRE_ASSERT_LOG(craftedMessage != nullptr, in deliverNanoappMessageFromHost()
166 CHRE_ASSERT_LOG(craftedMessage != nullptr, in sendDeferredMessageToNanoappFromHost()
H A Dgnss_manager.cc218 CHRE_ASSERT_LOG(false, "Unsupported eventType %" PRIu16, reportEventType); in GnssSession()
572 CHRE_ASSERT_LOG(asyncResponsePending(), in handleStatusChangeSync()
630 CHRE_ASSERT_LOG(false, "Unhandled event type %" PRIu16, eventType); in freeReportEventCallback()
656 CHRE_ASSERT_LOG(false, "Unhandled event type %" PRIu16, kReportEventType); in controlPlatform()
H A Devent_loop_manager.cc32 CHRE_ASSERT_LOG(currentNanoapp, "%s called with no CHRE app context", in validateChreApiCall()
H A Dwifi_request_manager.cc76 CHRE_ASSERT_LOG(false, "Invalid scan monitor configuration"); in configureScanMonitor()
115 CHRE_ASSERT_LOG(SystemTime::getMonotonicTime() <= mRangingResponseTimeout, in requestRanging()
493 CHRE_ASSERT_LOG(false, "Invalid scan monitor state"); in handleScanMonitorStateChangeSync()
H A Dnanoapp.cc128 CHRE_ASSERT_LOG(event != nullptr, "Tried delivering event, but queue empty"); in processNextEvent()
/aosp12/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc193 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromBuffer()
210 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromFile()
H A Dhost_link.cc632 CHRE_ASSERT_LOG(false, "Unexpected pending message type"); in chre_slpi_get_message_to_host()
/aosp12/system/chre/platform/shared/
H A Ddram_vote_client.cc62 CHRE_ASSERT_LOG(mDramVoteCount > 0, in decrementDramVoteCount()
H A Dnanoapp_loader.cc68 CHRE_ASSERT_LOG(false, in atexitOverride()
/aosp12/system/chre/platform/slpi/see/
H A Disland_vote_client.cc89 CHRE_ASSERT_LOG(mBigImageRefCount > 0, in decrementBigImageRefCount()
/aosp12/system/chre/doc/
H A Dframework_debugging.md57 ## CHRE_ASSERT and CHRE_ASSERT_LOG
59 `CHRE_ASSERT()` and `CHRE_ASSERT_LOG()` can be used to help catch