HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2276 - 2300 of 11175) sorted by null

<<919293949596979899100>>

  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 14 #include "gpu/command_buffer/service/common_decoder.h"
15 #include "gpu/command_buffer/service/gl_utils.h"
16 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
17 #include "gpu/command_buffer/service/shader_manager.h"
361 // Gets a client id for a given service id.
405 // Info for each "successfully linked" program by service side program Id.
  /external/chromium_org/net/dns/
dns_config_service_posix.cc 130 explicit Watcher(DnsConfigServicePosix* service)
132 service_(service) {}
187 explicit ConfigReader(DnsConfigServicePosix* service)
188 : service_(service), success_(false) {}
235 explicit HostsReader(DnsConfigServicePosix* service)
236 : service_(service), path_(kFilePathHosts), success_(false) {}
  /external/iptables/extensions/
libxt_tcp.c 214 const struct servent *service; local
216 if ((service = getservbyport(htons(port), "tcp")))
217 return service->s_name;
225 const char *service; local
227 if (numeric || (service = port_to_service(port)) == NULL)
230 printf("%s", service);
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 125 * Service question.
127 private static class Service extends DNSQuestion {
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) {
140 // Service type request
201 // Service type request
251 return new Service(name, type, recordClass, unique);
  /external/libppp/src/
timer.c 127 timer_InitService(t != NULL); /* [re]Start the Timer Service */
160 timer_TermService(); /* Terminate Timer Service */
219 timer_InitService(1); /* Restart the Timer Service */
221 timer_TermService(); /* Stop the Timer Service */
261 log_Printf(LogLevel, "---- Begin of Timer Service List---\n");
272 log_Printf(LogLevel, "---- End of Timer Service List ---\n");
  /external/qemu/android/protocol/
core-commands-proxy.c 14 * Contains the UI-side implementation of the "ui-core-control" service that is
29 /* Descriptor for the UI-side "ui-core-control" service. */
31 /* Core connection established for this service. */
34 /* Socket descriptor for the UI service. */
318 // Connect to the ui-core-control service.
323 derror("Unable to connect to the ui-core-control service: %s\n",
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PubSubManager.java 36 * This is the starting point for access to the pubsub service. It
37 * will provide access to general information about the service, as
51 * Create a pubsub manager associated to the specified connection. Defaults the service
98 * pubsub service
114 * pubsub service
177 * collection node. If the service does not support collection nodes
  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 114 mAnimator = service.mAnimator;
198 Message m = service.mH.obtainMessage(
200 service.mH.sendMessage(m);
209 Message m = service.mH.obtainMessage(
214 service.mH.sendMessage(m);
238 !service.mAppTransition.isTransitionSet()))
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 412 public ComponentName startService(Intent service) {
417 public boolean stopService(Intent service) {
423 public ComponentName startServiceAsUser(Intent service, UserHandle user) {
429 public boolean stopServiceAsUser(Intent service, UserHandle user) {
434 public boolean bindService(Intent service, ServiceConnection conn, int flags) {
440 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags,
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 21 import android.app.Service;
52 * Location Tracking service
57 public class TrackerService extends Service {
111 Toast.makeText(this, "Tracking service started", Toast.LENGTH_SHORT);
227 * Shuts down this service
234 Toast.makeText(this, "Tracking service stopped", Toast.LENGTH_SHORT);
  /hardware/libhardware/include/hardware/
bluetooth.h 112 /** Bluetooth SDP service record */
145 * Description - Bluetooth Service 128-bit UUIDs
163 * Description - Bluetooth Service Record
406 /** Get Remote Device's service record for the given UUID */
458 /** TODO: Need to add APIs for Service Discovery, Service authorization and
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 47 void *service; member in struct:android_audio_legacy::legacy_audio_policy
335 void *service,
341 if (!service || !aps_ops)
382 lap->service = service;
385 new AudioPolicyCompatClient(aps_ops, service);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp 47 void *service; member in struct:android_audio_legacy::qcom_audio_policy
327 void *service,
333 if (!service || !aps_ops)
373 qap->service = service;
376 new AudioPolicyCompatClient(aps_ops, service);
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 73 * A service responsible for saving changes to the content provider.
176 Object service = super.getSystemService(name); local
177 if (service != null) {
178 return service;
225 * Creates an intent that can be sent to this service to create a new raw contact
242 // Callback intent will be invoked by the service once the new contact is
243 // created. The service will put the URI of the new contact as "data" on
290 * Creates an intent that can be sent to this service to create a new raw contact
308 * Creates an intent that can be sent to this service to create a new raw contact
328 // Callback intent will be invoked by the service once the contact i
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 17 package com.android.email.service;
25 import com.android.email.service.AttachmentDownloadService.DownloadRequest;
26 import com.android.email.service.AttachmentDownloadService.DownloadSet;
31 import com.android.emailcommon.service.EmailServiceStatus;
40 * runtest -c com.android.email.service.AttachmentDownloadServiceTests email
69 // Set up our download service to simulate a running environment
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 54 * been connected to the BluetoothHeadset service.
60 * connected to the BluetoothHeadset service. Clients must wait for
62 * service.
68 * disconnected from the BluetoothHeadset service. Clients must not
69 * make IPC calls on the BluetoothHeadset service after this callback.
71 * the BluetoothHeadset service, but may be called more often in future.
  /packages/experimental/RpcPerformance/res/layout/
main.xml 218 android:text="Service void xproc:" />
223 android:text="Service; void" />
233 android:text="Service ret-string xproc:" />
238 android:text="Service; string" />
250 android:text="Ping media player service:" />
265 android:text="Ping activity service:" />
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java 36 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
37 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
83 // BaseBindingActivity.onResume will bind to the service.
84 // Note: any initialization related to the service or the handler should
85 // go in onServiceConnected() since in this call the service may not be
94 // BaseBindingActivity.onResume will unbind from (but not stop) the service.
  /system/core/adb/
adb.h 91 ** local service socket
157 ** connect to a service implemented within the ADB server itself.
213 ** specific remote service.
216 ** determine what exact service to connect to on the far
366 * qemud service that can display adb trace messages (on condition that emulator
487 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 3055 FT_Service_Kerning service; local
3585 FT_Service_GlyphDict service; local
3619 FT_Service_GlyphDict service; local
3647 FT_Service_PsFontName service; local
3670 FT_Service_SFNT_Table service; local
3693 FT_Service_SFNT_Table service; local
3715 FT_Service_SFNT_Table service; local
3735 FT_Service_TTCMaps service; local
3759 FT_Service_TTCMaps service; local
4463 FT_Service_Properties service; local
4818 FT_Service_TrueTypeEngine service; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 3055 FT_Service_Kerning service; local
3585 FT_Service_GlyphDict service; local
3619 FT_Service_GlyphDict service; local
3647 FT_Service_PsFontName service; local
3670 FT_Service_SFNT_Table service; local
3693 FT_Service_SFNT_Table service; local
3715 FT_Service_SFNT_Table service; local
3735 FT_Service_TTCMaps service; local
3759 FT_Service_TTCMaps service; local
4463 FT_Service_Properties service; local
4818 FT_Service_TrueTypeEngine service; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 62 // Maximum amount of time we'll wait for a service to reconnect.
219 LOG(WARNING) << "Ignoring property update for cellular service "
226 // A modem reset leads to a new service path. Since we have verified that we
227 // are a cellular service on a still valid stored device path, update it.
247 LOG(ERROR) << "Cellular service can't be found: " << service_path;
508 // Explicit service Disconnect()s disable autoconnect on the service until
509 // Connect() is called on the service again. Hence this dance to explicitly
601 LOG(WARNING) << "Cellular service lost";
605 LOG(WARNING) << "Cellular:\n service state=" << network->connection_state(
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-intro.jd 105 <a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a>
108 <a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;/service&gt;</a>
151 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
189 <code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
217 (<code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>),
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 44 import com.android.emailcommon.service.AccountServiceProxy;
45 import com.android.emailcommon.service.IEmailService;
46 import com.android.emailcommon.service.IEmailServiceCallback;
47 import com.android.emailcommon.service.IEmailServiceCallback.Stub;
48 import com.android.emailcommon.service.SearchParams;
103 // We synchronize on this for all actions affecting the service and error maps
322 EasSyncService service = local
330 // new CalendarSyncAdapter(service);
478 // Tell the service we're done
489 // Abandon the service
    [all...]
  /external/chromium/chrome/browser/history/
history.h 91 // The history service records page titles, and visit times, as well as
94 // This service is thread safe. Each request callback is invoked in the
112 // Initializes the history service, returning true on success. On false, do
127 // Unloads the backend without actually shutting down the history service.
137 // In practice, this will be called by the service manager (BrowserProcess)
139 // should be impossible for anybody else to call the service, even if it is
399 // is called when the history service has deleted the history.
418 // history service has created a new entry for a download in the history db.
424 // when the history service request is complete.
430 // history service has retrieved a list of all download state. The cal
    [all...]

Completed in 1492 milliseconds

<<919293949596979899100>>