HomeSort by relevance Sort by last modified time
    Searched refs:svc (Results 1 - 25 of 506) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/backup/java/com/android/server/backup/
Trampoline.java 138 BackupManagerServiceInterface svc = mService;
140 if (svc != null) {
141 svc.unlockSystemUser();
201 BackupManagerServiceInterface svc = mService; local
202 if (svc != null) {
203 svc.dataChanged(packageName);
210 BackupManagerServiceInterface svc = mService; local
211 if (svc != null) {
212 svc.initializeTransports(transportNames, observer);
219 BackupManagerServiceInterface svc = mService local
227 BackupManagerServiceInterface svc = mService; local
235 BackupManagerServiceInterface svc = mService; local
243 BackupManagerServiceInterface svc = mService; local
251 BackupManagerServiceInterface svc = mService; local
259 BackupManagerServiceInterface svc = mService; local
267 BackupManagerServiceInterface svc = mService; local
275 BackupManagerServiceInterface svc = mService; local
281 BackupManagerServiceInterface svc = mService; local
287 BackupManagerServiceInterface svc = mService; local
293 BackupManagerServiceInterface svc = mService; local
304 BackupManagerServiceInterface svc = mService; local
313 BackupManagerServiceInterface svc = mService; local
321 BackupManagerServiceInterface svc = mService; local
331 BackupManagerServiceInterface svc = mService; local
340 BackupManagerServiceInterface svc = mService; local
346 BackupManagerServiceInterface svc = mService; local
352 BackupManagerServiceInterface svc = mService; local
358 BackupManagerServiceInterface svc = mService; local
370 BackupManagerServiceInterface svc = mService; local
384 BackupManagerServiceInterface svc = mService; local
391 BackupManagerServiceInterface svc = mService; local
407 BackupManagerServiceInterface svc = mService; local
413 BackupManagerServiceInterface svc = mService; local
419 BackupManagerServiceInterface svc = mService; local
425 BackupManagerServiceInterface svc = mService; local
432 BackupManagerServiceInterface svc = mService; local
438 BackupManagerServiceInterface svc = mService; local
446 BackupManagerServiceInterface svc = mService; local
452 BackupManagerServiceInterface svc = mService; local
458 BackupManagerServiceInterface svc = mService; local
465 BackupManagerServiceInterface svc = mService; local
474 BackupManagerServiceInterface svc = mService; local
495 BackupManagerServiceInterface svc = mService; local
500 BackupManagerServiceInterface svc = mService; local
    [all...]
  /bionic/libc/arch-arm64/bionic/
_exit_with_stack_teardown.S 34 svc #0
39 svc #0
  /frameworks/base/cmds/svc/
svc 6 export CLASSPATH=$base/framework/svc.jar
7 exec app_process $base/bin com.android.commands.svc.Svc $*
Android.mk 8 LOCAL_MODULE_STEM := svc
12 LOCAL_MODULE := svc
14 LOCAL_SRC_FILES := svc
  /system/core/init/
keychords.h 25 void add_service_keycodes(Service* svc);
keychords.cpp 39 void add_service_keycodes(Service* svc)
44 if (!svc->keycodes().empty()) {
46 size = sizeof(*keychord) + svc->keycodes().size() * sizeof(keychord->keycodes[0]);
58 keychord->count = svc->keycodes().size();
59 svc->set_keychord_id(keychord->id);
61 for (i = 0; i < svc->keycodes().size(); i++) {
62 keychord->keycodes[i] = svc->keycodes()[i];
80 std::string adb_enabled = android::base::GetProperty("init.svc.adbd", "");
82 Service* svc = ServiceList::GetInstance().FindService(id, &Service::keychord_id); local
83 if (svc) {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
svc.d 1 # name: SWI/SVC instructions
7 0+000 <[^>]+> ef123456 (swi|svc) 0x00123456
8 0+004 <[^>]+> ef876543 (swi|svc) 0x00876543
9 0+008 <[^>]+> ef123456 (swi|svc) 0x00123456
10 0+00c <[^>]+> ef876543 (swi|svc) 0x00876543
11 0+010 <[^>]+> df5a (swi|svc) 90.*
12 0+012 <[^>]+> dfa5 (swi|svc) 165.*
13 0+014 <[^>]+> df5a (swi|svc) 90.*
14 0+016 <[^>]+> dfa5 (swi|svc) 165.*
svc.s 7 svc 0x123456
8 svc 0x876543
14 svc 0x5a
15 svc 0xa5
archv6s-m.s 7 svc #0
pr12198-1.s 5 svc 0xab
pr12198-2.s 5 svc 0xab
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 23 SVC *const svc = &cpi->svc; local
28 int alt_ref_idx = svc->number_spatial_layers;
30 svc->spatial_layer_id = 0;
31 svc->temporal_layer_id = 0;
32 svc->first_spatial_layer_to_encode = 0;
33 svc->rc_drop_superframe = 0;
34 svc->force_zero_mode_spatial_ref = 0;
35 svc->use_base_mv = 0
151 SVC *const svc = &cpi->svc; local
248 SVC *const svc = &cpi->svc; local
358 SVC *const svc = &cpi->svc; local
829 SVC *const svc = &cpi->svc; local
845 SVC *const svc = &cpi->svc; local
867 SVC *svc = &cpi->svc; local
    [all...]
vp9_bitstream.h 43 (!cpi->use_svc || // Add spatial svc base layer case here
44 (is_two_pass_svc(cpi) && cpi->svc.spatial_layer_id == 0 &&
45 cpi->svc.layer_context[0].gold_ref_idx >= 0 &&
  /frameworks/base/core/java/android/app/
StatusBarManager.java 135 final IStatusBarService svc = getService(); local
136 if (svc != null) {
137 svc.disable(what, mToken, mContext.getPackageName());
152 final IStatusBarService svc = getService(); local
153 if (svc != null) {
154 svc.disable2(what, mToken, mContext.getPackageName());
166 final IStatusBarService svc = getService(); local
167 if (svc != null) {
168 svc.expandNotificationsPanel();
180 final IStatusBarService svc = getService() local
201 final IStatusBarService svc = getService(); local
212 final IStatusBarService svc = getService(); local
224 final IStatusBarService svc = getService(); local
235 final IStatusBarService svc = getService(); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/aarch32/
semihosting_call.S 12 svc #0x123456
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/
excp_test.s 5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
  /frameworks/native/libs/vr/libpdx/
service.cpp 27 auto svc = service_.lock(); variable
28 if (svc)
29 state_ = svc->endpoint()->AllocateMessageState();
52 auto svc = service_.lock(); local
53 if (svc) {
58 svc->name_.c_str(), info_.op, info_.pid, info_.cid);
59 svc->DefaultHandleMessage(*this);
61 svc->endpoint()->FreeMessageState(state_);
79 if (auto svc = service_.lock()) {
80 return svc->endpoint()->ReadMessageData(this, vector, vector_length)
213 auto svc = service_.lock(); local
230 auto svc = service_.lock(); local
246 auto svc = service_.lock(); local
258 auto svc = service_.lock(); local
270 auto svc = service_.lock(); local
283 auto svc = service_.lock(); local
301 auto svc = service_.lock(); local
319 auto svc = service_.lock(); local
336 auto svc = service_.lock(); local
347 auto svc = service_.lock(); local
358 auto svc = service_.lock(); local
    [all...]
  /external/perfetto/src/traced/service/
service.cc 27 std::unique_ptr<ServiceIPCHost> svc; local
28 svc = ServiceIPCHost::CreateInstance(&task_runner);
39 svc->Start(std::move(producer_fd), std::move(consumer_fd));
43 svc->Start(GetProducerSocket(), GetConsumerSocket());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
svc_auth.h 38 #include <rpc/svc.h>
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
B1.java 67 RequestServicer svc = new RequestServicer(cio); local
68 svc.run();
BN.java 68 RequestServicer svc = new RequestServicer(cio); local
69 Thread th = new Thread(svc);
BP.java 74 RequestServicer svc = new RequestServicer(cio); local
75 xec.execute(svc);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
B1.java 67 RequestServicer svc = new RequestServicer(cio); local
68 svc.run();
  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 125 void ForEachMethod(const ServiceDescriptor& svc,
129 for (int i = 0; i < svc.method_count(); i++) {
130 const MethodDescriptor& method = *svc.method(i);
140 const ServiceDescriptor& svc,
148 printer->Print(kHeaderSvcClass, "c", svc.name());
150 ForEachMethod(svc, [&types_seen, printer](const MethodDescriptor& method,
164 printer->Print(kHeaderProxyClass, "c", svc.name());
166 ForEachMethod(svc, [&types_seen, printer](const MethodDescriptor& method,
186 const ServiceDescriptor& svc,
195 "c", svc.name())
264 const ServiceDescriptor* svc = file->service(i); local
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ServiceStarter.java 46 Intent svc = new Intent(this, ExecService.class); local
47 svc.putExtra("port", port);
48 startService(svc);

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011>>