/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 | 75 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/ |
D | fatal_error.h | 39 #define FATAL_ERROR(fmt, ...) do { \ macro 48 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.cc | 166 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()
|
D | see_helper.cc | 1492 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/ |
D | assert.h | 24 FATAL_ERROR("Assertion failure at %s:%d", CHRE_FILENAME, __LINE__); \
|
D | static_nanoapp_init.h | 55 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
|
D | condition_variable_impl.h | 48 FATAL_ERROR("Failed to initialize condition variable timer"); in wait_for()
|
/system/chre/platform/linux/ |
D | platform_audio.cc | 76 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()
|
D | audio_source.cc | 31 FATAL_ERROR("Failed to initialize audio source timer"); in AudioSource()
|
D | platform_log.cc | 83 FATAL_ERROR("Failed to allocate log message"); in log()
|
/system/chre/platform/shared/ |
D | chre_api_core.cc | 41 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/ |
D | static_nanoapp_init.h | 53 FATAL_ERROR("Failed to allocate nanoapp " #appName); \
|
/system/chre/platform/slpi/smgr/ |
D | power_control_manager.cc | 31 FATAL_ERROR("Power manager client init failed"); in PowerControlManagerBase()
|
D | platform_sensor.cc | 313 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/ |
D | event_loop_manager.cc | 79 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() 40 FATAL_ERROR("Failed to set system timer"); in setSystemTimer()
|
D | wifi_request_manager.cc | 401 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()
|
D | gnss_manager.cc | 315 FATAL_ERROR("Failed to send GNSS session request async result event"); in postAsyncResultEventFatal()
|
D | event_loop.cc | 259 FATAL_ERROR("Failed to allocate system event type %" PRIu16, eventType); in postEventOrDie()
|
/system/chre/platform/slpi/ |
D | init.cc | 194 FATAL_ERROR("Couldn't migrate thread"); in chre_slpi_start_thread()
|
D | host_link.cc | 476 FATAL_ERROR("Failed to initialize time sync request timer."); in setTimeSyncRequestTimer()
|