Searched refs:CHRE_ASSERT_LOG (Results 1 - 14 of 14) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dassert.h61 #define CHRE_ASSERT_LOG(condition, fmt, ...) do { \ macro
/system/chre/platform/linux/
H A Dsystem_time.cc31 CHRE_ASSERT_LOG(false, "Failed to obtain time with error: %s",
H A Dplatform_nanoapp.cc100 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
/system/chre/core/
H A Devent_ref_queue.cc24 CHRE_ASSERT_LOG(empty(), "Potentially leaking events if queue not empty "
H A Devent_loop_manager.cc32 CHRE_ASSERT_LOG(currentNanoapp, "%s called with no CHRE app context",
H A Dnanoapp.cc84 CHRE_ASSERT_LOG(event != nullptr, "Tried delivering event, but queue empty");
H A Dgnss_manager.cc64 CHRE_ASSERT_LOG(false, "Unsupported eventType %" PRIu16, reportEventType);
169 CHRE_ASSERT_LOG(false, "Invalid GNSS session configuration");
344 CHRE_ASSERT_LOG(!mStateTransitions.empty(),
408 CHRE_ASSERT_LOG(false, "Unhandled event type %" PRIu16, eventType);
430 CHRE_ASSERT_LOG(false, "Unhandled event type %" PRIu16, mReportEventType);
H A Dwifi_request_manager.cc74 CHRE_ASSERT_LOG(false, "Invalid scan monitor configuration");
107 CHRE_ASSERT_LOG(SystemTime::getMonotonicTime() <= mRangingResponseTimeout,
456 //CHRE_ASSERT_LOG(!mScanMonitorStateTransitions.empty(),
495 CHRE_ASSERT_LOG(false, "Invalid scan monitor state");
506 //CHRE_ASSERT_LOG(mScanRequestingNanoappInstanceId.has_value(),
512 // TODO: raise this to CHRE_ASSERT_LOG
/system/chre/apps/unload_tester/
H A Dunload_tester.cc57 CHRE_ASSERT_LOG(timerHandle != CHRE_TIMER_INVALID, "Couldn't start timer!");
61 CHRE_ASSERT_LOG(eventSent, "Couldn't send event to self!");
/system/chre/platform/slpi/see/
H A Disland_vote_client.cc83 CHRE_ASSERT_LOG(mBigImageRefCount > 0,
H A Dplatform_sensor.cc265 CHRE_ASSERT_LOG(false, "Unhandled sample type");
/system/chre/platform/slpi/
H A Dplatform_nanoapp.cc168 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
206 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
H A Dhost_link.cc546 CHRE_ASSERT_LOG(false, "Unexpected pending message type");
/system/chre/platform/slpi/smgr/
H A Dplatform_sensor.cc237 CHRE_ASSERT_LOG(sensorType != SensorType::Unknown,
298 CHRE_ASSERT_LOG(false, "Unhandled sample type");
551 CHRE_ASSERT_LOG(validReport,
1427 CHRE_ASSERT_LOG(success, "Sensor request made before init/after deinit");

Completed in 129 milliseconds