/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | plugin_status_test.c | 49 uint32_t error_code; in main() local 204 block_id, &error_code, &error_instance); in main() 209 fprintf(stdout, "\nerror_code:%u", error_code); in main() 210 if(error_code) in main()
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanController.cpp | 37 static const std::error_code ok; 38 static const std::error_code eperm(EPERM, std::generic_category()); 39 static const std::error_code enoent(ENOENT, std::generic_category()); 40 static const std::error_code eacces(EACCES, std::generic_category()); 77 std::error_code fsStatus; in getIfaceName() 160 std::error_code fsStatus; in findUsbDevice()
|
/hardware/interfaces/automotive/can/aidl/default/ |
D | CanController.cpp | 35 static const std::error_code ok; 36 static const std::error_code eperm(EPERM, std::generic_category()); 37 static const std::error_code enoent(ENOENT, std::generic_category()); 38 static const std::error_code eacces(EACCES, std::generic_category()); 92 std::error_code fsStatus; in getIfaceName() 172 std::error_code fsStatus; in findUsbDevice()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | X11ErrorHandler.cpp | 41 s_lastErrorCode = event->error_code; in errorHandlerProc()
|
/hardware/google/aemu/base/include/aemu/base/system/ |
D | Win32Utils.h | 73 static std::string getErrorString(DWORD error_code);
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | sync.h | 226 unsigned char error_code; /* error base + XSyncBadAlarm */ member 236 unsigned char error_code; /* error base + XSyncBadCounter */ member
|
D | Xdbe.h | 78 unsigned char error_code; /* error base + XdbeBadBuffer */ member
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/backtrace/ |
D | Backtrace.h | 72 enum BacktraceUnwindErrorCode error_code; member 81 BacktraceUnwindError() : error_code(BACKTRACE_UNWIND_NO_ERROR) {} in BacktraceUnwindError()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | GrallocSensorBuffer.cpp | 36 .error_code = ErrorCode::kErrorBuffer}}; in ~GrallocSensorBuffer()
|
D | EmulatedRequestProcessor.cpp | 225 .error_code = ErrorCode::kErrorRequest}}; in NotifyFailedRequest() 519 .error_code = ErrorCode::kErrorResult, in RequestProcessorLoop() 531 .error_code = ErrorCode::kErrorResult, in RequestProcessorLoop()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | realtime_zsl_result_request_processor.cc | 317 static_cast<int>(message.message.error.error_code)); in Notify() 318 if (message.message.error.error_code == ErrorCode::kErrorRequest || in Notify() 319 message.message.error.error_code == ErrorCode::kErrorBuffer) { in Notify() 323 if (message.message.error.error_code == ErrorCode::kErrorRequest) { in Notify()
|
D | camera_device_session.cc | 272 result.message.error.error_code == ErrorCode::kErrorResult) { in Notify() 1030 ErrorCode error_code) { in NotifyErrorMessage() argument 1032 __FUNCTION__, frame_number, stream_id, error_code); in NotifyErrorMessage() 1034 if ((error_code == ErrorCode::kErrorResult || in NotifyErrorMessage() 1035 error_code == ErrorCode::kErrorRequest) && in NotifyErrorMessage() 1044 .error_code = error_code}}; in NotifyErrorMessage()
|
D | camera_device_session.h | 246 ErrorCode error_code);
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.h | 34 ErrorCode convert(V4_0::ErrorCode error_code) { return static_cast<ErrorCode>(error_code); } in convert() argument
|
/hardware/google/camera/common/hal/utils/ |
D | result_dispatcher.cc | 324 if (error.error_code == ErrorCode::kErrorDevice || in AddError() 325 error.error_code == ErrorCode::kErrorResult || in AddError() 326 error.error_code == ErrorCode::kErrorRequest) { in AddError() 330 if (error.error_code == ErrorCode::kErrorResult || in AddError() 331 error.error_code == ErrorCode::kErrorRequest) { in AddError() 337 __FUNCTION__, error.error_code, frame_number, error.error_stream_id); in AddError()
|
/hardware/libhardware/include_all/hardware/ |
D | tv_input.h | 211 int error_code; member
|
D | camera3.h | 2105 int error_code; member
|
/hardware/libhardware/include/hardware/ |
D | tv_input.h | 211 int error_code; member
|
D | camera3.h | 2105 int error_code; member
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/ |
D | GRPCVehicleHardware.cpp | 198 if (grpc_status.error_code() == ::grpc::StatusCode::UNIMPLEMENTED) { in subscribe() 217 if (grpc_status.error_code() == ::grpc::StatusCode::UNIMPLEMENTED) { in unsubscribe()
|
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | AuthGraphSessionTest.cpp | 84 int32_t error_code = result.getServiceSpecificError(); in GetReturnError() local 85 if (exception_code == EX_SERVICE_SPECIFIC && error_code != 0) { in GetReturnError() 87 .err_val.aidl_error = static_cast<Error>(error_code)}; in GetReturnError()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | convert.cpp | 131 dst->msg.error.errorCode = (ErrorCode) src->message.error.error_code; in convertToHidl()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_twt.h | 118 void (*on_twt_failure)(wifi_request_id id, wifi_twt_error_code error_code);
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | iaxxx_odsp_hw.h | 501 uint32_t *error_code,
|
D | iaxxx_odsp_hw.c | 1245 uint32_t *error_code, in iaxxx_odsp_plugin_read_error() argument 1268 *error_code = pei.error_code; in iaxxx_odsp_plugin_read_error() 1271 pei.error_code, pei.error_instance); in iaxxx_odsp_plugin_read_error()
|