/system/chre/platform/shared/include/chre/platform/shared/ |
D | memory_debug.h | 100 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/ |
D | platform_audio.cc | 74 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/ |
D | fatal_error.h | 39 #define FATAL_ERROR(fmt, ...) \ macro 48 #define FATAL_ERROR_OOM() FATAL_ERROR("Out of memory")
|
/system/chre/platform/slpi/see/ |
D | island_vote_client.cc | 37 FATAL_ERROR("Island aggregator client register failed"); in IslandVoteClient() 127 FATAL_ERROR("Forced into big image for %" PRIu64 " msec", duration); in checkBigImageDuration()
|
D | platform_sensor_manager.cc | 158 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/ |
D | assert.cc | 24 FATAL_ERROR("Assertion failure at %s:%zu", filename, line); in doAssert()
|
D | chre_api_core.cc | 42 FATAL_ERROR("chreAbort called in unknown context"); in chreAbort() 44 FATAL_ERROR("chreAbort called by app 0x%016" PRIx64, nanoapp->getAppId()); in chreAbort()
|
D | dram_vote_client.cc | 89 FATAL_ERROR("Forced into DRAM for %" PRIu64 " msec", in checkDramDuration()
|
D | nanoapp_loader.cc | 60 FATAL_ERROR("Nanoapp tried to free %p through delete operator", ptr); in deleteOverride()
|
/system/chre/platform/freertos/include/chre/target_platform/ |
D | mutex_base.h | 42 FATAL_ERROR("Failed to initialize mutex"); in initStaticMutex()
|
D | static_nanoapp_init.h | 55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
|
/system/chre/platform/linux/ |
D | platform_audio.cc | 75 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()
|
D | audio_source.cc | 31 FATAL_ERROR("Failed to initialize audio source timer"); in AudioSource()
|
D | platform_log.cc | 80 FATAL_ERROR("Failed to allocate log message"); in logVa()
|
/system/chre/core/ |
D | event_loop_manager.cc | 46 FATAL_ERROR("Exhausted instance IDs!"); in getNextInstanceId()
|
D | timer_pool.cc | 28 FATAL_ERROR("Failed to initialize a system timer for the TimerPool"); in TimerPool() 42 FATAL_ERROR("Failed to set system timer"); in setSystemTimer()
|
D | sensor.cc | 63 FATAL_ERROR("Failed to allocate last event memory for %s", in init()
|
D | event_loop.cc | 266 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()
|
D | wifi_request_manager.cc | 398 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()
|
D | gnss_manager.cc | 184 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/ |
D | condition_variable_impl.h | 48 FATAL_ERROR("Failed to initialize condition variable timer"); in wait_for()
|
D | static_nanoapp_init.h | 56 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | static_nanoapp_init.h | 55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
|
/system/chre/platform/slpi/ |
D | init.cc | 211 FATAL_ERROR("Couldn't migrate thread"); in chre_slpi_start_thread()
|
D | host_link.cc | 462 FATAL_ERROR("Failed to initialize time sync request timer."); in setTimeSyncRequestTimer()
|