Searched defs:out_type (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/
H A Dconnection_manager_android.cc30 ConnectionType* out_type, ConnectionTethering* out_tethering) {
29 GetConnectionProperties( ConnectionType* out_type, ConnectionTethering* out_tethering) argument
H A Dconnection_manager.cc124 ConnectionType* out_type, ConnectionTethering* out_tethering) {
133 GetServicePathProperties(default_service_path, out_type, out_tethering));
156 ConnectionType* out_type,
178 // Populate the out_type property.
182 *out_type = ConnectionType::kUnknown;
194 *out_type = ConnectionType::kUnknown;
196 *out_type = connection_utils::ParseConnectionType(
200 *out_type = connection_utils::ParseConnectionType(type_str);
123 GetConnectionProperties( ConnectionType* out_type, ConnectionTethering* out_tethering) argument
154 GetServicePathProperties( const dbus::ObjectPath& path, ConnectionType* out_type, ConnectionTethering* out_tethering) argument
H A Dlibcurl_http_fetcher.cc117 curl_proxytype* out_type) {
122 *out_type = CURLPROXY_SOCKS5_HOSTNAME;
127 *out_type = CURLPROXY_SOCKS4A;
134 *out_type = CURLPROXY_HTTP;
116 GetProxyType(const string& proxy, curl_proxytype* out_type) argument
/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc620 InstallOperation_Type* out_type) {
630 *out_type = InstallOperation::ZERO;
640 *out_type = InstallOperation::REPLACE_XZ;
654 *out_type = InstallOperation::REPLACE_BZ;
662 *out_type = InstallOperation::REPLACE;
617 GenerateBestFullOperation(const brillo::Blob& new_data, const PayloadVersion& version, brillo::Blob* out_blob, InstallOperation_Type* out_type) argument

Completed in 216 milliseconds