Home
last modified time | relevance | path

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

12

/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.cc74 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()
121 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, ...) \ macro
48 #define FATAL_ERROR_OOM() 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_manager.cc158 FATAL_ERROR("Missing required sensor(s)"); in crashAfterSensorNotFoundCallback()
344 FATAL_ERROR("Failed to allocate new sensor: out of memory"); in addSensor()
373 FATAL_ERROR("Failed to register SUID/SensorType mapping."); in addSensor()
586 FATAL_ERROR("Failed to initialize SEE helper"); in init()
592 FATAL_ERROR("Failed to init bimg SEE helper"); in init()
/system/chre/platform/shared/
Dassert.cc24 FATAL_ERROR("Assertion failure at %s:%zu", filename, line); in doAssert()
Dchre_api_core.cc42 FATAL_ERROR("chreAbort called in unknown context"); in chreAbort()
44 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId()); in chreAbort()
Ddram_vote_client.cc89 FATAL_ERROR("Forced into DRAM for %" PRIu64 " msec", in checkDramDuration()
Dnanoapp_loader.cc60 FATAL_ERROR("Nanoapp tried to free %p through delete operator", ptr); in deleteOverride()
/system/chre/platform/freertos/include/chre/target_platform/
Dmutex_base.h42 FATAL_ERROR("Failed to initialize mutex"); in initStaticMutex()
Dstatic_nanoapp_init.h55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/linux/
Dplatform_audio.cc75 FATAL_ERROR("Unimplemented data format"); in audioSourceCallback()
140 FATAL_ERROR("Failed to open provided audio file %s", in addAudioSource()
151 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.cc80 FATAL_ERROR("Failed to allocate log message"); in logVa()
/system/chre/core/
Devent_loop_manager.cc46 FATAL_ERROR("Exhausted instance IDs!"); in getNextInstanceId()
Dtimer_pool.cc28 FATAL_ERROR("Failed to initialize a system timer for the TimerPool"); in TimerPool()
42 FATAL_ERROR("Failed to set system timer"); in setSystemTimer()
Dsensor.cc63 FATAL_ERROR("Failed to allocate last event memory for %s", in init()
Devent_loop.cc266 FATAL_ERROR("Failed to post critical system event 0x%" PRIx16, eventType); in postEventOrDie()
281 FATAL_ERROR("Failed to post critical system event 0x%" PRIx16, eventType); in postSystemEvent()
Dwifi_request_manager.cc398 FATAL_ERROR("Failed to send WiFi scan monitor async result event"); in postScanMonitorAsyncResultEventFatal()
433 FATAL_ERROR("Failed to send WiFi scan request async result event"); in postScanRequestAsyncResultEventFatal()
Dgnss_manager.cc184 FATAL_ERROR("Failed to resync passive location listener"); in handleRequestStateResyncCallbackSync()
565 FATAL_ERROR("Failed to send GNSS session request async result event"); in postAsyncResultEventFatal()
/system/chre/platform/slpi/include/chre/target_platform/
Dcondition_variable_impl.h48 FATAL_ERROR("Failed to initialize condition variable timer"); in wait_for()
Dstatic_nanoapp_init.h56 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/linux/include/chre/target_platform/
Dstatic_nanoapp_init.h55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
/system/chre/platform/slpi/
Dinit.cc211 FATAL_ERROR("Couldn't migrate thread"); in chre_slpi_start_thread()
Dhost_link.cc462 FATAL_ERROR("Failed to initialize time sync request timer."); in setTimeSyncRequestTimer()

12