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

1 2 3 4 5 6 7 8 91011>>

  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
main.cpp 22 vsoc_input_service::VSoCInputService service; local
23 if (!service.SetUpDevices()) {
27 if (!service.ProcessEvents()) {
  /device/google/wahoo/wifi_offload/
service.cpp 35 LOG(android::base::INFO) << "Wifi Offload HAL service start ";
40 // Register service
41 android::sp<IOffload> service = new Offload(); local
42 CHECK_EQ(service->registerAsService(), android::NO_ERROR)
47 LOG(android::base::INFO) << "Wifi Offload HAL service exit";
  /frameworks/base/cmds/incidentd/src/
main.cpp 46 // Create the service
47 sp<IncidentService> service = new IncidentService(looper); local
48 if (defaultServiceManager()->addService(String16("incident"), service, false,
50 ALOGE("Failed to add service");
  /cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java 17 package android.service.dreams.cts;
20 import android.service.dreams.DreamService;
21 import android.service.dreams.IDreamManager;
28 IDreamManager service = IDreamManager.Stub.asInterface( local
30 assertTrue("Dream manager service missing", service != null);
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
ExportedService.java 17 package android.externalservice.service;
ExternalNonExportedService.java 17 package android.externalservice.service;
ExternalNonIsolatedService.java 17 package android.externalservice.service;
ExternalService.java 17 package android.externalservice.service;
ExternalServiceWithZygote.java 17 package android.externalservice.service;
IsolatedService.java 17 package android.externalservice.service;
  /device/generic/goldfish/power/
service.cpp 17 #define LOG_TAG "android.hardware.power@1.1-service.ranchu"
39 android::sp<IPower> service = nullptr; local
41 ALOGI("Power HAL Service 1.1 for Ranchu is starting.");
43 service = new Power();
44 if (service == nullptr) {
52 status = service->registerAsService();
54 ALOGE("Could not register service for Power HAL Iface (%d).", status);
58 ALOGI("Power Service is ready");
65 ALOGE("Power Service is shutting down");
  /device/google/cuttlefish_common/guest/hals/health/storage/
service.cpp 34 sp<IStorage> service = new Storage(); local
35 status_t result = LazyServiceRegistrar().registerService(service);
  /device/google/marlin/power/
service.cpp 17 #define LOG_TAG "android.hardware.power@1.1-service.marlin"
39 android::sp<IPower> service = nullptr; local
41 ALOGI("Power HAL Service 1.1 for Marlin is starting.");
43 service = new Power();
44 if (service == nullptr) {
52 status = service->registerAsService();
54 ALOGE("Could not register service for Power HAL Iface (%d).", status);
58 ALOGI("Power Service is ready");
65 ALOGE("Power Service is shutting down");
  /device/google/marlin/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.marlin"
36 android::sp<IUsb> service = new Usb(); local
39 status_t status = service->registerAsService();
42 ALOGE("Cannot register USB HAL service");
  /device/linaro/hikey/power/
service.cpp 17 #define LOG_TAG "android.hardware.power@1.1-service.hikey-common"
39 android::sp<IPower> service = nullptr; local
41 ALOGI("Power HAL Service 1.1 for HiKey-common is starting.");
43 service = new Power();
44 if (service == nullptr) {
52 status = service->registerAsService();
54 ALOGE("Could not register service for Power HAL Iface (%d).", status);
58 ALOGI("Power Service is ready");
65 ALOGE("Power Service is shutting down");
  /external/freetype/src/base/
ftfstype.c 36 FT_Service_PsInfo service = NULL; local
39 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
41 if ( service && service->ps_get_font_extra )
46 if ( !service->ps_get_font_extra( face, &extra ) &&
fttype1.c 33 FT_Service_PsInfo service; local
42 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
44 if ( service && service->ps_get_font_info )
45 error = service->ps_get_font_info( face, afont_info );
59 FT_Service_PsInfo service; local
64 FT_FACE_FIND_SERVICE( face, service, POSTSCRIPT_INFO );
66 if ( service && service->ps_has_glyph_names )
67 result = service->ps_has_glyph_names( face )
81 FT_Service_PsInfo service; local
111 FT_Service_PsInfo service = NULL; local
    [all...]
ftwinfnt.c 32 FT_Service_WinFnt service; local
42 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT );
44 if ( service )
45 error = service->get_header( face, header );
  /external/grpc-grpc/src/objective-c/ProtoRPC/
ProtoMethod.h 22 * A fully-qualified proto service method name. Full qualification is needed because a gRPC endpoint
27 @property(nonatomic, readonly) NSString *service; variable
33 service:(NSString *)service
  /cts/tests/tests/assist/service/src/android/assist/service/
MainInteractionSessionService.java 17 package android.assist.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
SettingsActivity.java 17 package android.voiceinteraction.service;
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionSessionService.java 17 package android.voicesettings.service;
20 import android.service.voice.VoiceInteractionSession;
21 import android.service.voice.VoiceInteractionSessionService;
SettingsActivity.java 17 package android.voicesettings.service;
  /device/google/bonito/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.bonito"
39 android::sp<IUsb> service = new Usb(); local
43 status_t status = service->registerAsService();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service");
  /device/google/crosshatch/usb/
service.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.crosshatch"
39 android::sp<IUsb> service = new Usb(); local
43 status_t status = service->registerAsService();
46 ALOGE("Cannot register USB HAL service");
53 ALOGE("Cannot register USB Gadget HAL service");

Completed in 1569 milliseconds

1 2 3 4 5 6 7 8 91011>>