Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 65) sorted by relevance

123

/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/
Dkml_parser_test.cc26 bool ParseKmlFile(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlFile()
39 bool ParseKmlString(GpsFixArray* locations, char* text, std::string* error) { in ParseKmlString()
48 std::string error; in TEST() local
60 std::string error; in TEST() local
68 std::string error; in TEST() local
87 std::string error; in TEST() local
96 std::string error; in TEST() local
159 std::string error; in TEST() local
183 std::string error; in TEST() local
216 std::string error; in TEST() local
[all …]
Dgpx_parser_test.cc27 bool ParseGpxFile(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxFile()
40 bool ParseGpxString(GpsFixArray* locations, char* text, std::string* error) { in ParseGpxString()
50 std::string error; in TEST() local
60 std::string error; in TEST() local
69 std::string error; in TEST() local
88 std::string error; in TEST() local
97 std::string error; in TEST() local
142 std::string error; in TEST() local
160 std::string error; in TEST() local
185 std::string error; in TEST() local
[all …]
/device/generic/goldfish-opengl/system/hwc3/
DComposerClient.cpp49 void addError(HWC3::Error error) { in addError()
118 HWC3::Error error = HWC3::Error::None; in init() local
171 HWC3::Error error = display->createLayer(layerId); in createLayer() local
200 HWC3::Error error = display->destroyLayer(layerId); in destroyLayer() local
616 auto error = in setReadbackBuffer() local
742 #define LOG_DISPLAY_COMMAND_ERROR(display, error) \ argument
749 #define LOG_LAYER_COMMAND_ERROR(display, layer, error) \ argument
830 auto error = display.setColorTransform(matrix); in executeDisplayCommandSetColorTransform() local
842 auto error = display.setBrightness(brightness.brightness); in executeDisplayCommandSetBrightness() local
858 auto error = mResources->getDisplayClientTarget(display.getId(), clientTarget.buffer, in executeDisplayCommandSetClientTarget() local
[all …]
DDevice.cpp61 const std::string error = reader.getFormattedErrorMessages(); in loadPersistentKeyValues() local
110 HWC3::Error error = mComposer->init(); in getComposer() local
127 HWC3::Error error = loadPersistentKeyValues(&dictionary); in getPersistentKeyValue() local
148 HWC3::Error error = loadPersistentKeyValues(&dictionary); in setPersistentKeyValue() local
DDisplayFinder.cpp155 HWC3::Error error = findGoldfishPrimaryDisplay(outDisplays); in findGoldfishDisplays() local
192 HWC3::Error error = drm.getDisplayConfigs(&drmDisplayConfigs); in findDrmDisplays() local
220 HWC3::Error error = HWC3::Error::None; in findDisplays() local
DCommon.h73 inline ndk::ScopedAStatus ToBinderStatus(HWC3::Error error) { in ToBinderStatus()
DHostFrameComposer.cpp171 HWC3::Error error = mDrmClient->init(); in init() local
201 HWC3::Error error = HWC3::Error::None; in createHostComposerDisplayInfo() local
241 HWC3::Error error = HWC3::Error::None; in onDisplayCreate() local
489 HWC3::Error error = getAndValidateHostConnection(&hostCon, &rcEnc); in presentDisplay() local
750 HWC3::Error error = createHostComposerDisplayInfo(display, displayId); in onActiveConfigChange() local
/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp40 string *error) { in parseLocation()
143 static bool parse(xmlDoc *doc, GpsFixArray *fixes, string *error) { in parse()
204 string *error) { in parseFile()
215 string *error) { in parseString()
DKmlParser.cpp139 string* error) { in traverseSubtree()
160 string* error) { in parseFile()
188 string* error) { in parseString()
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp48 void OnFailure(webrtc::RTCError error) override { in OnFailure()
63 void OnFailure(webrtc::RTCError error) override { in OnFailure()
77 void OnSetRemoteDescriptionComplete(webrtc::RTCError error) override { in OnSetRemoteDescriptionComplete()
130 std::move(candidate), [this](webrtc::RTCError error) { in AddPendingIceCandidates()
167 std::move(candidate), [this](webrtc::RTCError error) { in OnIceCandidateMsg()
207 void ConnectionController::OnCreateSDPFailure(const webrtc::RTCError& error) { in OnCreateSDPFailure()
216 const webrtc::RTCError& error) { in OnSetLocalDescriptionFailure()
224 const webrtc::RTCError& error) { in OnSetRemoteDescriptionComplete()
/device/generic/trusty/dhcp/common/include/
Dresult.h27 static Result error(std::string message) { return Result(message); } in error() function
28 static Result error(const char* format, ...) { in error() function
/device/generic/goldfish-opengl/
Drebuild.sh7 function error() { function
/device/google/cuttlefish/common/libs/security/
Dconfui_sign.cpp29 const confui::SignMessageError error, in Send()
95 bool ConfUiSignSender::Send(const SignMessageError error, in Send()
/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc232 if (auto error = UpdateLocale()) { local
245 if (auto error = UpdateTranslations()) { in UpdateLocale() local
267 if (auto error = UpdateString<LabelOK>()) { in UpdateTranslations() local
270 if (auto error = UpdateString<LabelCancel>()) { in UpdateTranslations() local
273 if (auto error = UpdateString<LabelTitle>()) { in UpdateTranslations() local
276 if (auto error = UpdateString<LabelHint>()) { in UpdateTranslations() local
386 const auto error = drawElements(layout_, draw_pixel); in RepaintRawFrame() local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
DRefRadioModem.cpp28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
DRefRadioConfig.cpp28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
DRefRadioSim.cpp26 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
/device/google/cuttlefish/host/commands/process_sandboxer/
Dpidfd.cpp76 std::string error = absl::StrCat("clone3 failed: argv=['", argv_str, "']"); in LaunchSubprocess() local
156 std::string error = absl::StrFormat("'%v/%v' not an int", dir_name, name); in AllFds() local
244 std::string error = absl::StrFormat("'%s' is not a pid_t", child_str); in FindChildPids() local
/device/google/cuttlefish/host/commands/powerbtn_cvd/
Dpowerbtn_cvd.cc47 std::string error; in PowerbtnCvdMain() local
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp93 auto error = Send(request, &response); in enroll() local
141 auto error = Send(request, &response); in verify() local
/device/google/cuttlefish/host/frontend/webrtc/
Dgpx_locations_handler.cpp39 std::string error; in HandleMessage() local
Dkml_locations_handler.cpp39 std::string error; in HandleMessage() local
/device/google/cuttlefish/host/commands/openwrt_control_server/
Dopenwrt_control.proto34 string error = 2; field
/device/google/cuttlefish/host/commands/cvd_import_locations/
Dmain.cc92 std::string error; in ImportLocationsCvdMain() local
/device/google/cuttlefish/host/commands/health/
Dhealth.cpp125 std::string output, error; in main() local

123