Home
last modified time | relevance | path

Searched refs:FATAL_ERROR (Results 1 – 23 of 23) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dmemory_debug.h100 FATAL_ERROR("Invalid allocation size %zu", preamble->allocSize); in debugFree()
102 FATAL_ERROR("Corruption of preamble detected"); in debugFree()
107 FATAL_ERROR("Double-free detected"); in debugFree()
110 FATAL_ERROR("Buffer overflow detected (or maybe double free)"); in debugFree()
/system/chre/platform/android/
Dplatform_audio.cc75 FATAL_ERROR("Failed to read requested number of audio samples"); in audioReadCallback()
81 FATAL_ERROR("Unimplemented data format"); in audioReadCallback()
87 FATAL_ERROR("Failed to initialize audio timer"); in PlatformAudio()
92 FATAL_ERROR("Failed to create audio stream builder with %" PRId32, result); in PlatformAudio()
106 FATAL_ERROR("Failed to create audio stream with %" PRId32, result); in PlatformAudio()
120 FATAL_ERROR("Failed to start audio stream with %" PRId32, result); in PlatformAudio()
/system/chre/platform/include/chre/platform/
Dfatal_error.h39 #define FATAL_ERROR(fmt, ...) do { \ macro
48 FATAL_ERROR("Out of memory")
/system/chre/platform/slpi/see/
Disland_vote_client.cc37 FATAL_ERROR("Island aggregator client register failed"); in IslandVoteClient()
127 FATAL_ERROR("Forced into big image for %" PRIu64 " msec", duration); in checkBigImageDuration()
Dplatform_sensor.cc166 FATAL_ERROR("Missing required sensor(s)"); in handleMissingSensor()
442 FATAL_ERROR("Failed to allocate last event memory for SensorType %" PRIu8, in allocateLastEvent()
489 FATAL_ERROR("Failed to allocate new sensor: out of memory"); in addSensor()
504 FATAL_ERROR("Failed to register SUID/SensorType mapping."); in addSensor()
726 FATAL_ERROR("Failed to initialize SEE helper"); in init()
733 FATAL_ERROR("Failed to init bimg SEE helper"); in init()
Dsee_helper.cc1492 FATAL_ERROR("Failed to allocate SeeCalHelper"); in SeeHelper()
1820 FATAL_ERROR("%" PRIu32 " consecutive missing responses", in sendSeeReqSync()
/system/chre/platform/slpi/include/chre/target_platform/
Dassert.h24 FATAL_ERROR("Assertion failure at %s:%d", CHRE_FILENAME, __LINE__); \
Dstatic_nanoapp_init.h55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
Dcondition_variable_impl.h48 FATAL_ERROR("Failed to initialize condition variable timer"); in wait_for()
/system/chre/platform/linux/
Dplatform_audio.cc76 FATAL_ERROR("Unimplemented data format"); in audioSourceCallback()
141 FATAL_ERROR("Failed to open provided audio file %s", in addAudioSource()
152 FATAL_ERROR("Invalid format 0x%08x", audioInfo.format); in addAudioSource()
Daudio_source.cc31 FATAL_ERROR("Failed to initialize audio source timer"); in AudioSource()
Dplatform_log.cc83 FATAL_ERROR("Failed to allocate log message"); in log()
/system/chre/platform/shared/
Dchre_api_core.cc41 FATAL_ERROR("chreAbort called in unknown context"); in chreAbort()
43 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId()); in chreAbort()
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h53 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/slpi/smgr/
Dpower_control_manager.cc31 FATAL_ERROR("Power manager client init failed"); in PowerControlManagerBase()
Dplatform_sensor.cc313 FATAL_ERROR("Failed to allocate last event memory for SensorType %d", in allocateLastEvent()
354 FATAL_ERROR("Failed to allocate new sensor: out of memory"); in addSensor()
1400 FATAL_ERROR("Failed to obtain the SNS SMGR service instance"); in init()
1405 FATAL_ERROR("Failed while waiting for SNS SMGR service"); in init()
1416 FATAL_ERROR("Failed to initialize SMGR client: %d", status); in init()
1423 FATAL_ERROR("Failed to obtain the SNS SMGR internal service instance"); in init()
1428 FATAL_ERROR("Failed while waiting for SNS SMGR internal service"); in init()
1438 FATAL_ERROR("Failed to initialize SMGR internal client: %d", status); in init()
/system/chre/core/
Devent_loop_manager.cc79 FATAL_ERROR("Exhausted instance IDs!"); in getNextInstanceId()
Dtimer_pool.cc28 FATAL_ERROR("Failed to initialize a system timer for the TimerPool"); in TimerPool()
40 FATAL_ERROR("Failed to set system timer"); in setSystemTimer()
Dwifi_request_manager.cc401 FATAL_ERROR("Failed to send WiFi scan monitor async result event"); in postScanMonitorAsyncResultEventFatal()
434 FATAL_ERROR("Failed to send WiFi scan request async result event"); in postScanRequestAsyncResultEventFatal()
Dgnss_manager.cc315 FATAL_ERROR("Failed to send GNSS session request async result event"); in postAsyncResultEventFatal()
Devent_loop.cc259 FATAL_ERROR("Failed to allocate system event type %" PRIu16, eventType); in postEventOrDie()
/system/chre/platform/slpi/
Dinit.cc194 FATAL_ERROR("Couldn't migrate thread"); in chre_slpi_start_thread()
Dhost_link.cc476 FATAL_ERROR("Failed to initialize time sync request timer."); in setTimeSyncRequestTimer()