/system/media/camera/docs/ |
metadata_properties.xsd | 17 xmlns:tns="http://schemas.android.com/service/camera/metadata/" 18 targetNamespace="http://schemas.android.com/service/camera/metadata/"
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_pm.c | 182 /* find if there is an power mode entry for the service */ 244 APPL_TRACE_WARNING0("bta_dm_act no entry for connected service cbs"); 250 /* check if we have more connected service that cbs */ 253 APPL_TRACE_WARNING0("bta_dm_act no more connected service cbs"); 269 /* no service is added or removed. only updating status. */ 406 /* some service don't like the mode */
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_act.c | 123 /* service is not enabled */ 156 ** Description All connections have been closed, disable service. 326 ** Description Start SDP service search, and obtain necessary SDP records. 327 ** Only one SDP service search request is allowed at the same 842 /* if no connection is active and HH disable is signaled, disable service */ 922 /* if no connection is active and HH disable is signaled, disable service */ [all...] |
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_int.h | 249 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/ 250 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ 262 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/ 263 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ 534 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/ 535 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */ [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_reloader_unittest.cc | 217 // The captive portal service detects a captive portal. The TabReloader 253 // The captive portal service detects a captive portal. The TabReloader 285 // The captive portal service detects a captive portal. The TabReloader 313 // The captive portal service detects a captive portal. The TabReloader 467 // The captive portal service detects a captive portal, and this time the 589 // The captive portal service detects a captive portal. The TabReloader
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service.h | 5 // This file defines a service that collects information about the user 233 // Start the external metrics service, which collects metrics from Chrome OS 281 // depending on the state of the service. 334 // Returns the first entropy source that was returned by this service since 566 // The external metric service is used to log ChromeOS UMA events. 570 // The last entropy source returned by this service, used for testing.
|
/external/chromium_org/chrome/browser/predictors/ |
autocomplete_action_predictor.cc | 266 // rows from the caches and the database once the history service is 450 // If the history service is ready, delete any old or invalid entries. 454 // Wait for the notification that the history service is ready and the URL 461 bool AutocompleteActionPredictor::TryDeleteOldEntries(HistoryService* service) { 466 if (!service) 469 history::URLDatabase* url_db = service->InMemoryDatabase();
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service.cc | 65 NOTREACHED() << "Unknown remote service state: " << state; 138 base::WeakPtr<SyncFileSystemService> service, 140 if (!service) 142 return service->GetLocalChangeProcessor(origin); 478 // If we got generic error return the service status information. 636 // recovered when the user re-enables the app manually or the sync service
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 647 void GlobalMenuBarX11::TabRestoreServiceChanged(TabRestoreService* service) { 648 const TabRestoreService::Entries& entries = service->entries(); 730 TabRestoreService* service) { 760 TabRestoreService* service = local 762 if (item->session_id && service) { 763 service->RestoreEntryById(browser_->tab_restore_service_delegate(),
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
app_launcher_handler.cc | 111 ExtensionService* service, 128 bool enabled = service->IsExtensionEnabled(extension->id()) && 129 !service->GetTerminatedExtension(extension->id()); 133 service->profile())->management_policy()->UserMayModifySettings( 157 ExtensionPrefs* prefs = service->extension_prefs(); 692 LOG(ERROR) << "No favicon service";
|
/external/chromium_org/chromeos/dbus/ |
fake_shill_manager_client.cc | 55 LOG(ERROR) << "Properties not found for service: " << service_path; 224 // is set to the service path because we don't want to re-implement Shill's 235 // Add a new service to the service client stub because none exists, yet. 482 // Remove and insert the service, moving it to the front of the watch list. 609 LOG(ERROR) << "Properties not found for service: " << service_path;
|
/external/chromium_org/dbus/ |
object_proxy.cc | 406 // the name owner at this moment, as the service may not yet be started. If 408 // as soon as the service is started. 448 if (service_is_available) { // Service is already available. 640 // Errors should be suppressed here, as the service may not be yet running 641 // when connecting to signals of the service, which is just fine. 642 // The ObjectProxy will be notified when the service is launched via
|
/external/chromium_org/extensions/browser/ |
event_router.cc | 485 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local 490 const Extension* extension = service->extensions()->GetByID(extension_id); 515 ExtensionService* service = ExtensionSystem::GetForBrowserContext( local 517 const Extension* extension = service->extensions()->GetByID(extension_id); 569 ExtensionService* service = 571 return extension_util::CanCrossIncognito(extension, service);
|
/external/chromium_org/gpu/command_buffer/service/ |
framebuffer_manager_unittest.cc | 5 #include "gpu/command_buffer/service/error_state_mock.h" 6 #include "gpu/command_buffer/service/framebuffer_manager.h" 7 #include "gpu/command_buffer/service/feature_info.h" 8 #include "gpu/command_buffer/service/renderbuffer_manager.h" 9 #include "gpu/command_buffer/service/test_helper.h" 10 #include "gpu/command_buffer/service/texture_manager.h" [all...] |
texture_manager.h | 17 #include "gpu/command_buffer/service/async_pixel_transfer_delegate.h" 18 #include "gpu/command_buffer/service/gl_utils.h" 19 #include "gpu/command_buffer/service/memory_tracking.h" 83 // The service side OpenGL id of the texture. 414 // Texture level. We also can't have multiple StreamTexture on the same service 641 // Gets a Texture for a given service id (note: it assumes the texture object
|
/external/chromium_org/net/dns/ |
dns_config_service_win.cc | 549 explicit Watcher(DnsConfigServiceWin* service) : service_(service) {} 624 explicit ConfigReader(DnsConfigServiceWin* service) 625 : service_(service), 672 explicit HostsReader(DnsConfigServiceWin* service) 674 service_(service),
|
/external/chromium_org/remoting/resources/ |
remoting_strings_en-GB.xtb | 52 <translation id="5593560073513909978">The service is temporarily unavailable. Please try again later.</translation> 83 <translation id="2599300881200251572">This service enables incoming connections from Chrome Remote Desktop clients.</translation> 89 <translation id="154040539590487450">Failed to start remote access service.</translation> 99 <translation id="6099500228377758828">Chrome Remote Desktop Service</translation> 104 <translation id="2647232381348739934">Chromoting Service</translation> 173 <translation id="3596628256176442606">This service enables incoming connections from Chromoting clients.</translation>
|
remoting_strings_fr.xtb | 52 <translation id="5593560073513909978">Le service est momentanément indisponible. Veuillez réessayer ultérieurement.</translation> 83 <translation id="2599300881200251572">Ce service permet la réception de connexions provenant des clients du Bureau à distance Google Chrome.</translation> 89 <translation id="154040539590487450">Échec du démarrage du service d'accès à distance.</translation> 99 <translation id="6099500228377758828">Service Bureau à distance Google Chrome</translation> 104 <translation id="2647232381348739934">Service Chromoting</translation> 173 <translation id="3596628256176442606">Ce service permet la réception de connexions provenant des clients de Chromoting.</translation>
|
remoting_strings_nl.xtb | 52 <translation id="5593560073513909978">De service is tijdelijk niet beschikbaar. Probeer het later opnieuw.</translation> 83 <translation id="2599300881200251572">Met deze service worden inkomende verbindingen van Chrome Remote Desktop-clients ingeschakeld.</translation> 89 <translation id="154040539590487450">Kan de service voor externe toegang niet starten.</translation> 99 <translation id="6099500228377758828">Chrome Remote Desktop-service</translation> 104 <translation id="2647232381348739934">Chromoting-service</translation> 173 <translation id="3596628256176442606">Met deze service worden inkomende verbindingen van Chromoting-clients ingeschakeld.</translation>
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSIncoming.java | 307 String service = ""; local 308 service = _messageInputStream.readName(); 309 if (service.length() > 0) { 310 rec = new DNSRecord.Pointer(domain, recordClass, unique, ttl, service); 312 logger.log(Level.WARNING, "PTR record of class: " + recordClass + ", there was a problem reading the service name of the answer for domain:" + domain); 331 rec = new DNSRecord.Service(domain, recordClass, unique, ttl, priority, weight, port, target);
|
/external/protobuf/src/google/protobuf/ |
descriptor.proto | 66 repeated ServiceDescriptorProto service = 6; 176 // Describes a service. 184 // Describes a method of a service. 220 // use them. If this turns out to be popular, a web service will be set up 241 // file for each top-level message, enum, and service defined in the .proto 263 // Generic services were the only kind of service generation supported by
|
/frameworks/base/docs/html/guide/topics/security/ |
permissions.jd | 165 <li>Binding to or starting a service.</li> 295 <p><strong>{@link android.app.Service}</strong> permissions 297 {@link android.R.styleable#AndroidManifestService <service>} tag) 299 associated service. The permission is checked during 373 service. This is accomplished with the {@link 379 usually through an IDL interface published from a service or in some other way
|
/frameworks/base/services/java/com/android/server/ |
InputMethodManagerService.java | 125 * This class provides a system service that manages input methods. 183 // Used to bring IME service up to visible adjustment while it is being shown. 185 @Override public void onServiceConnected(ComponentName name, IBinder service) { 297 * The input method ID of the input method service that we are currently 317 * a service (whether or not we have gotten its IBinder back yet). 353 * If non-null, this is the input method service we are currently connected 370 * Currently enabled session. Only touched by service thread, not [all...] |
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsMessage.java | 32 * A Short Message Service message. 233 * @param scAddress Service Centre address. Null means use default. 262 * @param scAddress Service Centre address. Null means use default. 288 * @param scAddress Service Centre address. null == use default 317 * Returns the address of the SMS service center that relayed this message 389 * Returns the service centre timestamp in currentTimeMillis() format
|
/packages/apps/Gallery2/ |
AndroidManifest.xml | 214 <service android:name="com.android.gallery3d.ingest.IngestService" /> 255 <service 340 <service android:name="com.android.gallery3d.app.PackagesMonitor$AsyncService"/> 341 <service android:name="com.android.gallery3d.gadget.WidgetService" 350 <service android:name="com.android.gallery3d.app.BatchService" /> 358 <service android:name="com.android.camera.MediaSaveService" />
|