Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 18 of 18) sorted by relevance

/hardware/ril/librilutils/proto/
Dsap-api.proto23 required Error error = 4;
38 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_CONNECT, Error: RIL_E_UNUSED,
40 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_CONNECT, Error:Valid errors,
46 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_DISCONNECT, Error: RIL_E_UNUSED,
48 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error:Valid errors,
50 // For MsgType: UNSOL_RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error: RIL_E_UNUSED,
56 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_APDU, Error: RIL_E_UNUSED,
58 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_APDU, Error:Valid errors,
64 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_TRANSFER_ATR, Error: RIL_E_UNUSED,
66 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_TRANSFER_ATR, Error:Valid errors,
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp853 goto Error; in s_start_voice_call()
860 goto Error; in s_start_voice_call()
866 goto Error; in s_start_voice_call()
872 goto Error; in s_start_voice_call()
877 goto Error; in s_start_voice_call()
888 goto Error; in s_start_voice_call()
898 goto Error; in s_start_voice_call()
905 goto Error; in s_start_voice_call()
911 goto Error; in s_start_voice_call()
917 goto Error; in s_start_voice_call()
[all …]
/hardware/ti/omap4xxx/domx/make/
Dstart.mk24 $(error Error: variable PROJROOT not defined)
42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/ti/omap4-aah/domx/make/
Dstart.mk24 $(error Error: variable PROJROOT not defined)
42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/qcom/display/msm8996/sdm/include/utils/
Ddebug.h41 #define DLOGE_IF(tag, format, ...) DLOG(tag, Error, format, ##__VA_ARGS__)
85 virtual void Error(DebugTag /*tag*/, const char */*format*/, ...) { } in Error() function
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp288 goto Error; in write()
299 goto Error; in write()
306 goto Error; in write()
327 Error: in write()
/hardware/qcom/display/msm8996/sdm/include/core/
Ddebug_interface.h69 virtual void Error(DebugTag tag, const char *format, ...) = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_debugger.h55 virtual void Error(DebugTag tag, const char *format, ...);
Dhwc_debugger.cpp111 void HWCDebugHandler::Error(DebugTag /*tag*/, const char *format, ...) { in Error() function in sdm::HWCDebugHandler
/hardware/bsp/intel/peripheral/libupm/doxy/node/grammars/
Dxml.peg11 throw new Error("Expected </" + startTag + "> but </" + endTag + "> found.");
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c2926 int Error = OMX_ErrorNone; /* No Error */ local
2938 Error = OMX_ErrorInsufficientResources; /* propper Error */
2955 return Error;
2972 int Error = OMX_ErrorNone; /* No Error */ local
3003 Error =OMX_ErrorUndefined;
3005 return Error;
3023 int Error = OMX_ErrorNone; /* No Error */ local
3067 return Error;
/hardware/libhardware/include/hardware/
Dhwcomposer2.h577 enum class Error : int32_t { enum
588 TO_STRING(hwc2_error_t, Error, getErrorName)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox94 \section usage_errors Error Handling
97 defined in the definitions of each enumerated value. Error values can be
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
DCPackDeb.cmake216 message("Error '${_res_error}'")
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DCPackDeb.cmake216 message("Error '${_res_error}'")
/hardware/ril/libril/
DRilSapSocket.cpp307 rsp.error = (Error)e; in onRequestComplete()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dcpplint.py977 def Error(filename, linenum, category, confidence, message): function
4633 ProcessFileData(filename, file_extension, lines, Error,
4638 Error(filename, 0, 'whitespace/newline', 1,
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js899 throw new Error('NYI Unknown Type: ' + (typeof elem));