HomeSort by relevance Sort by last modified time
    Searched full:service (Results 1 - 25 of 3819) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/test/data/valid-service-files/
debug-echo.service 1 [D-BUS Service]
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-service
debug-shell-echo-fail.service 1 [D-BUS Service]
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-shell-service "this should 'fail' because of an unterminated quote
debug-shell-echo-success.service 1 [D-BUS Service]
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-shell-service -test "that" 'we get' back --what "we put in"
debug-echo.service.in 1 [D-BUS Service]
debug-segfault.service.in 1 [D-BUS Service]
debug-segfault.service 1 [D-BUS Service]
debug-shell-echo-fail.service.in 1 [D-BUS Service]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
package.html 3 Provides classes for SIM Toolkit Service.
  /external/freetype/src/base/
ftmm.c 70 FT_Service_MultiMasters service; local
73 error = ft_face_get_mm_service( face, &service );
77 if ( service->get_mm )
78 error = service->get_mm( face, amaster );
92 FT_Service_MultiMasters service; local
95 error = ft_face_get_mm_service( face, &service );
99 if ( service->get_mm_var )
100 error = service->get_mm_var( face, amaster );
115 FT_Service_MultiMasters service; local
118 error = ft_face_get_mm_service( face, &service );
138 FT_Service_MultiMasters service; local
161 FT_Service_MultiMasters service; local
187 FT_Service_MultiMasters service; local
    [all...]
  /external/dbus/bus/
services.c 2 /* services.c Service management
51 BusService *service; member in struct:BusOwner
143 BusService *service; local
145 service = _dbus_hash_table_lookup_string (registry->service_hash,
148 return service;
152 _bus_service_find_owner_link (BusService *service,
157 link = _dbus_list_get_first_link (&service->owners);
167 link = _dbus_list_get_next_link (&service->owners, link);
185 bus_owner_new (BusService *service,
191 result = _dbus_mem_pool_alloc (service->registry->owner_pool)
246 BusService *service; local
325 BusService *service = _dbus_hash_iter_get_value (&iter); local
350 BusService *service = _dbus_hash_iter_get_value (&iter); local
388 BusService *service; local
609 BusService *service; local
691 const char *service = _dbus_hash_iter_get_string_key (&iter); local
751 BusService *service; \/**< service to cancel ownership of *\/ member in struct:__anon3179
901 BusService *service; member in struct:__anon3180
    [all...]
  /external/bluetooth/bluez/network/
network.conf 1 # Configuration file for the network service
  /bootable/recovery/etc/
init.rc 26 service ueventd /sbin/ueventd
29 service recovery /sbin/recovery
31 service adbd /sbin/adbd recovery
34 on property:persist.service.adb.enable=1
37 on property:persist.service.adb.enable=0
  /frameworks/base/core/java/android/content/
ServiceConnection.java 22 * Interface for monitoring the state of an application service. See
23 * {@link android.app.Service} and
30 * Called when a connection to the Service has been established, with
32 * Service.
34 * @param name The concrete component name of the service that has
37 * @param service The IBinder of the Service's communication channel,
40 public void onServiceConnected(ComponentName name, IBinder service);
43 * Called when a connection to the Service has been lost. This typically
44 * happens when the process hosting the service has crashed or been killed
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 24 * Returns a reference to a service with the given name.
26 * @param name the name of the service to get
27 * @return a reference to the service, or <code>null</code> if the service doesn't exist
34 * Place a new @a service called @a name into the service
37 * @param name the name of the new service
38 * @param service the service object
40 public static void addService(String name, IBinder service) {
    [all...]
  /bootable/diskinstaller/
init.rc 22 service installer /system/bin/installer -p /dev/block/sdb2
26 service logcat /system/bin/logcat
29 service console /system/bin/sh
  /external/chromium/third_party/icu/source/common/
localsvc.h 15 * Prototype for user-supplied service hook. This function is expected to return
16 * a type of factory object specific to the requested service.
18 * @param what service-specific string identifying the specific user hook
20 * @return a service-specific hook, or NULL on failure.
  /external/icu4c/common/
localsvc.h 15 * Prototype for user-supplied service hook. This function is expected to return
16 * a type of factory object specific to the requested service.
18 * @param what service-specific string identifying the specific user hook
20 * @return a service-specific hook, or NULL on failure.
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.service 1 [D-BUS Service]
  /system/core/adb/
adb_client.h 6 /* connect to adb, connect to the named service, and return
7 ** a valid fd for interacting with that service upon success
10 int adb_connect(const char *service);
11 int _adb_connect(const char *service);
13 /* connect to adb, connect to the named service, return 0 if
14 ** the connection succeeded AND the service returned OKAY
16 int adb_command(const char *service);
18 /* connect to adb, connect to the named service, return
22 char *adb_query(const char *service);
  /external/qemu/proxy/
proxy_http.c 22 http_service_free( HttpService* service )
25 if (service->footer != service->footer0)
26 qemu_free(service->footer);
27 qemu_free(service);
32 http_service_connect( HttpService* service,
41 if (sock_address_equal( address, &service->server_addr ))
50 return http_rewriter_connect(service, address);
53 return http_connector_connect(service, address);
65 HttpService* service; local
    [all...]
  /external/bluetooth/bluez/doc/
attribute-api.txt 10 Service org.bluez
11 Interface org.bluez.Service
17 Service details
20 One service object path for every remote SDP record or service in the
21 attribute database. One service object path for every local SDP record
22 or service from attribute database.
30 new style application can just use the service interfaces to retrieve the
34 A service consists of some generic service information and a set o
    [all...]
  /external/dropbear/debian/
README.runit 5 service supervision, and this package already has prepared an adequate
6 service directory. Follow these steps to enable the dropbear service
10 sure its service supervision is enabled (it's by default)
14 Make sure the dropbear service normally handled through the sysv init
19 Create the system user ``dropbearlog'' which will run the logger service,
29 Optionally adjust the configuration of the dropbear service by editing the
34 Finally enable the service by linking dropbear's service directory to
35 /var/service/. The service will be started within five seconds, an
    [all...]
  /development/samples/Alarm/
_index.html 4 for the <a href="../AlarmServiceTest/index.html">Alarm Service Test</a>
8 This application demonstrates a simple Android service that is started when needed by
10 use this type of service to move long-running or periodic tasks into the background. For
11 example, you could use this type of service to perform data synchronization.
14 In the sample, the service simply runs for 15 seconds and then stops itself. The wait is
16 set up a service that runs multiple threads that depend on one or more objects that must be
21 service. You use the activity to control when the service starts and stops. By default, the
22 activity fires off the service every thirty seconds. In effect, the service starts afte
    [all...]
  /frameworks/base/core/java/android/os/
ServiceManager.java 38 // Find the service manager
44 * Returns a reference to a service with the given name.
46 * @param name the name of the service to get
47 * @return a reference to the service, or <code>null</code> if the service doesn't exist
51 IBinder service = sCache.get(name); local
52 if (service != null) {
53 return service;
64 * Place a new @a service called @a name into the service
84 IBinder service = sCache.get(name); local
    [all...]
  /external/guava/src/com/google/common/base/
Service.java 26 * lifecycle of a service is:
35 * If the service fails while starting, running or stopping, its state will be
36 * {@link State#FAILED}, and its behavior is undefined. Such a service cannot be
47 public interface Service {
49 * If the service state is {@link State#NEW}, this initiates service startup
50 * and returns immediately. If the service has already been started, this
51 * method returns immediately without taking action. A stopped service may not
56 * service has finished starting, and returns one of {@link
58 * the service fails to start, {@link Future#get} will throw an {@lin
    [all...]

Completed in 362 milliseconds

1 2 3 4 5 6 7 8 91011>>