Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 186) sorted by relevance

12345678

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_analyzer.c72 char cause[64] = {0}; in find_exceptionin_cm4() local
90 strncpy(cause, "Reserved", sizeof(cause)); in find_exceptionin_cm4()
93 strncpy(cause, Cm4ExceptionCauseList[exceptionBitSet], in find_exceptionin_cm4()
94 sizeof(cause)); in find_exceptionin_cm4()
106 strncat(outbuf, cause, in find_exceptionin_cm4()
118 char cause[64] = {0}; in find_fatal_assert() local
161 snprintf(cause, sizeof(cause), "%s", in find_fatal_assert()
165 strncat(cause , "+", in find_fatal_assert()
166 sizeof(cause) - strlen(cause) - 1); in find_fatal_assert()
170 strncat(cause, lineNumStr, in find_fatal_assert()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddispatch_graph_common.adoc32 Execution of this command must: not cause a node to be dispatched with a
37 Execution of this command must: not cause any shader to initialize more
41 Execution of this command must: not cause any shader that declares
Dtrace_rays_common_khr.adoc9 This command must: not cause a shader call instruction to be executed
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal47 * @param causeCode the primary failure cause code of the procedure.
50 * For LTE (EMM), cause codes are TS 24.301 Sec 9.9.3.9
51 * For NR (5GMM), cause codes are TS 24.501 Sec 9.11.3.2
53 * @param additionalCauseCode the cause code of any secondary/combined procedure if appropriate.
54 * For UMTS, if a combined attach succeeds for PS only, then the GMM cause code shall be
56 * For LTE (ESM), cause codes are in TS 24.301 9.9.4.4
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DCdmaT53ClirInfoRecord.aidl37 byte cause;
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DCdmaT53ClirInfoRecord.aidl26 byte cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DCdmaT53ClirInfoRecord.aidl38 byte cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DCdmaT53ClirInfoRecord.aidl37 byte cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/3/android/hardware/radio/voice/
DCdmaT53ClirInfoRecord.aidl38 byte cause;
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DREADME17 Take this .so and place it where the multi-HAL config will cause the HalProxy to
19 to cause the multi-HAL to restart and attempt to load in the sub-HAL.
/hardware/google/gfxstream/guest/mesa/src/vulkan/
Dvulkan.sym9 # That may cause symbol collision, so explicitly demote everything.
Dvulkan-android.sym10 # That may cause symbol collision, so explicitly demote everything.
/hardware/interfaces/radio/aidl/compat/libradiocompat/data/
Dstructs.cpp152 .cause = aidl::DataCallFailCause(res.cause), in toAidl()
169 .cause = aidl::DataCallFailCause(res.cause), in toAidl()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/current/android/hardware/radio/data/
DSetupDataCallResult.aidl38 android.hardware.radio.data.DataCallFailCause cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/3/android/hardware/radio/data/
DSetupDataCallResult.aidl38 android.hardware.radio.data.DataCallFailCause cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/2/android/hardware/radio/data/
DSetupDataCallResult.aidl37 android.hardware.radio.data.DataCallFailCause cause;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.data/1/android/hardware/radio/data/
DSetupDataCallResult.aidl37 android.hardware.radio.data.DataCallFailCause cause;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_acquire_winrt_display/
Dacquire_winrt_display.adoc18 Permission to access the display may: be revoked by events that cause
48 Beginning with Windows 10 version 2004 it is possible to cause DWM to
51 flink:vkAcquireWinrtDisplayNV does not itself cause DWM to release a
/hardware/interfaces/radio/aidl/android/hardware/radio/data/
DSetupDataCallResult.aidl67 DataCallFailCause cause;
/hardware/interfaces/radio/aidl/compat/libradiocompat/messaging/
DRadioMessaging.cpp51 int32_t serial, bool success, aidl::SmsAcknowledgeFailCause cause) { in acknowledgeLastIncomingGsmSms() argument
53 mHal1_5->acknowledgeLastIncomingGsmSms(serial, success, V1_0::SmsAcknowledgeFailCause(cause)); in acknowledgeLastIncomingGsmSms()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_acquire_winrt_display.adoc91 5) Does flink:vkAcquireWinrtDisplayNV cause the Windows desktop compositor
95 flink:vkAcquireWinrtDisplayNV does not itself cause the Windows desktop
99 Beginning with Windows 10 version 2004 it is possible to cause the Windows
DVK_EXT_legacy_dithering.adoc41 granularity, so a change in dither state would necessarily need to cause a
/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
Dstructs.cpp134 .cause = static_cast<int8_t>(record.cause), in toAidl()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_present_wait/
Dpresent_wait.adoc35 flink:vkWaitForPresentKHR call to cause the application to block until that
/hardware/interfaces/radio/aidl/android/hardware/radio/messaging/
DIRadioMessaging.aidl86 in int serial, in boolean success, in SmsAcknowledgeFailCause cause); in acknowledgeLastIncomingGsmSms() argument

12345678