/device/google/cuttlefish/host/commands/cvd_import_locations/unittest/ |
D | kml_parser_test.cc | 26 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 …]
|
D | gpx_parser_test.cc | 27 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/ |
D | ComposerClient.cpp | 49 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 …]
|
D | Device.cpp | 61 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
|
D | DisplayFinder.cpp | 155 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
|
D | Common.h | 73 inline ndk::ScopedAStatus ToBinderStatus(HWC3::Error error) { in ToBinderStatus()
|
D | HostFrameComposer.cpp | 171 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/ |
D | GpxParser.cpp | 40 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()
|
D | KmlParser.cpp | 139 string* error) { in traverseSubtree() 160 string* error) { in parseFile() 188 string* error) { in parseString()
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | connection_controller.cpp | 48 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/ |
D | result.h | 27 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/ |
D | rebuild.sh | 7 function error() { function
|
/device/google/cuttlefish/common/libs/security/ |
D | confui_sign.cpp | 29 const confui::SignMessageError error, in Send() 95 bool ConfUiSignSender::Send(const SignMessageError error, in Send()
|
/device/google/cuttlefish/host/libs/confui/ |
D | host_renderer.cc | 232 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/ |
D | RefRadioModem.cpp | 28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
|
D | RefRadioConfig.cpp | 28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
|
D | RefRadioSim.cpp | 26 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo()
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | pidfd.cpp | 76 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/ |
D | powerbtn_cvd.cc | 47 std::string error; in PowerbtnCvdMain() local
|
/device/google/cuttlefish/guest/hals/gatekeeper/remote/ |
D | remote_gatekeeper.cpp | 93 auto error = Send(request, &response); in enroll() local 141 auto error = Send(request, &response); in verify() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | gpx_locations_handler.cpp | 39 std::string error; in HandleMessage() local
|
D | kml_locations_handler.cpp | 39 std::string error; in HandleMessage() local
|
/device/google/cuttlefish/host/commands/openwrt_control_server/ |
D | openwrt_control.proto | 34 string error = 2; field
|
/device/google/cuttlefish/host/commands/cvd_import_locations/ |
D | main.cc | 92 std::string error; in ImportLocationsCvdMain() local
|
/device/google/cuttlefish/host/commands/health/ |
D | health.cpp | 125 std::string output, error; in main() local
|