Searched refs:CHRE_ASSERT_LOG (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/chre/platform/include/chre/platform/ |
H A D | assert.h | 63 #define CHRE_ASSERT_LOG(condition, fmt, ...) \ macro 80 CHRE_ASSERT_LOG(condition, fmt, ##__VA_ARGS__)
|
/aosp12/system/chre/apps/unload_tester/ |
H A D | unload_tester.cc | 60 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 D | system_time.cc | 31 CHRE_ASSERT_LOG(false, "Failed to obtain time with error: %s", in getMonotonicTime()
|
H A D | platform_nanoapp.cc | 114 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromFile()
|
/aosp12/system/chre/core/ |
H A D | event_ref_queue.cc | 24 CHRE_ASSERT_LOG(empty(), in ~EventRefQueue()
|
H A D | host_comms_manager.cc | 112 CHRE_ASSERT_LOG(craftedMessage != nullptr, in deliverNanoappMessageFromHost() 166 CHRE_ASSERT_LOG(craftedMessage != nullptr, in sendDeferredMessageToNanoappFromHost()
|
H A D | gnss_manager.cc | 218 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 D | event_loop_manager.cc | 32 CHRE_ASSERT_LOG(currentNanoapp, "%s called with no CHRE app context", in validateChreApiCall()
|
H A D | wifi_request_manager.cc | 76 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 D | nanoapp.cc | 128 CHRE_ASSERT_LOG(event != nullptr, "Tried delivering event, but queue empty"); in processNextEvent()
|
/aosp12/system/chre/platform/slpi/ |
H A D | platform_nanoapp.cc | 193 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromBuffer() 210 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp"); in openNanoappFromFile()
|
H A D | host_link.cc | 632 CHRE_ASSERT_LOG(false, "Unexpected pending message type"); in chre_slpi_get_message_to_host()
|
/aosp12/system/chre/platform/shared/ |
H A D | dram_vote_client.cc | 62 CHRE_ASSERT_LOG(mDramVoteCount > 0, in decrementDramVoteCount()
|
H A D | nanoapp_loader.cc | 68 CHRE_ASSERT_LOG(false, in atexitOverride()
|
/aosp12/system/chre/platform/slpi/see/ |
H A D | island_vote_client.cc | 89 CHRE_ASSERT_LOG(mBigImageRefCount > 0, in decrementBigImageRefCount()
|
/aosp12/system/chre/doc/ |
H A D | framework_debugging.md | 57 ## CHRE_ASSERT and CHRE_ASSERT_LOG 59 `CHRE_ASSERT()` and `CHRE_ASSERT_LOG()` can be used to help catch
|