/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
pmap_rmt.h | 33 * the portmapper remote-call-service.
|
svc_auth.h | 33 * svc_auth.h, Service side of rpc authentication.
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_utils.c | 120 ** Description Delete a device from the service changed client lit 148 ** Description Set the service changed flag to TRUE 178 ** Description Find the app id in on the new service changed list 180 ** Returns Pointer to the found new service changed item othwerwise NULL 232 ** Description Add a pending new srv start to the new service start queue 234 ** Returns Pointer to the new service start buffer, NULL no buffer available 256 ** Description Add a service chnage client to the service change client queue 258 ** Returns Pointer to the service change client buffer; Null no buffer available 308 ** Description Find handle range buffer by service handle [all...] |
/frameworks/base/docs/html/training/articles/ |
memory.jd | 193 <p>If your app needs a <a href="{@docRoot}guide/components/services.html">service</a> 195 it's actively performing a job. Also be careful to never leak your service by failing to stop it 198 <p>When you start a service, the system prefers to always keep the process for that service 199 running. This makes the process very expensive because the RAM used by the service can?t be used by 205 <p>The best way to limit the lifespan of your service is to use an {@link 208 <a href="{@docRoot}training/run-background-service/index.html">Running in a Background Service</a> 211 <p>Leaving a service running when it?s not needed is <strong>one of the worst memory-management 212 mistakes</strong> an Android app can make. So don?t be greedy by keeping a service for your ap [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
BroadcastReceiverTest.java | 20 import android.app.Service; 221 assertTrue(activity.bindService(intent, msc, Service.BIND_AUTO_CREATE)); 236 public synchronized void onServiceConnected(ComponentName name, IBinder service) {
|
/cts/tests/tests/net/jni/ |
NativeDnsJni.c | 31 char *service = NULL; local 34 int res = getaddrinfo(node, service, NULL, &answer); 68 res = getaddrinfo(node, service, NULL, &answer);
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorPeer.java | 19 import android.app.Service; 224 public static class Red extends Service { 231 public static class Blue extends Service {
|
/developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/ |
SampleSchedulingService.java | 21 * partial wake lock for this service while the service does its work. When the 22 * service is finished, it calls {@code completeWakefulIntent()} to release the
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
Authenticator.java | 38 * their username and password. But for our subsequent calls off to the service 45 * to the sample service to fetch an authToken. If that fails (or we didn't have 55 // Authentication Service context
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
LocalServiceBroadcaster.java | 22 import android.app.Service; 40 * data from a service to any other interested code. 109 public static class LocalService extends Service {
|
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.h | 38 * emulator's 'camera' service. For every camera found out there it creates an 141 * 'camera' service in the emulator. For each such camera and instance of 164 /* Connection to the camera service in the emulator. */
|
EmulatedQemuCameraDevice.cpp | 50 /* Connect to the service. */ 61 ALOGV("%s: Connected to the emulated camera service '%s'", 244 /* Query frames from the service. */
|
/device/generic/goldfish/lights/ |
lights_qemu.c | 29 /* we connect with the emulator through the "hw-control" qemud service */ 63 /* set backlight brightness by LIGHTS_SERVICE_NAME service. */ 67 /* Get Lights service. */
|
/external/bluetooth/bluedroid/conf/ |
bt_did.conf | 11 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device 43 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device 75 # Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_defs.h | 69 /* service category information element field values */ 80 /* min/max lengths of service category information elements */ 119 /* recovery service capabilities information elements */
|
/external/bluetooth/bluedroid/stack/include/ |
btm_api.h | 380 ** service class fields 411 /* BTM service definitions 541 /* MACRO to set the service bit mask in a bit stream */ 542 #define BTM_EIR_SET_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS)] |= \ 543 ((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS))) 546 /* MACRO to clear the service bit mask in a bit stream */ 547 #define BTM_EIR_CLR_SERVICE(p, service) (((UINT32 *)(p))[(((UINT32)(service)) / BTM_EIR_ARRAY_BITS)] &= \ 548 ~((UINT32)1 << (((UINT32)(service)) % BTM_EIR_ARRAY_BITS)) [all...] |
/external/chromium/chrome/browser/extensions/ |
user_script_listener.cc | 154 ExtensionService* service = local 156 for (ExtensionList::const_iterator it = service->extensions()->begin(); 157 it != service->extensions()->end(); ++it) {
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.h | 57 // Notifies the tracker that the pref service passed upon construction is 134 // Makes sure that the observer registrations with the base service and the 142 // Indicates whether the base service and tracker registrations are done.
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 18 #include "chrome/browser/service/service_process_control.h" 19 #include "chrome/browser/service/service_process_control_manager.h" 65 // service process and update the status.
|
/external/chromium/chrome/browser/profiles/ |
profile_dependency_manager_unittest.cc | 61 TestService service("service", shutdown_order(), manager()); 66 EXPECT_STREQ("service", (*shutdown_order())[0].c_str());
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 65 // Service events. 111 // Sync service functions. 145 // Sync service event handlers.
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.h | 58 SafeBrowsingService* service, 80 SafeBrowsingBlockingPage(SafeBrowsingService* service, 170 SafeBrowsingService* service,
|
/external/chromium/chrome/browser/sessions/ |
session_backend.h | 47 // indicates which service is using this backend. |type| is used to determine 66 // Invoked from the service to read the commands that make up the last 85 // Invoked from the service to read the commands that make up the current
|
/external/chromium/chrome/common/ |
logging_chrome_uitest.cc | 97 // Crash service doesn't exist for the Mac yet: http://crbug.com/45243 131 // Crash service doesn't exist for the Mac yet: http://crbug.com/45243 169 // Crash service doesn't exist for the Mac yet: http://crbug.com/45243
|
/external/chromium_org/chrome/browser/ |
chrome_content_browser_client.cc | 408 ExtensionService* service) { 420 service->extensions()->GetByID(url.host()); 436 ExtensionService* service) { 444 const Extension* extension = service->GetExtensionById(*iter, false); 822 ExtensionService* service = local 824 if (!service) { 832 if (!service->GetExtensionById(extension_id, false) && 1078 ExtensionService* service = local 1105 ExtensionService* service = local 1191 ExtensionService* service = !profile ? NULL : local 1269 ExtensionService* service = local 1299 ExtensionService* service = local 1330 ExtensionService* service = local 1995 DesktopNotificationService* service = local 2020 DesktopNotificationService* service = local 2284 ExtensionService* service = local 2418 ExtensionService* service = local [all...] |