HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 376 - 400 of 2280) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/caif/
caif_socket.h 74 char service[16]; member in struct:sockaddr_caif::__anon64545::__anon64547
89 __u8 service; member in struct:sockaddr_caif::__anon64545::__anon64550
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/caif/
caif_socket.h 74 char service[16]; member in struct:sockaddr_caif::__anon65324::__anon65326
89 __u8 service; member in struct:sockaddr_caif::__anon65324::__anon65329
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/caif/
caif_socket.h 74 char service[16]; member in struct:sockaddr_caif::__anon66102::__anon66104
89 __u8 service; member in struct:sockaddr_caif::__anon66102::__anon66107
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/caif/
caif_socket.h 74 char service[16]; member in struct:sockaddr_caif::__anon66878::__anon66880
89 __u8 service; member in struct:sockaddr_caif::__anon66878::__anon66883
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/caif/
caif_socket.h 74 char service[16]; member in struct:sockaddr_caif::__anon67655::__anon67657
89 __u8 service; member in struct:sockaddr_caif::__anon67655::__anon67660
  /system/connectivity/shill/test-scripts/
check-rssi 37 for service in flim.GetObjectList("Service"):
38 properties = service.GetProperties(utf8_strings = True)
44 print "%-14s: network %d service %d" % \
  /system/update_engine/
weave_service.h 25 #include <libweaved/service.h>
51 void OnWeaveServiceConnected(const std::weak_ptr<weaved::Service>& service);
60 std::unique_ptr<weaved::Service::Subscription> weave_service_subscription_;
61 std::weak_ptr<weaved::Service> weave_service_;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 118 TestService service = new TestService(); local
119 assertTrue(Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE));
121 assertNull(service.name);
122 assertNull(service.service);
126 assertEquals(expectedComponentName, service.name);
127 assertEquals(expectedBinder, service.service);
132 TestService service = new TestService(); local
136 Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE)
147 TestService service = new TestService(); local
161 TestService service = new TestService(); local
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 17 package com.example.android.xyztouristattractions.service;
26 * {@link com.example.android.xyztouristattractions.service.UtilityService}.
34 // is asleep otherwise the service may not have time to trigger the
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 17 package com.example.android.xyztouristattractions.service;
26 * {@link com.example.android.xyztouristattractions.service.UtilityService}.
34 // is asleep otherwise the service may not have time to trigger the
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityReceiver.java 17 package com.example.android.xyztouristattractions.service;
26 * {@link com.example.android.xyztouristattractions.service.UtilityService}.
34 // is asleep otherwise the service may not have time to trigger the
  /development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/service/
RespondService.java 17 package com.example.android.smssample.service;
26 * This service handles the system intent ACTION_RESPOND_VIA_MESSAGE when we are the default SMS
  /frameworks/av/services/mediacodec/
Android.mk 3 # service library
15 # service executable
  /frameworks/av/services/mediaextractor/
Android.mk 3 # service library
12 # service executable
  /hardware/qcom/audio/msm8909/hal/audio_extn/
pm.h 38 #include <pm-service.h>
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/service/
PhoneNumberService.java 17 package com.android.incallui.service;
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 42 fprintf(stderr, "usage: rpcperftest service-to-test | :service-to-serve\n");
48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
66 sp<IBinder> service = sm->checkService(String16(argv[1])); local
67 if (service == NULL) {
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
73 status_t status = service->pingBinder();
83 status_t status = service->pingBinder()
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDream.java 18 import android.service.dreams.DreamService;
  /packages/services/Car/service/src/com/android/car/hal/
VehicleHal.java 47 * Car*Service for Car*Manager API.
143 for (HalServiceBase service: mAllServices) {
144 List<VehiclePropConfig> taken = service.takeSupportedProperties(propertiesList);
149 Log.i(CarLog.TAG_HAL, "HalService " + service + " take properties " + taken.size());
153 mPropertyHandlers.append(p.getProp(), service); local
157 service.init();
224 private void assertServiceOwnerLocked(HalServiceBase service, int property) {
225 if (service != mPropertyHandlers.get(property)) {
231 * Subscribe given property. Only Hal service owning the property can subscribe it.
232 * @param service
279 HalServiceBase service = mPropertyHandlers.get(v.getProp()); local
    [all...]
  /packages/services/Mms/src/com/android/mms/service/exception/
MmsHttpException.java 17 package com.android.mms.service.exception;
  /system/bt/bta/include/
bta_ag_co.h 74 ** Description This function is executed by AG when a service level connection
77 ** set up particular to the connected service.
83 extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
89 ** Description This function is called by AG when a service level
  /system/connectivity/dhcp_client/
manager.h 29 class Service;
36 scoped_refptr<Service> StartService(const brillo::VariantDictionary& configs);
38 bool StopService(const scoped_refptr<Service>& service);
43 std::vector<scoped_refptr<Service>> services_;
  /system/connectivity/shill/cellular/
mock_out_of_credits_detector.h 31 CellularService* service);
37 void(Service::ConnectState old_state,
38 Service::ConnectState new_state));
subscription_state_out_of_credits_detector.h 30 CellularService* service);
36 Service::ConnectState old_state,
37 Service::ConnectState new_state) override {}
  /system/tools/aidl/tests/
test_helpers.h 33 const android::sp<android::aidl::tests::ITestService>& service,
37 android::binder::Status status = (*service.*func)(input, &reply);
48 const android::sp<android::aidl::tests::ITestService>& service,
54 android::binder::Status status = (*service.*func)(

Completed in 513 milliseconds

<<11121314151617181920>>