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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/backup/java/com/android/server/backup/
Trampoline.java 137 BackupManagerService svc = mService; local
138 if (svc != null) {
139 svc.dataChanged(packageName);
146 BackupManagerService svc = mService; local
147 if (svc != null) {
148 svc.clearBackupData(transportName, packageName);
154 BackupManagerService svc = mService; local
155 if (svc != null) {
156 svc.agentConnected(packageName, agent);
162 BackupManagerService svc = mService local
170 BackupManagerService svc = mService; local
178 BackupManagerService svc = mService; local
186 BackupManagerService svc = mService; local
194 BackupManagerService svc = mService; local
202 BackupManagerService svc = mService; local
208 BackupManagerService svc = mService; local
214 BackupManagerService svc = mService; local
220 BackupManagerService svc = mService; local
231 BackupManagerService svc = mService; local
240 BackupManagerService svc = mService; local
248 BackupManagerService svc = mService; local
258 BackupManagerService svc = mService; local
267 BackupManagerService svc = mService; local
273 BackupManagerService svc = mService; local
279 BackupManagerService svc = mService; local
285 BackupManagerService svc = mService; local
291 BackupManagerService svc = mService; local
297 BackupManagerService svc = mService; local
303 BackupManagerService svc = mService; local
309 BackupManagerService svc = mService; local
316 BackupManagerService svc = mService; local
322 BackupManagerService svc = mService; local
330 BackupManagerService svc = mService; local
336 BackupManagerService svc = mService; local
342 BackupManagerService svc = mService; local
350 BackupManagerService svc = mService; local
361 BackupManagerService svc = mService; local
366 BackupManagerService svc = mService; local
    [all...]
  /bionic/libc/arch-arm64/bionic/
_exit_with_stack_teardown.S 34 svc #0
39 svc #0
  /toolchain/binutils/binutils-2.25/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
  /frameworks/base/cmds/svc/
Android.mk 7 LOCAL_MODULE := svc
12 ALL_PREBUILT += $(TARGET_OUT)/bin/svc
13 $(TARGET_OUT)/bin/svc : $(LOCAL_PATH)/svc | $(ACP)
  /frameworks/base/core/java/android/app/
StatusBarManager.java 121 final IStatusBarService svc = getService(); local
122 if (svc != null) {
123 svc.disable(what, mToken, mContext.getPackageName());
138 final IStatusBarService svc = getService(); local
139 if (svc != null) {
140 svc.disable2(what, mToken, mContext.getPackageName());
152 final IStatusBarService svc = getService(); local
153 if (svc != null) {
154 svc.expandNotificationsPanel();
166 final IStatusBarService svc = getService() local
187 final IStatusBarService svc = getService(); local
198 final IStatusBarService svc = getService(); local
210 final IStatusBarService svc = getService(); local
221 final IStatusBarService svc = getService(); local
    [all...]
  /build/core/
legacy_prebuilts.mk 32 svc
  /system/core/init/
init_parser_test.cpp 82 Service* svc = sm.MakeExecOneshotService(args); local
83 ASSERT_NE(nullptr, svc);
86 ASSERT_EQ("u:r:su:s0", svc->seclabel());
88 ASSERT_EQ("", svc->seclabel());
91 ASSERT_EQ(decode_uid("log"), svc->uid());
93 ASSERT_EQ(0U, svc->uid());
96 ASSERT_EQ(decode_uid("shell"), svc->gid());
98 ASSERT_EQ(0U, svc->gid());
101 ASSERT_EQ(2U, svc->supp_gids().size());
102 ASSERT_EQ(decode_uid("system"), svc->supp_gids()[0])
    [all...]
keychords.cpp 36 void add_service_keycodes(Service* svc)
41 if (!svc->keycodes().empty()) {
43 size = sizeof(*keychord) + svc->keycodes().size() * sizeof(keychord->keycodes[0]);
55 keychord->count = svc->keycodes().size();
56 svc->set_keychord_id(keychord->id);
58 for (i = 0; i < svc->keycodes().size(); i++) {
59 keychord->keycodes[i] = svc->keycodes()[i];
77 std::string adb_enabled = property_get("init.svc.adbd");
79 Service* svc = ServiceManager::GetInstance().FindServiceByKeychord(id); local
80 if (svc) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 24 SVC *const svc = &cpi->svc; local
29 int alt_ref_idx = svc->number_spatial_layers;
31 svc->spatial_layer_id = 0;
32 svc->temporal_layer_id = 0;
33 svc->first_spatial_layer_to_encode = 0;
36 if (vpx_realloc_frame_buffer(&cpi->svc.empty_frame.img,
50 memset(cpi->svc.empty_frame.img.buffer_alloc, 0x80,
51 cpi->svc.empty_frame.img.buffer_alloc_sz)
133 SVC *const svc = &cpi->svc; local
229 SVC *const svc = &cpi->svc; local
333 SVC *const svc = &cpi->svc; local
724 SVC *const svc = &cpi->svc; local
    [all...]
vp9_bitstream.h 26 (!cpi->use_svc || // Add spatial svc base layer case here
28 cpi->svc.spatial_layer_id == 0 &&
29 cpi->svc.layer_context[0].gold_ref_idx >=0 &&
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
excp_test.s 5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
svc_auth.h 38 #include <rpc/svc.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
svc_auth.h 38 #include <rpc/svc.h>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 21 cpi->svc.spatial_layer_id = 0;
22 cpi->svc.temporal_layer_id = 0;
24 if (cpi->svc.number_temporal_layers > 1) {
25 layer_end = cpi->svc.number_temporal_layers;
27 layer_end = cpi->svc.number_spatial_layers;
31 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer];
47 if (cpi->svc.number_temporal_layers > 1) {
72 if (cpi->svc.number_temporal_layers > 1) {
73 layer_end = cpi->svc.number_temporal_layers;
75 layer_end = cpi->svc.number_spatial_layers
    [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);
  /bionic/libc/arch-arm64/syscalls/
___clock_nanosleep.S 7 svc #0
___close.S 7 svc #0
___faccessat.S 7 svc #0
___fchmod.S 7 svc #0
___fchmodat.S 7 svc #0
___fgetxattr.S 7 svc #0

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>