HomeSort by relevance Sort by last modified time
    Searched refs:CHRE_ASSERT_LOG (Results 1 - 14 of 14) sorted by null

  /system/chre/platform/include/chre/platform/
assert.h 61 #define CHRE_ASSERT_LOG(condition, fmt, ...) do { \
  /system/chre/platform/linux/
system_time.cc 31 CHRE_ASSERT_LOG(false, "Failed to obtain time with error: %s",
platform_nanoapp.cc 100 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
  /system/chre/core/
event_ref_queue.cc 24 CHRE_ASSERT_LOG(empty(), "Potentially leaking events if queue not empty "
event_loop_manager.cc 32 CHRE_ASSERT_LOG(currentNanoapp, "%s called with no CHRE app context",
nanoapp.cc 84 CHRE_ASSERT_LOG(event != nullptr, "Tried delivering event, but queue empty");
gnss_manager.cc 64 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);
wifi_request_manager.cc 74 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/
unload_tester.cc 57 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/
island_vote_client.cc 83 CHRE_ASSERT_LOG(mBigImageRefCount > 0,
platform_sensor.cc 265 CHRE_ASSERT_LOG(false, "Unhandled sample type");
  /system/chre/platform/slpi/
platform_nanoapp.cc 168 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
206 CHRE_ASSERT_LOG(mDsoHandle == nullptr, "Re-opening nanoapp");
host_link.cc 546 CHRE_ASSERT_LOG(false, "Unexpected pending message type");
  /system/chre/platform/slpi/smgr/
platform_sensor.cc 237 CHRE_ASSERT_LOG(sensorType != SensorType::Unknown,
298 CHRE_ASSERT_LOG(false, "Unhandled sample type");
551 CHRE_ASSERT_LOG(validReport,
    [all...]

Completed in 261 milliseconds