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

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManager_WifiLockTest.java 34 WifiLock wl = wm.createWifiLock(WIFI_TAG); local
36 wl.setReferenceCounted(true);
37 assertFalse(wl.isHeld());
38 wl.acquire();
39 assertTrue(wl.isHeld());
40 wl.release();
41 assertFalse(wl.isHeld());
42 wl.acquire();
43 wl.acquire();
44 assertTrue(wl.isHeld())
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 35 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
36 assertNotNull(wl.toString());
38 wl.acquire();
39 assertTrue(wl.isHeld());
40 wl.release();
41 assertFalse(wl.isHeld());
44 wl.setReferenceCounted(true);
45 wl.acquire();
46 assertTrue(wl.isHeld());
47 wl.acquire()
    [all...]
PowerManagerTest.java 39 WakeLock wl = pm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, TAG); local
40 wl.acquire(TIME);
41 assertTrue(wl.isHeld());
43 assertFalse(wl.isHeld());
  /frameworks/base/core/tests/coretests/src/android/os/
PowerManagerTest.java 53 PowerManager.WakeLock wl = mPm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "FULL_WAKE_LOCK"); local
54 doTestWakeLock(wl);
56 wl = mPm.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK, "SCREEN_BRIGHT_WAKE_LOCK");
57 doTestWakeLock(wl);
59 wl = mPm.newWakeLock(PowerManager.SCREEN_DIM_WAKE_LOCK, "SCREEN_DIM_WAKE_LOCK");
60 doTestWakeLock(wl);
62 wl = mPm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "PARTIAL_WAKE_LOCK");
63 doTestWakeLock(wl);
83 PowerManager.WakeLock wl = mPm.newWakeLock(badFlags, "foo"); local
93 * @param wl The wakelock to be tested
    [all...]
PowerManagerVrTest.java 131 PowerManager.WakeLock wl = mPm.newWakeLock( local
134 wl.acquire();
135 wl.release();
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsWakeLockTests.java 35 PowerManager.WakeLock wl = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, local
37 wl.acquire();
39 wl.release();
44 PowerManager.WakeLock wl = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, local
46 wl.acquire();
48 wl.release();
  /frameworks/support/core-utils/java/android/support/v4/content/
WakefulBroadcastReceiver.java 106 PowerManager.WakeLock wl = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, local
108 wl.setReferenceCounted(false);
109 wl.acquire(60*1000);
110 mActiveWakeLocks.put(id, wl);
129 PowerManager.WakeLock wl = mActiveWakeLocks.get(id); local
130 if (wl != null) {
131 wl.release();
  /tools/tradefederation/core/util-apps/DeviceSetupUtil/src/com/android/tradefed/utils/
DeviceSetupService.java 35 PowerManager.WakeLock wl; field in class:DeviceSetupService
58 wl = pm.newWakeLock(
61 wl.acquire();
72 if (wl != null){
73 wl.release();
  /system/extras/ioshark/
collect-straces.sh 54 compile_ioshark bar $pid.wl
89 rm -f *.wl
95 # tar up the .wl files just created
96 rm -f wl.tar
97 tar cf wl.tar ioshark_filenames *.wl
compile-only.sh 51 # files, that can then be compiled into .wl files
103 compile_ioshark parsed_input_trace.$pid $pid.wl
111 rm -f *.wl
120 # tar up the .wl files just created
121 tar cf wl-test.tar ioshark_filenames *.wl
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/lns/
lns-duplicate.d 2 #readelf: -wl
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lns/
lns-duplicate.d 1 #readelf: -wl
  /external/bison/build-aux/
config.rpath 52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,
    [all...]
  /external/e2fsprogs/config/
config.rpath 52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
66 wl='-Wl,'
71 wl='-Wl,
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java 57 final WakeLock wl = AlarmAlertWakeLock.createPartialWakeLock(context); local
58 wl.acquire();
99 wl.release();
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 2 * Linux port of dhd command line utility, hacked from wl utility.
150 /* By default try to execute wl commands */
155 * execute wl commands.
178 * the initial set of wl commands for wifi transport (e.g slow_timer, fast_timer etc)
180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set)
182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */
185 /* Search if dhd adapter or wl adapter is present
186 * This is called by dhd_find to check if it supports wl or dhd
187 * The reason for checking wl adapter is that we can still send remote dhd commands over
225 * So we make use of wl pipes to execute this
    [all...]
dhdu_common.h 2 * Linux port of dhd command line utility, hacked from wl utility.
64 extern int wl_get(void *wl, int cmd, void *buf, int len);
65 extern int wl_set(void *wl, int cmd, void *buf, int len);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_parse.c 80 viddec_workload_t *wl,
142 if ((wl->attrs.frame_type != VIDDEC_FRAME_TYPE_I)
143 && (wl->attrs.frame_type != VIDDEC_FRAME_TYPE_P)
144 && (wl->attrs.frame_type != VIDDEC_FRAME_TYPE_B))
146 wl->attrs.frame_type = VIDDEC_FRAME_TYPE_I;
151 if (wl->attrs.frame_type == VIDDEC_FRAME_TYPE_B)
153 if (wl->is_reference_frame != 0) *error_code |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE;
157 if (wl->is_reference_frame == 0) *error_code |= VIDDEC_FW_WORKLOAD_ERR_NOTDECODABLE;
164 wl->is_reference_frame = 0;
211 viddec_workload_t *wl = viddec_pm_get_header(parent) local
    [all...]
  /external/libexif/
config.rpath 55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,
    [all...]
  /toolchain/binutils/binutils-2.25/
config.rpath 55 wl=
57 wl='-Wl,'
61 wl='-Wl,'
66 wl='-Wl,'
69 wl='-Wl,'
76 wl='-Wl,
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_calls.go 36 wl := walk(&n.left) // ERROR "walk &n.left does not escape"
38 if wl < wr {
40 wl, wr = wr, wl
43 return w + wl + wr
  /prebuilts/go/linux-x86/test/
escape_calls.go 36 wl := walk(&n.left) // ERROR "walk &n.left does not escape"
38 if wl < wr {
40 wl, wr = wr, wl
43 return w + wl + wr
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-10.d 1 #readelf: -wl
rd-dw2-3.d 1 #readelf: -wl
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.d 2 #readelf: -wl

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 9